Dear CESM community,
I'm a beginner with CLM5.0 but I have already spent several months trying to make it work without success. I'm really looking now for some help or advice.
In fact, I'm not able to perform a complete run since issues appear at the ./case.submit step.
As far as I have understood, I have issues with my mpi compiler.
If I try a simple piece of code like this :
I will get an error in the early phase of the ./case.submit step :
I have already looked in the log file, but I'm not able to understand what is happening (I put in attachment the log file).
So now I'm following the instructions here in order to port and validate CIME on a new platform.
I was able to execute correctly the MPI example.
I also put my config_machines.xml file in the .cime directory and the following command was successful.
And now I have also issues with the last step : executing the scripts_regression_tests.py script file.
Thoses tests were successful :
But when I execute :
I also get a similar error :
Now I have no idea where to look...
Any hints or help would be really appreciated. Also, do you have a really small piece of code to reproduce, the most easiest CLM5.0 example possible ?
Thanks in advance for your help,
Best regards,
François
I'm a beginner with CLM5.0 but I have already spent several months trying to make it work without success. I'm really looking now for some help or advice.
In fact, I'm not able to perform a complete run since issues appear at the ./case.submit step.
As far as I have understood, I have issues with my mpi compiler.
If I try a simple piece of code like this :
Code:
export CIME_MACHINE=randlab-1
export CIME_MODEL=cesm
export CIMEROOT=$HOME/clm5.0/cime
export CASE=test
export CASEROOT=~/projects/cases/$CASE
export DIN_LOC_ROOT=~/projects/cesm-inputdata
./create_newcase --case $CASEROOT --res 1x1_mexicocityMEX --compset I1PtClm50SpGs --machine $CIME_MACHINE
cd $CASEROOT
./case.setup
./case.build
./case.submit
I will get an error in the early phase of the ./case.submit step :
Code:
ERROR: RUN FAIL: Command 'mpiexec -np 1 /home/me/projects/scratch/test/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /home/me/projects/scratch/test/run/cesm.log.210511-142940
I have already looked in the log file, but I'm not able to understand what is happening (I put in attachment the log file).
So now I'm following the instructions here in order to port and validate CIME on a new platform.
I was able to execute correctly the MPI example.
I also put my config_machines.xml file in the .cime directory and the following command was successful.
Code:
xmllint --noout --schema $CIME/config/xml_schemas/config_machines.xsd $HOME/.cime/config_machines.xml
And now I have also issues with the last step : executing the scripts_regression_tests.py script file.
Thoses tests were successful :
Code:
./scripts_regression_tests.py A_RunUnitTests
./scripts_regression_tests.py B_CheckCode
./scripts_regression_tests.py G_TestMacrosBasic
./scripts_regression_tests.py H_TestMakeMacros
./scripts_regression_tests.py I_TestCMakeMacros
./scripts_regression_tests.py J_TestCreateNewcase
./scripts_regression_tests.py M_TestWaitForTests
Code:
./scripts_regression_tests.py L_TestSaveTimings
Code:
ERROR: RUN FAIL: Command 'mpiexec -np 1 /home/me/projects/scratch/scripts_regression_test.20210511_143519/SMS_Ln9_P1.f19_g16_rx1.A.randlab-1_gnu.fake_testing_only_20210511_143604/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
Now I have no idea where to look...
Any hints or help would be really appreciated. Also, do you have a really small piece of code to reproduce, the most easiest CLM5.0 example possible ?
Thanks in advance for your help,
Best regards,
François