This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:148 [2016/04/07 15:30] hmeij07 |
cluster:148 [2020/01/24 18:36] (current) hmeij07 |
||
---|---|---|---|
Line 3: | Line 3: | ||
==== BLCR Checkpoint in OL3 ==== | ==== BLCR Checkpoint in OL3 ==== | ||
+ | |||
+ | **Deprecated since we did [[cluster: | ||
+ | We will replace it with [[cluster: | ||
+ | --- // | ||
* This page concerns PARALLEL mpirun jobs only; there are some restrictions | * This page concerns PARALLEL mpirun jobs only; there are some restrictions | ||
Line 224: | Line 228: | ||
# content older than 3 months will be removed | # content older than 3 months will be removed | ||
- | # SCHEDULER | + | # SCHEDULER |
+ | queue=hp12 | ||
#BSUB -q hp12 | #BSUB -q hp12 | ||
- | #BSUB -J test | ||
#BSUB -n 6 | #BSUB -n 6 | ||
+ | #BSUB -J test | ||
#BSUB -o out | #BSUB -o out | ||
#BSUB -e err | #BSUB -e err | ||
Line 259: | Line 264: | ||
# its either start or restart block | # its either start or restart block | ||
#mode=start | #mode=start | ||
- | #queue=test | ||
#cmd=" python mpi_run_models.py / | #cmd=" python mpi_run_models.py / | ||
Line 265: | Line 269: | ||
# you must have pwd.JOBPID and chk.JOBPID in $orgjobpid/ | # you must have pwd.JOBPID and chk.JOBPID in $orgjobpid/ | ||
mode=restart | mode=restart | ||
- | queue=test | ||
orgjobpid=636341 | orgjobpid=636341 | ||