Skip to content
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

mkmapdata.sh crashes due to attempting module loads in the wrong order #1255

Closed
slevis-lmwg opened this issue Jan 15, 2021 · 0 comments · Fixed by #1254
Closed

mkmapdata.sh crashes due to attempting module loads in the wrong order #1255

slevis-lmwg opened this issue Jan 15, 2021 · 0 comments · Fixed by #1254
Assignees
Labels
bfb bit-for-bit bug something is working incorrectly
Milestone

Comments

@slevis-lmwg
Copy link
Contributor

Brief summary of bug

mkmapdata.sh stops with a module load error in this line:
module load esmf_libs/$esmfvers

General bug information

CTSM version you are using: ctsm5.1.dev021

Does this bug cause significantly incorrect results in the model's science? No

Configurations affected: mkmapdata only

Details of bug

Workaround:
Reverse the order of these two lines

module load esmf_libs/$esmfvers
module load intel/$intelvers

to

module load intel/$intelvers
module load esmf_libs/$esmfvers
@ekluzek ekluzek self-assigned this Jan 15, 2021
@ekluzek ekluzek added tag: simple bfb bug something is working incorrectly labels Jan 15, 2021
@ekluzek ekluzek added this to the ctsm5.1.0 milestone Jan 15, 2021
ekluzek added a commit to swensosc/ctsm that referenced this issue Feb 9, 2021
@samsrabin samsrabin added simple bfb bit-for-bit labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bfb bit-for-bit bug something is working incorrectly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants