What version of the code are you using?
2.1.5
Have you made any changes to files in the source tree?
I ported the model to our university's platform by edition config_machine.xml config_compilers.xml, and config_batch.xml files
Describe every step you took leading up to the problem:
to create the case I did ./create_newcase --case /lustre1/g/esd_dxi/dazhixi/models/IntelCESMfit/models/CESM215/cases/b1850.basics --compset B1850 --res f19_g17 --mach hku
then I set up the case by ./case.setup
then I did ./case.build
then I write a slurm file to submit the job
the job seems running as I can see the queue and it is not killed, and it has started all the mpi processors I required, but the run stuck which will be described later.
If this is a port to a new machine: Please attach any files you added or changed for the machine port (e.g., config_compilers.xml, config_machines.xml, and config_batch.xml) and tell us the compiler version you are using on this machine.
Please attach any log files showing error messages or other useful information.
I use intel and impi to build, they are 2021 version. There are no errors during build, although I have to remove -lnetcdf and only keep -lnetcdff in Macro.make to build the model (otherwise it report ld cannot find -lnetcdf)
The error happens during running and only cpl.log and cesm.log are created by the run. attached.
Describe your problem or question:
The model started to run, but stuck at (in cpl.log):
(seq_mct_drv) : Initialize each component: atm, lnd, rof, ocn, ice, glc, wav, esp
(component_init_cc:mct) : Initialize component atm
There is no more output since then.
Thank you for your help.
Best,
Dazhi
2.1.5
Have you made any changes to files in the source tree?
I ported the model to our university's platform by edition config_machine.xml config_compilers.xml, and config_batch.xml files
Describe every step you took leading up to the problem:
to create the case I did ./create_newcase --case /lustre1/g/esd_dxi/dazhixi/models/IntelCESMfit/models/CESM215/cases/b1850.basics --compset B1850 --res f19_g17 --mach hku
then I set up the case by ./case.setup
then I did ./case.build
then I write a slurm file to submit the job
the job seems running as I can see the queue and it is not killed, and it has started all the mpi processors I required, but the run stuck which will be described later.
If this is a port to a new machine: Please attach any files you added or changed for the machine port (e.g., config_compilers.xml, config_machines.xml, and config_batch.xml) and tell us the compiler version you are using on this machine.
Please attach any log files showing error messages or other useful information.
I use intel and impi to build, they are 2021 version. There are no errors during build, although I have to remove -lnetcdf and only keep -lnetcdff in Macro.make to build the model (otherwise it report ld cannot find -lnetcdf)
The error happens during running and only cpl.log and cesm.log are created by the run. attached.
Describe your problem or question:
The model started to run, but stuck at (in cpl.log):
(seq_mct_drv) : Initialize each component: atm, lnd, rof, ocn, ice, glc, wav, esp
(component_init_cc:mct) : Initialize component atm
There is no more output since then.
Thank you for your help.
Best,
Dazhi