We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b533d4 commit f8699d9Copy full SHA for f8699d9
pySDC/playgrounds/dedalus/scripts/run_rbc.py
@@ -56,9 +56,6 @@
56
"--groupTimeProcs", help="wether or not grouping the time processes",
57
action="store_true")
58
59
-parser.add_argument(
60
- "--nNodesSDC", help="number of time nodes per step for SDC",
61
- default=4, type=int)
62
parser.add_argument(
63
"--nNodesSDC", help="number of time nodes per step for SDC",
64
default=4, type=int)
0 commit comments