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

B1850: Interrupt when component initialization

YCCircle

Yuanyuan HUANG
New Member
Hi,

I built a B1850 case with a grid resolution f19_g17. It can be submitted successfully, but it was interrupted after a while without errors. There are only cam, lnd, cpl and cesm log files, which seems like the other components were not initialized.

The log files are attached here.

The ./preview_run information is as follows:

CASE INFO:
nodes: 9
total tasks: 216
tasks per node: 24
thread count: 1

BATCH INFO:
FOR JOB: case.run
ENV:
Setting Environment OMP_STACKSIZE=1024M
Setting Environment OMP_STACKSIZE=1024M
Setting Environment MKL_PATH=/BIGDATA1/app/intelcompiler/18.0.0/compilers_and_libraries_2018.0.128/linux/mkl
Setting Environment MKL_PATH=/BIGDATA1/app/intelcompiler/18.0.0/compilers_and_libraries_2018.0.128/linux/mkl
Setting Environment NETCDF_HOME=/BIGDATA1/app/netcdf/4.6.2-icc-18/
Setting Environment NETCDF_HOME=/BIGDATA1/app/netcdf/4.6.2-icc-18/
Setting Environment NETCDF_PATH=/BIGDATA1/app/netcdf/4.6.2-icc-18
Setting Environment NETCDF_PATH=/BIGDATA1/app/netcdf/4.6.2-icc-18
Setting Environment OMP_NUM_THREADS=1

SUBMIT CMD:
yhbatch --time 400:00:00 -p bigdata .case.run --resubmit

MPIRUN (job=case.run):
yhrun --label -n 216 .../my_cesm_sandbox/cesm_experiments/b1850_200/bld/cesm.exe >> cesm.log.$LID 2>&1

FOR JOB: case.st_archive
ENV:
Setting Environment OMP_STACKSIZE=1024M
Setting Environment OMP_STACKSIZE=1024M
Setting Environment MKL_PATH=/BIGDATA1/app/intelcompiler/18.0.0/compilers_and_libraries_2018.0.128/linux/mkl
Setting Environment MKL_PATH=/BIGDATA1/app/intelcompiler/18.0.0/compilers_and_libraries_2018.0.128/linux/mkl
Setting Environment NETCDF_HOME=/BIGDATA1/app/netcdf/4.6.2-icc-18/
Setting Environment NETCDF_HOME=/BIGDATA1/app/netcdf/4.6.2-icc-18/
Setting Environment NETCDF_PATH=/BIGDATA1/app/netcdf/4.6.2-icc-18
Setting Environment NETCDF_PATH=/BIGDATA1/app/netcdf/4.6.2-icc-18
Setting Environment OMP_NUM_THREADS=1

SUBMIT CMD:
yhbatch --time 480:00:00 -p bigdata --dependency=afterok:0 case.st_archive --resubmit


Could anyone help me to solve this problem? Any suggestions will be much appreciated. Thank you!

Best regards,
Rose
 

dbailey

CSEG and Liaisons
Staff member
Try:

./xmlchange DEBUG=TRUE

Do a clean build and rebuild to see if you get more information in your log files.
 
Top