@@ -87,8 +87,28 @@ def run_tests_in_temp_dir(pr_number, head_repo, head_ref, output_dir):
87
87
+ build_dir
88
88
+ " -f && cd "
89
89
+ 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" ,
92
112
]
93
113
ret = subprocess .run (test_command , check = True )
94
114
0 commit comments