#BSUB -J cp2zrc4h9_14pd_cc330 #BSUB -o cp2zrc4h9_14pd_cc330.log.%J #BSUB -n 8 #BSUB -q normal # ------ START of ADF definition section ------ module load adf.2004.01 # POSIX shell convenience function, alter as appropriate adfrm() { /bin/rm -f [A-Z]* logfile "$@"; } # Specify the number of processors to use. REMEMBER to change -n on the # BSUB statement in line 1 if you change this. NSCM=8 # Define work directory, alter as appropriate adfwork=$WORKDIR/$LOGNAME/adf/torstein/cp2zrc4h9_14pd_cc330 if [ ! -d $adfwork ]; then mkdir -p $adfwork; fi # ------ END of ADF definition section ------ #--- Change to working directory, exit on errors cd $adfwork adfrm set -e adf -n1 <> $HOME/adf/torstein/cp2zrc4h9_14pd_cc330.log cp TAPE21 $HOME/adf/torstein/cp2zrc4h9_14pd_cc330.t21 cp cp2zrc4h9_14pd_cc330.mov $HOME/adf/torstein cd $adfwork /bin/rm -f ./* cd $HOME /bin/rmdir $adfwork ls -ltr ./adf/torstein/cp2zrc4h9_14pd_cc330.*