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.
 
Back
Top