diff --git a/tests/cluster_tests/test_mpiqsub_1_proc.xml b/tests/cluster_tests/test_mpiqsub_1_proc.xml new file mode 100644 index 0000000000..5caece64af --- /dev/null +++ b/tests/cluster_tests/test_mpiqsub_1_proc.xml @@ -0,0 +1,60 @@ + + + + cluster_tests.test_mpiqsub_1_proc + alfoa + 2020-04-22 + MPISimulationMode + + This tests running with mpi and a qsub and test that a single + processor can be used (issue 1023) + + + This test shows that issue #1023 is fixed. + + + + + . + FirstMQ1ProcRun + 1 + 2 + 0:10:00 + test_mpiqsu + + + + simple_gp_test.i + + + + + %FRAMEWORK_DIR%/../tests/cluster_tests/simple_gp.py + + + + + + + 6 + + + + + + + simple_gp_test.i + MyRAVEN + RAVENmc6 + stories + + + + + + pipe_Area + pipe_Hw,pipe_Tw + + + + diff --git a/tests/cluster_tests/tests b/tests/cluster_tests/tests index 999eb61571..a5b41323c9 100644 --- a/tests/cluster_tests/tests +++ b/tests/cluster_tests/tests @@ -63,4 +63,12 @@ skip = 'cluster only test' type = RavenFramework [../] + [./test_mpiqsub_1_proc] + input='test_mpiqsub_1_proc.xml pbspro_mpi.xml cluster_runinfo_legacy.xml' + run_types = 'qsub' + output = 'FirstMQ1ProcRun/1/out~simple_gp_test.csv FirstMQ1ProcRun/6/out~simple_gp_test.csv' + output_wait_time = 60 + type = RavenFramework + max_time = 3600 + [../] []