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

Porting failures

earmzh

chirs
New Member
Hi, I am currently trying to port CISM on a linux machine. I have adapted the config_machines.xml, config_compilers.xml files and config_batch.xml files. when I do the test './scripts_regression_tests.py J_TestCreateNewcase', it returns 3 failures. Any help with this would be much appreciated! The files and errors messages are attached. Thanks, Chris
 

Attachments

  • config_batch.xml.txt
    2.6 KB · Views: 1
  • config_compilers.xml.txt
    43.5 KB · Views: 2
  • config_machines.xml.txt
    8.9 KB · Views: 6
  • Testing commit.txt
    16.1 KB · Views: 5

jedwards

CSEG and Liaisons
Staff member
There is a build error here:
ERROR: /home/home01/earmzh/pkgs/my_cesm_sandbox/cime/src/build_scripts/buildlib.pio FAILED, cat /home/home01/earmzh/cases/scripts_regression_test.20210819_221806/TestCreateNewcase/testcreatenewcase/bld/pio.bldlog.210819-221810
 

earmzh

chirs
New Member
Hi Jim Edwards,
Thank you very much for this note!
I have checked files for the build error, the error messages are:
"failed rc=2 out=cat: Srcfiles: No such file or directory",
and "gmake: *** [/home/home01/earmzh/cases/scripts_regression_test.20210820_132931/TestCreateNewcase/testcreatenewcase/bld/cesm.exe] Error 1"
Attached are the files.
Do you have any suggestions to fix this?

Cheers,
Chris
 

Attachments

  • cesm.bldlog.210820-132934.txt
    79.2 KB · Views: 4
  • cesm.bldlog.210820-133146.txt
    87.5 KB · Views: 2
  • config_compilers.xml.txt
    43.5 KB · Views: 0
  • pio.bldlog.210820-132934.txt
    95.8 KB · Views: 5
  • pio.bldlog.210820-133146.txt
    101.5 KB · Views: 0

jedwards

CSEG and Liaisons
Staff member
These are different that the error you posted first. In the cesm.bldlog.210820-132934 you have an undefined external -
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_tostr@FABRIC_1.0'
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_dupinfo@FABRIC_1.1'
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_strerror@FABRIC_1.0'
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_freeinfo@FABRIC_1.1'
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_fabric@FABRIC_1.1'
//apps/developers/libraries/intelmpi/2019.4.243/1/intel-19.0.4/intel64/lib/release/libmpi.so.12: undefined reference to `fi_getinfo@FABRIC_1.1'

This is a system issue - contact your administrators.
 
Top