CESM1.1.z - The pgi compiler is currently failing in calls to mpi_init on yellowstone.

aliceb

Member
Affected Releases - CESM1.1.zFixed with recent system level upgrades on yellowstone.(Bugzilla 1793) Workaround:

For CESM using the pgi compiler on yellowstone add the following to the
env_mach_specific for your case:

if( $?LSB_JOBID) then
setenv LD_PRELOAD /opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.so
endif
 
Back
Top