Last change
on this file was
3033,
checked in by emillour, 16 months ago
|
Mars PCM:
Add some example scripts for Adastra
EM
|
File size:
580 bytes
|
Rev | Line | |
---|
[3033] | 1 | >> EXAMPLES FOR OCCIGEN CLUSTER |
---|
| 2 | Job "run_month1" runs a simulation for month #1 and then possibly launches |
---|
| 3 | a job "run_month2" which runs a simulation for month #2 which then possibly |
---|
| 4 | launches a job "run_month3" etc. |
---|
| 5 | |
---|
| 6 | >> Note that you might need to change in script "run0" the line |
---|
| 7 | gcm=gcm_64x48x54_phymars_para.e |
---|
| 8 | >> to match your case |
---|
| 9 | |
---|
| 10 | >> You might also need to adapt "run_month1" to match number of OpenMP threads |
---|
| 11 | >> which MUST be specified both as |
---|
| 12 | #SBATCH --cpus-per-task=... |
---|
| 13 | >> in the job header |
---|
| 14 | >> AND via the environment variable |
---|
| 15 | export OMP_NUM_THREADS=... |
---|
| 16 | >> in the script |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.