Changes between Version 69 and Version 70 of Doc/Running


Ignore:
Timestamp:
10/11/19 12:44:21 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Running

    v69 v70  
    3131These commands return a job number that can be used with the machine specificities to manage your job. Please refer to the [wiki:Doc/ComputingCenters Computing Center] page of your machine.  
    3232 
    33 [[NoteBox(warn, Before starting a simulation it is very important to double check that it was properly setup. We strongly encourage you to perform a short test before starting a long simulation., 600px)]] 
     33[[NoteBox(warn, Before starting a simulation it is very important to double check that it was properly setup. We strongly encourage you to perform a short [#Launchasimulationtest test] before starting a long simulation., 600px)]] 
     34 
    3435 
    3536The job you just submitted is the first element of a sequence of jobs. These jobs include the computing job itself, post processing jobs like:  ''pack'', ''create_ts'', ''create_se'' and visualization jobs like ''monitoring'' and ''atlas'' which are started at given frequencies. 
     
    3738[[NoteBox(warn, If you recompile the modele during a simulation\, the new executable will be used in the next period of the running job. ,600px)]] 
    3839 
     40### Launch a simulation test ### 
     41On config.card :  
     42{{{ 
     43PeriodLength=1D ou 5D 
     44SpaceName=TEST 
     45TimeSeriesFrequency=NONE 
     46SeasonalFrequency=NONE 
     47}}} 
     48 
     49Run on test queue: modify beginning of main job : 
     50irene : 
     51{{{ 
     52#MSUB -Q test 
     53#MSUB -T 1800 
     54}}} 
     55jean-zay : 
     56{{{ 
     57@ wall_clock_limit = 01:00:00 
     58}}} 
    3959---- 
    4060## Status of the running simulation ##