Parent Directory
|
Revision Log
|
Revision Graph
adding readme files, matlab files, and data* files
| 1 | dimitri | 1.1 | #!/bin/csh |
| 2 | #BSUB -n 3 -W 60 | ||
| 3 | #BSUB -o out -e err | ||
| 4 | # #BSUB -q longp | ||
| 5 | |||
| 6 | limit stacksize unlimited | ||
| 7 | mpirun -np 2 mitgcmuv : -np 1 PM2 -snes_type ls -snes_mf -snes_monitor \ | ||
| 8 | -snes_max_it 20 -snes_atol 1.0e-08 -ksp_max_it 500 -ksp_rtol 1.0e-04 | ||
| 9 | |||
| 10 | # submit with "bsub < jobfile" | ||
| 11 | # "bjobs" to see what I am runningis running | ||
| 12 | # "bqueues" to see what queues are available | ||
| 13 | # "bkill JOBID" to kill job JOBID |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |