error on case.build: buildlib.gptl failed

Ruth

wenru xu
New Member
Hello,

I'm trying to port the machine onto my university server. I modified the config_machines.xml, and config_compile.xml files and run the case. When I run case.buld, the error shows up: buildlib.gptl failed, cat /home/wrx/cesm/scratch/I2000CLM509231/bld/gptl.bldlog.220613-164830, where most errors are about:
Error: Array specification at (1) has more than 7 dimensions
mpif-sizeof.h:1315:38:

mpif-sizeof.h:1322:38:
Error: Ambiguous interfaces in generic interface 'mpi_sizeof' for 'mpi_sizeof_real64_r14' at (1) and 'mpi_sizeof_real64_r15' at (2)
mpif-sizeof.h:2631:39:

I attached my config_machines.xml, config_compile.xml, and gptl.bldlog.220613-164830. Thanks!
 

Ruth

wenru xu
New Member
No Files are attached. This seems like a basic mpi issue, have you tried the mpi hello world example?
Hi, thanks for your reply. I tried the mpi hello world successfully, but the error still exists. see attached files including config_compilers, config_machines, and gptl.bldlog. Thank you again.
 

Attachments

jedwards

CSEG and Liaisons
Staff member
What version of the openmpi library are you using? Could it be that you are using a very old one?
 

jedwards

CSEG and Liaisons
Staff member
I see - I think that it's the gcc/gfortran compiler that is too old, if you are using a gfortran version older that 9.x please try updating.
 
Back
Top