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

Add scotch library to WCOSS2 module files #1859

Closed
JessicaMeixner-NOAA opened this issue Aug 10, 2023 · 2 comments · Fixed by #1871
Closed

Add scotch library to WCOSS2 module files #1859

JessicaMeixner-NOAA opened this issue Aug 10, 2023 · 2 comments · Fixed by #1871
Assignees
Labels
enhancement New feature or request

Comments

@JessicaMeixner-NOAA
Copy link
Collaborator

Description

Dogwood and Cactus now have the scotch library installed. The SCOTCH library needs to be added to the module file and scotch tests can be turned on.

Solution

Add the following to wcoss2 module file:

 prepend_path("MODULEPATH", "/apps/prod/lmodules/INTEL_cray_mpich/19.1.3.304/cray-mpich/8.1.9")
scotch_ver=os.getenv("scotch_ver") or "7.0.3"
load(pathJoin("scotch",scotch_ver))

Alternatives

If there's another scotch module on wcoss2 that's preferred to be used.

Related to

n/a

@JessicaMeixner-NOAA
Copy link
Collaborator Author

WW3 input files are needed to be added to the official space for the unstructured grid tests to be turned on. Thanks @DeniseWorthen for mentioning to check this.

@JessicaMeixner-NOAA
Copy link
Collaborator Author

Once copying over data from hera for the WW3 input data, the pdlib tests on dogwood succeeded in creating and replicating a baseline. My branch is here: https://github.com/JessicaMeixner-NOAA/ufs-weather-model/tree/scotchwcoss2
I'll test on cactus after the switch out of an abundance of caution and since it's tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant