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

 
Back
Top