mike_scchen@gmail_com
New Member
Hi,
I'm trying to port CESM 3.0 b02 on Fujitsu FX1000 platform.
Its compiler seems to have some compatibility issues with the code (as expected lol).
My other colleague did some porting of CESM 2.2 on the same platform largely successful, but he uses some per-model setting in the config_compiler.xml, such as:
<compiler COMPILER="fujitsu" MACH="fx1000>
......
<append MODEL="fms"> -Haefosu -X03 </append>
But now in CESM3, the role of config_compiler.xml was replaced by CMake macros.
Can I do the same with CMake? If so, how can I do it?
I'm currently stuck in the FMS, if that matters :p
Thanks in advance!
Mike Chen
Research Assistant / Technician
Institute of Oceanography, National Taiwan University
I'm trying to port CESM 3.0 b02 on Fujitsu FX1000 platform.
Its compiler seems to have some compatibility issues with the code (as expected lol).
My other colleague did some porting of CESM 2.2 on the same platform largely successful, but he uses some per-model setting in the config_compiler.xml, such as:
<compiler COMPILER="fujitsu" MACH="fx1000>
......
<append MODEL="fms"> -Haefosu -X03 </append>
But now in CESM3, the role of config_compiler.xml was replaced by CMake macros.
Can I do the same with CMake? If so, how can I do it?
I'm currently stuck in the FMS, if that matters :p
Thanks in advance!
Mike Chen
Research Assistant / Technician
Institute of Oceanography, National Taiwan University