Parent Directory
|
Revision Log
|
Revision Graph
Modified README; Added input/job.orion
| 1 | dimitri | 1.1 | #!/bin/sh |
| 2 | #PBS -l ncpus=32 | ||
| 3 | #PBS -l walltime=20:00:00 | ||
| 4 | #PBS -j oe | ||
| 5 | #PBS -q test32o | ||
| 6 | |||
| 7 | cd /tmp1/dmenem/checkpoint51n_branch/exe | ||
| 8 | |||
| 9 | cp data.stationary.1 data | ||
| 10 | mpirun -np 24 dplace -s1 mitgcmuv | ||
| 11 | |||
| 12 | cp data.stationary.2 data | ||
| 13 | mpirun -np 24 dplace -s1 mitgcmuv | ||
| 14 | |||
| 15 | cp data.stationary.3 data | ||
| 16 | mpirun -np 24 dplace -s1 mitgcmuv |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |