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

Reduce ncclimo tasks for Anvil to 6 #865

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mpas_analysis/configuration/anvil.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ ncclimoParallelMode = bck
# the number of total threads to use when ncclimo runs in "bck" or "mpi" mode.
# Reduce this number if ncclimo is crashing (maybe because it is out of memory).
# The number of threads must be a factor of 12 (1, 2, 3, 4, 6 or 12).
ncclimoThreads = 12

# Anvil is experiencing out-of-memory errors with 12 tasks so reducing to 6
ncclimoThreads = 6

# the number of MPI tasks to use in creating mapping files (1 means tasks run in
# serial, the default)
Expand Down