CMake Error when running case.build after porting #4931
chprsandeep
started this conversation in
E3SM model help
Replies: 1 comment 8 replies
-
E3SM is no longer using config_compilers.xml. You need to create an intel_svante.cmake file and put it in E3SM/cime_config/machines/cmake_macros |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to E3SM/ELM. But I have run several cases of CESM2/CLM.
I have ported E3SM to my system and got an error while running the case.build
Here is a step-by-step process of what I have done:
git clone [email protected]:E3SM-Project/E3SM.git
cd E3SM
git submodule update --init --recursive
I have copied the configure files from CESM to cime_config/machines/ folder and updated the corresponding directories.
cd cime/scripts
./create_newcase --case /net/fs05/d1/sandeepc/e3sm/cases/ast --compset ICRUELMBGC --res hcru_hcru --machine svante --compiler intel
cd /net/fs05/d1/sandeepc/e3sm/cases/ast
./case.setup
./case.build
I got the following error.
ERROR: BUILD FAIL: cmake config e3sm failed, cat /net/fs05/d1/sandeepc/e3sm/cases/ast/bld/e3sm.bldlog.220429-074949
I have attached the e3sm.bldlog file and configure files.
e3sm.bldlog.220429-074949.txt
config_batch.xml.txt
config_compilers.xml.txt
config_machines.xml.txt
Any help would be much appreciated. Please let me know if anything else is required from my side.
Thank you.
Sandeep Chinta
Beta Was this translation helpful? Give feedback.
All reactions