mpirun.lsf: LSF_PJL_TYPE is undefined. Exit ... on Yellowstone

I am trying to run CESM1.1 on Yellowstone for the first time. Build was successful. Have not changed any default options for compiler or MPI. Run script invokes:
mpirun.lsf $EXEROOT/cesm.exe >&! cesm.log.$LID
Error message appears in cesm log script:
mpirun.lsf: LSF_PJL_TYPE is undefined. Exit ..
Looked up solutions, and found:
#BSUB -a openmpi
or
#BSUB -a intel|openmpi
Tried various combinations, but no effect.

Please help!

Thanks.

Ben
 

jedwards

CSEG and Liaisons
Staff member
This is the error that you get if you try to run the run script from the command line. You should either run the *.submit script or submit the run script using bsub < *.run
 
Back
Top