------------------------------------------------------------ Sender: LSF System Subject: Job 776479: Done Job was submitted from host by user in cluster . Job was executed on host(s) <16*ys0121-ib>, in queue , as user in cluster . <16*ys0122-ib> <16*ys0123-ib> <16*ys0124-ib> was used as the home directory. was used as the working directory. Started at Mon Feb 11 15:38:43 2013 Results reported at Mon Feb 11 16:43:23 2013 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/sh source $HOME/.bashrc ###PBS -N LDRe_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 I_MPI_DEBUG=5 rm HostLDW for i in $LSB_HOSTS do echo $i >> HostLDW 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 LDWRe_1140 # job name #BSUB -o LDWRe_1140.%J.out # output file name in which %J is replaced by the job ID #BSUB -e LDWRe_1140.%J.err # error file name in which %J is replaced by the job ID #BSUB -q premium # queue RSHCOMMAND="$LSF_BINDIR/blaunch" source $HOME/.bashrc cd /glade/p/wyom0012/LD1140 decomposePar -force > log71 echo "lcls.in" > pp71 mpirun -n 64 -genv I_MPI_DEBUG 5 --hostfile HostLDW EkmanFoamCfD -parallel > log70 reconstructPar -latestTime > log72 ###postChannelMod > log73 ###exit 0 ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 172448.62 sec. Max Memory : 3703 MB Max Swap : 33042 MB Max Processes : 78 Max Threads : 207 The output (if any) is above this job summary. PS: Read file for stderr output of this job.