Skip to content

Commit

Permalink
Actually pass oversubscribe (switch to just passing args?)
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Jan 6, 2025
1 parent 731af68 commit 7f3abac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tst/stepdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def ur_solution(t, x, y, z):
modified_inputs=modified_inputs,
executable=args.executable,
use_mpiexec=args.use_mpiexec,
oversubscribe=args.oversubscribe,
mpi_nthreads=args.mpi_nthreads,
build_type=args.build_type,
tolerance=0.05,
Expand Down
1 change: 1 addition & 0 deletions tst/stepdiff_smr.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def ur_solution(t, x, y, z):
modified_inputs=modified_inputs,
executable=args.executable,
use_mpiexec=args.use_mpiexec,
oversubscribe=args.oversubscribe,
mpi_nthreads=args.mpi_nthreads,
build_type=args.build_type,
tolerance=0.3,
Expand Down

0 comments on commit 7f3abac

Please sign in to comment.