-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCHP run crashes almost immediately in MAPL_CapGridComp.F90 #443
Comments
Hi, thanks for reaching out about this. I see there are multiple prints of the same message about heartbeat. There should only be one. This makes me think there is a problem with MPI, maybe having to do with ESMF. This is also supported when looking at the MAPL code that the error message points to here:
Could you check that your ESMF build did not include 'mpiuni'? Also please post your GCHP log file here. |
@lizziel Good to hear your reply, I've checked the root dir of ESMF, actually I found the setting ' -DESMF_COMM=mpiuni'. |
I've solved this issue by rewriting the env files and updating the ESMF module. Thanks again @lizziel |
Great, I am glad that worked. Setting
|
Hi, Could you please share the steps you took to update the ESMF module and modify the environment files? I encountered the exact same issue and have already recompiled the ESMF package, ensuring that all ESMF_COMM settings point to OpenMPI. However, I’m still receiving the same error message. I'm attching my compile and install log file with this comment. I would greatly appreciate any guidance you can provide! @lizziel @InterstellarPenguin @LiamBindle ![]() Thanks, |
Hi @Xinying331, if ESMF_COMM is set to openmpi then I think you must be encountering a different problem. Please open a new github issue for this. Thanks! |
Got it. Thank you Lizziel! @lizziel |
Your name
Linyang Guo
Your affiliation
UCAS
What happened? What did you expect to happen?
Hi, everyone!
There is an issue appeared while I'm going to run a carbon simulation.
What are the steps to reproduce the bug?
Just for now, i tried to run a 864-core 27-node 10-years GCHP simulation and it crashed immediately. I picked out the important part of the output.log:
Please attach any relevant configuration and log files.
What GCHP version were you using?
14.4.3
What environment were you running GCHP on?
Local cluster
What compiler and version were you using?
ifort 2021.3.0
What MPI library and version were you using?
Intel MPI 2021.3.0
Will you be addressing this bug yourself?
Yes
Additional information
No response
The text was updated successfully, but these errors were encountered: