Changes between Version 22 and Version 23 of Doc/Running
- Timestamp:
- 09/24/15 17:46:16 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/Running
v22 v23 11 11 ---- 12 12 13 # Diagram of the jobs executed by the IPSL running environement # 14 The job automatically runs post processing jobs during the simulation and at different frequencies. There are two kinds of post processing: required post processing such as ''rebuild'' and ''pack'', and optional post processing such as ''!TimeSeries' and ''!SEasonal means''. 13 # Diagram of the jobs executed by the IPSL running environment # 14 The main computing job automatically runs post processing jobs (at different frequencies) during the simulation. Here is a diagram describing the job sequence: 15 15 16 [[BR]] 16 Here is a diagram describing the job sequence.17 17 18 18 [[Image(chaine.jpg, 50%)]] … … 20 20 # Simulation - Computing part # 21 21 ## Submitting your simulation ## 22 Once you have [wiki:DocEsetup defined and setup your simulation] you can submit it. The run scripts are:22 Once you have [wiki:DocEsetup defined and setup your simulation] you can submit it. The run commands are: 23 23 * '''`ccc_msub`''' at TGCC 24 24 * '''`llsubmit`''' at IDRIS … … 29 29 }}} 30 30 31 These scripts return a job number that can be used with the machine specificities to manage your job. Please refer to the [wiki:DocBenv environment] page of your machine.31 These commands return a job number that can be used with the machine specificities to manage your job. Please refer to the [wiki:DocBenv environment] page of your machine. 32 32 33 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)]] 34 34 35 The job you just submitted is the first element of a chain of jobs, depending on the kind of jobs you submitted. These jobs include the computing job itself, post processing jobs like: ''rebuild'', ''pack'', ''create_ts'', ''create_se'' and diagram jobs like ''monitoring'' and ''atlas'' which are started at given frequencies.35 The job you just submitted is the first element of a sequence of jobs. These jobs include the computing job itself, post processing jobs like: ''rebuild'', ''pack'', ''create_ts'', ''create_se'' and diagram jobs like ''monitoring'' and ''atlas'' which are started at given frequencies. 36 36 37 37 [[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)]] … … 241 241 ## Rebuild ## 242 242 * `rebuild` is a tool which allows you to combine several files created by a parallel program (sub domains) to a single file. 243 * `rebuild` is available with IOIPSL . See http://forge.ipsl.jussieu.fr/igcmg/browser/IOIPSL/trunk/tools (it can therefore be distributed via modipsl)243 * `rebuild` is available with IOIPSL package. See http://forge.ipsl.jussieu.fr/igcmg/browser/IOIPSL/trunk/tools (it can therefore be distributed via modipsl) 244 244 * `rebuild` is installed on the IDRIS and TGCC front-end machines. It is automatically called at the !RebuildFrequency frequency and it is usually the very first step of post processing. 245 245 * You can not skip ''rebuilds''. Specifying NONE for !RebuildFrequency will start the file combining on the computing machine instead of doing it on the post processing machine. This is strongly discouraged.