Skip to content

Commit a5d6536

Browse files
committed
Put oversubscribe in wrong place
1 parent 259adb4 commit a5d6536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_helpers/test_gusto_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n
633633
my_env = os.environ.copy()
634634
my_env['COVERAGE_PROCESS_START'] = 'pyproject.toml'
635635
cwd = '.'
636-
cmd = f'mpiexec -np {n_tasks} python {__file__} --oversubscribe --test=MSSDC --n_steps={n_steps}'.split()
636+
cmd = f'mpiexec -np {n_tasks} --oversubscribe python {__file__} --test=MSSDC --n_steps={n_steps}'.split()
637637

638638
p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=my_env, cwd=cwd)
639639
p.wait()

0 commit comments

Comments
 (0)