Skip to content

Commit c86c4d4

Browse files
committed
test: Correct template test project launcher values
1 parent 8f007b5 commit c86c4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/define_template_test_project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def omp_op(job):
4343
directives={
4444
"processes": TestProject.processes,
4545
"threads_per_process": TestProject.threads_per_process,
46-
"launcher": "mpi",
46+
"launcher": TestProject.launcher,
4747
}
4848
)
4949
def hybrid_op(job):

0 commit comments

Comments
 (0)