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

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
 
Top