#!/bin/ksh # #BSUB -P 35141080 #BSUB -n 32 # use 32 processors #BSUB -R "span[ptile=32]" # run 32 tasks per host #BSUB -o hello_world.%J.out # ouput filename #BSUB -e hello_world.%J.err # error filename #BSUB -J hello_world # job name #BSUB -W 0:05 # 5 minutes wall clock time limit #BSUB -q debug # queue export TARGET_CPU_LIST="-1" mpirun.lsf /usr/local/bin/launch $HOME/hello_world