diff --git a/model/src/cmake/switches.json b/model/src/cmake/switches.json index 999f46e5c..5431947d4 100644 --- a/model/src/cmake/switches.json +++ b/model/src/cmake/switches.json @@ -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"] } ] },