#!/bin/csh #BSUB -n 3 -W 60 #BSUB -o out -e err # #BSUB -q longp limit stacksize unlimited mpirun -np 2 mitgcmuv : -np 1 PM2 -snes_type ls -snes_mf -snes_monitor \ -snes_max_it 20 -snes_atol 1.0e-08 -ksp_max_it 500 -ksp_rtol 1.0e-04 # submit with "bsub < jobfile" # "bjobs" to see what I am runningis running # "bqueues" to see what queues are available # "bkill JOBID" to kill job JOBID