forked from MODFLOW-USGS/modflow6
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(HPC): dfn changes for HPC package (MODFLOW-USGS#1763)
Co-authored-by: scottrp <[email protected]>
- Loading branch information
1 parent
c2efa39
commit 9b959fe
Showing
3 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# --------------------- sim hpc options --------------------- | ||
# flopy subpackage hpc_filerecord hpc hpc_data hpc | ||
# flopy parent_name_type parent_package MFSimulation | ||
|
||
block options | ||
name dev_log_mpi | ||
type keyword | ||
reader urword | ||
optional true | ||
longname log mpi traffic | ||
description keyword to enable (extremely verbose) logging of mpi traffic to file. | ||
|
||
|
||
# --------------------- sim hpc partitions --------------------- | ||
|
||
block partitions | ||
name partitions | ||
type recarray mname mrank | ||
reader urword | ||
optional | ||
longname list of partition numbers | ||
description is the list of zero-based partition numbers. | ||
|
||
block partitions | ||
name mname | ||
in_record true | ||
type string | ||
tagged false | ||
reader urword | ||
longname model name | ||
description is the unique model name. | ||
|
||
block partitions | ||
name mrank | ||
in_record true | ||
type integer | ||
tagged false | ||
reader urword | ||
longname model rank | ||
description is the zero-based partition number (also: MPI rank or processor id) to which the model will be assigned. |