gulden@mail_utexas_edu
New Member
Hi CCSM users,
I have successfully compiled MPI-enabled CLM3 using intel icc and ifort (8.1) on a linux cluster. The code runs without error in serial, but when I run the code in parallel (num. procs >=2), it stops on the first time step, giving me water balance errors (see output pasted below).
The same code compiled with pgf90 and worked like a charm in both serial and parallel (MPI enabled). (Unfortunately, that compiler is no longer installed on our machines!)
Has anyone experienced a similar problem?
I appreciate your time and help.
Lindsey Gulden
.
.
.
Attempting to initialize atm->land model grid interpolation .....
Initializing atm -> srf interpolation .....
Successfully made atm -> srf interpolation
Successfully initialized area-averaging interpolation
water balance nstep = 1 point = 3097 imbalance =16991.17 mm
clm model is stopping
ENDRUN: called without a message string
water balance nstep = 1 point = 4634 imbalance =******** mm
clm model is stopping
ENDRUN: called without a message string
water balance nstep = 1 point = 10813 imbalance =20289.60 mm
clm model is stopping
ENDRUN: called without a message string
.
.
.
Etc (depending on number of processors employed).
I have successfully compiled MPI-enabled CLM3 using intel icc and ifort (8.1) on a linux cluster. The code runs without error in serial, but when I run the code in parallel (num. procs >=2), it stops on the first time step, giving me water balance errors (see output pasted below).
The same code compiled with pgf90 and worked like a charm in both serial and parallel (MPI enabled). (Unfortunately, that compiler is no longer installed on our machines!)
Has anyone experienced a similar problem?
I appreciate your time and help.
Lindsey Gulden
.
.
.
Attempting to initialize atm->land model grid interpolation .....
Initializing atm -> srf interpolation .....
Successfully made atm -> srf interpolation
Successfully initialized area-averaging interpolation
water balance nstep = 1 point = 3097 imbalance =16991.17 mm
clm model is stopping
ENDRUN: called without a message string
water balance nstep = 1 point = 4634 imbalance =******** mm
clm model is stopping
ENDRUN: called without a message string
water balance nstep = 1 point = 10813 imbalance =20289.60 mm
clm model is stopping
ENDRUN: called without a message string
.
.
.
Etc (depending on number of processors employed).