Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
sct
Commits
1fd631d7
Commit
1fd631d7
authored
Mar 10, 2022
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_precision_run.in
View file @
1fd631d7
...
...
@@ -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();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment