Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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
 
Top