Skip to content
Snippets Groups Projects
Commit 1fd631d7 authored by Joerg Behrens's avatar Joerg Behrens
Browse files

Merge branch 'fix_test_branch' into 'master'

use MPI_LAUNCH for precision test run

See merge request dkrz-sw/sct!8
parents 82cc4d10 2047d5b0
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ require "test_base.pl";
$ENV{SCT_OUT}="stdout";
$ENV{SCT_CALLSTATS}=0;
#parse(run_prg("@abs_top_builddir@/tests/test_precision")) && check_reports();
run_prg("@abs_top_builddir@/tests/test_precision");
#parse(run_prg("@MPI_LAUNCH@ -n 1 @abs_top_builddir@/tests/test_precision")) && check_reports();
run_prg("@MPI_LAUNCH@ -n 1 @abs_top_builddir@/tests/test_precision");
$ENV{SCT_CALLSTATS}=1;
#parse(run_prg("@abs_top_builddir@/tests/test_precision")) && check_reports();
#parse(run_prg("@MPI_LAUNCH@ -n 1 @abs_top_builddir@/tests/test_precision")) && check_reports();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment