You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run GCHP 14.5.0 as a batch job, the GCHP log is empty, but the batch job log shows a segmentation fault.
It seems that GCHP is only being configured, but it hasn’t actually run, and the error occurs at that point.
A similar error also occurs when running interactively.
By the way, during compilation, some warnings were displayed, but it finally complete. I'm not sure whether these warnings could affect the GCHP run. So I also attached the environment file below.
What are the steps to reproduce the bug?
After compiling and setting up the run directory, when running GCHP as a batch job or interactively, the bug appears.
Please attach any relevant configuration and log files.
Hi @YaqingZhou1001, have you successfully used this set of libraries and ESMF with GCHP before on your cluster? I suggest trying the following:
Turn on error prints in ESMF. Look for configuration file ESMF.rc in your run directory. Open it and set the logKindFlag parameter to ESMF_LOGKIND_MULTI_ON_ERROR. When you run again you should then get ESMF error log files upon rerun. There will be one log file per processor and each file will start with PET. More often than not the ESMF error message will appear in every file if it is an ESMF problem.
Check if there are any messages in output log file allPEs.log
Build GCHP with debug flags on by reconfiguring with -DCMAKE_BUILD_TYPE=Debug. Then run again.
Contact your system administrator to see if they have ever seen this issue before since it appears to be MPI-related.
Your name
Yaqing Zhou
Your affiliation
Jinan University
What happened? What did you expect to happen?
When I run GCHP 14.5.0 as a batch job, the GCHP log is empty, but the batch job log shows a segmentation fault.
It seems that GCHP is only being configured, but it hasn’t actually run, and the error occurs at that point.
A similar error also occurs when running interactively.
By the way, during compilation, some warnings were displayed, but it finally complete. I'm not sure whether these warnings could affect the GCHP run. So I also attached the environment file below.
What are the steps to reproduce the bug?
After compiling and setting up the run directory, when running GCHP as a batch job or interactively, the bug appears.
Please attach any relevant configuration and log files.
gchp_log.txt
setCommonRunSettings.txt
batchjob_script.txt
batchjob_log.txt
gchp.env.txt
What GCHP version were you using?
14.5.0
What environment were you running GCHP on?
Local cluster
What compiler and version were you using?
Intel 2021.3.0
What MPI library and version were you using?
OpenMIPI 4.0.3
Will you be addressing this bug yourself?
No
Additional information
No response
The text was updated successfully, but these errors were encountered: