Started at Sun Feb 10 17:39:32 2013 Results reported at Sun Feb 10 22:48:57 2013 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/sh source $HOME/.bashrc ###PBS -N NLDRe_400 ###PBS -l nodes=4:ppn=16 ###PBS -l nodes=2:ppn=8 ###PBS -S /bin/bash ###echo "lcls.in" > pp70 ###source OpenFOAM/OpenFOAM-2.1.1/etc/bashrc ###cd /home/ehsank # # LSF batch script to run an MPI application # #BSUB -P WYOM0012 # project code #BSUB -a intelmpi rm HostNLDW for i in $LSB_HOSTS do echo $i >> HostNLDW done #BSUB -W 12:00 # wall-clock time (hrs:mins) #BSUB -n 64 # number of tasks in job #BSUB -R "span[ptile=16]" # run 16 MPI tasks per node #BSUB -J NLDWRe_1140 # job name #BSUB -o NLDWRe_1140.%J.out # output file name in which %J is replaced by the job ID #BSUB -e NLDWRe_1140.%J.err # error file name in which %J is replaced by the job ID #BSUB -q regular # queue RSHCOMMAND="$LSF_BINDIR/blaunch" source $HOME/.bashrc cd /glade/p/wyom0012/NLD1140 decomposePar -force > log71 echo "lcls.in" > pp71 mpirun -n 64 --hostfile HostNLDW EkmanFoamCfD -parallel > log70 reconstructPar -latestTime > log72 ###postChannelMod > log73 ###exit 0 ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 875057.44 sec. Max Memory : 3595 MB Max Swap : 32899 MB Max Processes : 78 Max Threads : 207 The output (if any) is above this job summary. PS: