- Timestamp:
- Aug 10, 2017, 4:01:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/prepare.sh
r4037 r4040 170 170 #MSUB -x 171 171 ## Number of tasks (=MPI processes) to use 172 #MSUB -n 16172 #MSUB -n $NB_MPI_CE0L 173 173 ## Elapsed time limit in seconds 174 174 #MSUB -T 600 … … 206 206 #MSUB -n $NB_MPI_TOTAL 207 207 ## Elapsed time limit in seconds 208 #MSUB -T 10800208 #MSUB -T $JOB_WALLTIME 209 209 ## Quality of Service required (long [3 days], normal [1 day], test [30 min]) 210 210 #MSUB -Q normal … … 241 241 echo "Working directory : $PWD" 242 242 243 source ./config.sh 244 243 245 check_env || exit 1 244 246 … … 248 250 NB_MPI_DYNAMICO=160 249 251 NB_MPI_XIOS=16 252 NB_MPI_CE0L=16 250 253 251 254 TYPE=$1
Note: See TracChangeset
for help on using the changeset viewer.