/[MITgcm]/MITgcm_contrib/MPMice/beaufort/input/jobfile
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/beaufort/input/jobfile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by dimitri, Sun May 31 03:49:54 2009 UTC revision 1.2 by dimitri, Thu May 19 07:32:52 2011 UTC
# Line 1  Line 1 
1  #!/bin/csh  #!/bin/csh
2  #BSUB -n 2 -W 60  #PBS -l ncpus=2
3  #BSUB -o out -e err  #PBS -l walltime=30:00
4  # #BSUB -q longp  #PBS -j oe
5    
6    cd $PBS_O_WORKDIR
7  limit stacksize unlimited  limit stacksize unlimited
8  mpirun -np 2 mitgcmuv  mpirun -np 2 ./mitgcmuv
9    
10  # submit with "bsub < jobfile"  # submit with: qsub jobfile
11  # "bjobs" to see what I am runningis running  # check status with: jobs
 # "bqueues" to see what queues are available  
 # "bkill JOBID" to kill job JOBID  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22