Skip to content

Commit

Permalink
TEMP bump --largest-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Dec 19, 2024
1 parent 32ae08b commit a79a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/TestHarness/TestHarness.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ def parseCLArgs(self, argv):
parser.add_argument('-l', '--load-average', action='store', type=float, dest='load', help='Do not run additional tests if the load average is at least LOAD')
parser.add_argument('-t', '--timing', action='store_true', dest='timing', help='Report Timing information for passing tests')
parser.add_argument('--longest-jobs', action='store', dest='longest_jobs', type=int, default=0, help='Print the longest running jobs upon completion')
parser.add_argument('--largest-jobs', action='store', dest='largest_jobs', type=int, default=0, help='Print the largest (by max memory usage) jobs upon completion')
parser.add_argument('--largest-jobs', action='store', dest='largest_jobs', type=int, default=20, help='Print the largest (by max memory usage) jobs upon completion')
parser.add_argument('-s', '--scale', action='store_true', dest='scaling', help='Scale problems that have SCALE_REFINE set')
parser.add_argument('-i', nargs=1, action='store', type=str, dest='input_file_name', help='The test specification file to look for (default: tests)')
parser.add_argument('--libmesh_dir', nargs=1, action='store', type=str, dest='libmesh_dir', help='Currently only needed for bitten code coverage')
Expand Down

0 comments on commit a79a95e

Please sign in to comment.