-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4307 from jasonb5/fix_batch_arg
Updates config_batch.xml to facilitate queue specific flags Updates config_batch.xml to facilitate queue specific flags e.g. <argument job_queue="long">-w docker</argument> would only apply when the queue name is long. The behavior of argument is now inline with the rest of the XML system, i.e. the argument is now stored in the XML nodes text not in attributes of the node. Test suite: scripts_regression_tests.py Test baseline: n/a Test namelist changes: n/a Test status: n/a Fixes #4120 User interface changes?: n/a Update gh-pages html (Y/N)?: N
- Loading branch information
Showing
6 changed files
with
278 additions
and
85 deletions.
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
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 |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
<TESTS>e3sm_developer</TESTS> | ||
<BATCH_SYSTEM>none</BATCH_SYSTEM> | ||
<SUPPORTED_BY>[email protected]</SUPPORTED_BY> | ||
<MAX_TASKS_PER_NODE>4</MAX_TASKS_PER_NODE> | ||
<MAX_MPITASKS_PER_NODE>4</MAX_MPITASKS_PER_NODE> | ||
<MAX_TASKS_PER_NODE>8</MAX_TASKS_PER_NODE> | ||
<MAX_MPITASKS_PER_NODE>8</MAX_MPITASKS_PER_NODE> | ||
<mpirun mpilib="openmpi"> | ||
<executable>mpiexec</executable> | ||
<arguments> | ||
|
Oops, something went wrong.