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

CAM3.0_p1 on yellowstone

mai

Member
I am seeing the following errors in /glade/scratch/mai/cam3/test2/cam_log.1600:ERROR: ld.so: object '/opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.so' from LD_PRELOAD cannot be preloaded: ignored.
Execute poe command line: poe  /glade/scratch/mai/cam3/bld/cam
ERROR: ld.so: object '/opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.so' from LD_PRELOAD cannot be preloaded: ignored.
   0:ERROR: ld.so: object '/opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.so' from LD_PRELOAD cannot be preloaded: ignored.
   1:ERROR: ld.so: object '/opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.so' from LD_PRELOAD cannot be preloaded: ignored.

The case job script is here:
/glade/u/home/mai/ys/cam1/models/atm/cam/bld/run-test.tcsh

I built the cam executable by doing:% cd /glade/u/home/mai/ys/cam1/models/atm/cam/bld% ./run-ys.sh -b I hope someone knows what is going on here.Andy Mai
 

eaton

CSEG and Liaisons
A couple years back when I got cam3 running on yellowstone I used the cam3.1.p2 source code.  I just reran that test and it's still working.  I looked at your run-test.tcsh script and I see the linesetenv LD_PRELOAD /opt/ibmhpc/pe1304/ppe.pami/gnu/lib64/pami64/libpami.soI wonder if that's the problem.I'm setting my environment a bit differently:export MP_SHARED_MEMORY=yes
export MP_EUILIB=us
export MP_MPILIB=mpich2
export MP_STDOUTMODE=unordered

 
Top