Skip to content

Commit

Permalink
update switches.json for scripmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwarner-usgs committed Dec 9, 2024
1 parent cf3dc8f commit 60dac05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions model/src/cmake/switches.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
},
{
"name": "scripmpi",
"num_switches": "upto2",
"description": "",
"num_switches": "upto1",
"description": "use MPI parallelism for SCRIP regridding",
"valid-options": [
{
"name": "SCRIPMPI"
"name": "SCRIPMPI",
"requires": ["SCRIP", "MPI"]
}
]
},
Expand Down

0 comments on commit 60dac05

Please sign in to comment.