#!/bin/csh # # LSF batch script to run the test MPI code # #BSUB -P 28100045 # Project 28100045 #BSUB -a poe # select poe #BSUB -n 8 # number of total (MPI) tasks #BSUB -R "span[ptile=8]" # run a max of 8 tasks per node #BSUB -J MSETUP.test # job name #BSUB -o MSETUP.out # output filename #BSUB -e MSETUP.err # error filename #BSUB -q debug # queue #BSUB -W 0:10 # 1 hour wallclock limit (required) mpirun.lsf ./MSETUP > MSETUP.info