Skip to content

Commit

Permalink
Merge pull request #967 from neams-th-coe/cimode
Browse files Browse the repository at this point in the history
allow ints for ci mode
  • Loading branch information
aprilnovak authored Oct 11, 2024
2 parents 5d6970b + a4e7bca commit 018b5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/base/CardinalApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ CardinalApp::validParams()
// or just plain MOOSE-type apps), these are unused
params.addCommandLineParam<int>(
"nekrs_buildonly", "--nekrs-buildonly [#procs]", "#procs to build NekRS if pre-compiling");
params.addCommandLineParam<bool>(
"nekrs_cimode",
"--nekrs-cimode",
false,
"Whether to flag NekRS CI settings for execution within Cardinal");
params.addCommandLineParam<int>("nekrs_cimode",
"--nekrs-cimode [id]",
"Test ID for NekRS CI settings for execution within Cardinal");
params.addCommandLineParam<std::string>(
"nekrs_backend",
"--nekrs-backend",
Expand Down
2 changes: 1 addition & 1 deletion test/tests/nek_ci
Submodule nek_ci updated 1 files
+1 −1 ktauChannel/tests

0 comments on commit 018b5f2

Please sign in to comment.