Skip to content

Commit

Permalink
misnaming dd_slab_reed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Aug 17, 2024
1 parent a2e96b9 commit 3a9517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Skip domain decomp tests unless there are 4 MPI processes
temp = names.copy()
for name in names:
if name == "dd_slab" and not (mpiexec == 4 or srun == 4):
if name == "dd_slab_reed" and not (mpiexec == 4 or srun == 4):
temp.remove(name)
print(
Fore.YELLOW
Expand Down

0 comments on commit 3a9517c

Please sign in to comment.