Hello,
When I built the CESM1.2. model via the command "./*.build", an error like icc doesn't exist occured as follows:
" /iCESM1_2_0_1_geotrace_n02/models/utils/mct/configure: line 2347: icc: command not found
configure:2356: $? = 127"
But, actually icc exits on derecho:
"yingyingfeng@derecho4:~> which icc
/glade/u/apps/derecho/23.09/spack/opt/spack/ncarcompilers/1.0.0/oneapi/2023.2.1/6q5s/bin/icc"
Do anyone know how can I fix this? Thanks so much!
(I am porting CESM1.2 on Derecho because I plan to conduct isotope-enable paleoclimate experiment. In order to port, I already revised the "config_machines.xml" under the name of derecho, as well as added "env_mach_specific.derecho" and "mkbatch.derecho" files).
When I built the CESM1.2. model via the command "./*.build", an error like icc doesn't exist occured as follows:
" /iCESM1_2_0_1_geotrace_n02/models/utils/mct/configure: line 2347: icc: command not found
configure:2356: $? = 127"
But, actually icc exits on derecho:
"yingyingfeng@derecho4:~> which icc
/glade/u/apps/derecho/23.09/spack/opt/spack/ncarcompilers/1.0.0/oneapi/2023.2.1/6q5s/bin/icc"
Do anyone know how can I fix this? Thanks so much!
(I am porting CESM1.2 on Derecho because I plan to conduct isotope-enable paleoclimate experiment. In order to port, I already revised the "config_machines.xml" under the name of derecho, as well as added "env_mach_specific.derecho" and "mkbatch.derecho" files).