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

CCSM4 does not build on Kraken

cstan@gmu_edu

New Member
Hi,

I'm trying to build CCSM4 on Kraken and I get the error message below. The error message is actually much longer but the browser doesn't allow me to include it.


/usr/bin/ld: Warning: size of symbol `forcing_' changed from 416 in /lustre/scratch/stan/test/lib/libatm.a(forcing.o) to 1 in /lustre/scratch/stan/test/lib/libocn.a(forcing.o)
/opt/mpt/3.5.1/xt/mpich2-pgi/lib/libmpich.a(mpid_init.o): In function `MPID_Init':
mpid_init.c:(.text+0xee): undefined reference to `PMI_Init'

The machine setting are:

source /opt/modules/default/init/csh
module switch pgi pgi/9.0.4 # 9.0.4 tested for bfb on 2010-mar-12
module switch xt-mpt xt-mpt/3.5.1 # 3.5.1 tested for bfb on 2010-mar-12
module switch xt-libsci xt-libsci/10.4.1 # 10.4.1 tested for bfb on 2010-mar-12
module load netcdf/3.6.2
module load p-netcdf/1.1.1
module load subversion

Thank you,
Cristiana
 

eaton

CSEG and Liaisons
The env_machopts.kraken file in the latest cesm1_0_3 release contains the following:

module switch xt-mpt xt-mpt/5.0.0 # 5.0.0 tested for bfb on 2010-Sept-14 on franklin

That's the only difference I see with what you posted. Give that a try.
 
Top