Skip to content

Commit ce7c7d9

Browse files
committed
Add all tests, formatting
1 parent f3640bb commit ce7c7d9

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

tst/launch_ci_runner.py

+22-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,28 @@ def run_tests_in_temp_dir(pr_number, head_repo, head_ref, output_dir):
8787
+ build_dir
8888
+ " -f && cd "
8989
+ os.path.join(temp_dir, "tst")
90-
+ " && ./stepdiff.py --executable " + os.path.join(build_dir, "mcblock")
91-
+ " --input ../inputs/stepdiff.in" + " --use_mpiexec",
90+
+ " && ./stepdiff.py --executable "
91+
+ os.path.join(build_dir, "mcblock")
92+
+ " --input ../inputs/stepdiff.in"
93+
+ " --use_mpiexec",
94+
+" && ./stepdiff.py --executable "
95+
+ os.path.join(build_dir, "mcblock")
96+
+ " --input ../inputs/stepdiff_ddmc.in --use_mpiexec",
97+
+" && ./stepdiff_smr.py --executable "
98+
+ os.path.join(build_dir, "mcblock")
99+
+ " --input ../inputs/stepdiff_smr.in --use_mpiexec",
100+
+" && ./stepdiff_smr.py --executable "
101+
+ os.path.join(build_dir, "mcblock")
102+
+ " --input ../inputs/stepdiff_smr_ddmc.in --use_mpiexec",
103+
+" && ./stepdiff_smr.py --executable "
104+
+ os.path.join(build_dir, "mcblock")
105+
+ " --input ../inputs/stepdiff_smr_ddmc.in --use_mpiexec --mpi_nthreads 8",
106+
+" && ./stepdiff_smr.py --executable "
107+
+ os.path.join(build_dir, "mcblock")
108+
+ " --input ../inputs/stepdiff_smr_hybrid.in --use_mpiexec",
109+
+" && ./stepdiff_smr.py --executable "
110+
+ os.path.join(build_dir, "mcblock")
111+
+ " --input ../inputs/stepdiff_smr_hybrid.in --use_mpiexec --mpi_nthreads 8",
92112
]
93113
ret = subprocess.run(test_command, check=True)
94114

0 commit comments

Comments
 (0)