Changes between Version 9 and Version 10 of Documentation/UserGuide/TestCaseBatch
- Timestamp:
- 2016-01-13T10:51:49+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/TestCaseBatch
v9 v10 148 148 #PBS -l nodes=1:ppn=4 149 149 150 . /home/users/igcmg/.atlas_env_asterix_ksh 150 ## Load same netcdf as used in the compilation 151 . /usr/share/Modules/init/ksh 152 module unload netcdf 153 module load netcdf/4p 151 154 155 ## Go to current directory 152 156 cd $PBS_O_WORKDIR 157 158 ## Launch the model 153 159 mpirun -np ${BATCH_NUM_PROC_TOT} orchidee_ol 154 160 }}}