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

where is compilers.xml file in CTSM-ctsm5.2.005

LiwenWu

LiwenWu
Member
Dear Scientists,
I was porting the newest CTSM code (version CTSM-ctsm5.2.005), and I found that there is no machine and compiler xml file in the machines folder : /CTSM-ctsm5.2.005/cime/config/cesm/machines/ config_machines.xml and config_compilers.xml. Afterwards, I found the machines.xml file in CTSM-ctsm5.2.005/ccs.config/machines/, but where is compilers.xml? Not modifying the compiler file will definitely affect the subsequent model operation. Could you please give me some advice? Thank you.
 

fischer

CSEG and Liaisons
Staff member
Hi LiwenWu,

The compilers.xml file options have been moved to cmake_macros. You can find them in ccs_config/machines/cmake_macros.

Chris
 

xiaoxiaokuishu

Ru Xu
Member
Hi LiwenWu,

The compilers.xml file options have been moved to cmake_macros. You can find them in ccs_config/machines/cmake_macros.

Chris
Hi, fscher,

Can you share me with .cime which include config_machine.xml , config_compiler.xml, since now I try to port CESM from piz-daint at CSCS to a
new machine eiger at CSCS, the new machine eiger is similar to cheyenne, so i hope to review the setting of cheyenne first. Do you know where
can i find it.

Best
Ru
 

fischer

CSEG and Liaisons
Staff member
Hi Ru,

You can find the config_machine.xml for cheyenne in ccs_config/machines/cheyenne. Then the compiler options will be in ccs_config/machines/cmake_macros/intel_cheyenne.cmake.

Chris
 
Top