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

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

  • config_compilers.txt
    2.3 KB · Views: 9
  • config_machines.txt
    1.7 KB · Views: 9
  • gptl.bldlog.220613-164830.txt
    35.4 KB · Views: 10

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