Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sct
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
sct
Commits
249e1fb6
Commit
249e1fb6
authored
6 years ago
by
Hendryk Bockelmann
Browse files
Options
Downloads
Patches
Plain Diff
set correct paths for tests to enable out of src builds
parent
1c408d76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tests/test_hdf5_fortran_run.in
+3
-3
3 additions, 3 deletions
tests/test_hdf5_fortran_run.in
tests/test_hdf5_run.in
+3
-3
3 additions, 3 deletions
tests/test_hdf5_run.in
tests/test_papi_run.in
+5
-5
5 additions, 5 deletions
tests/test_papi_run.in
tests/test_sct_run.in
+3
-3
3 additions, 3 deletions
tests/test_sct_run.in
with
14 additions
and
14 deletions
tests/test_hdf5_fortran_run.in
+
3
−
3
View file @
249e1fb6
...
...
@@ -7,9 +7,9 @@ export SCT_CALLSTATS=1
@OPENMP_TRUE@export OMP_NUM_THREADS=4
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
src
dir@/tests/test_hdf5_fortran
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
src
dir@/tests/test_hdf5_fortran
@MPI_FALSE@@abs_top_
src
dir@/tests/test_hdf5_fortran
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
build
dir@/tests/test_hdf5_fortran
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
build
dir@/tests/test_hdf5_fortran
@MPI_FALSE@@abs_top_
build
dir@/tests/test_hdf5_fortran
retval=$?
...
...
This diff is collapsed.
Click to expand it.
tests/test_hdf5_run.in
+
3
−
3
View file @
249e1fb6
...
...
@@ -8,9 +8,9 @@ export SCT_CALLSTATS=1
@OPENMP_TRUE@export OMP_NUM_THREADS=4
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
src
dir@/tests/test_hdf5
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
src
dir@/tests/test_hdf5
@MPI_FALSE@@abs_top_
src
dir@/tests/test_hdf5
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
build
dir@/tests/test_hdf5
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
build
dir@/tests/test_hdf5
@MPI_FALSE@@abs_top_
build
dir@/tests/test_hdf5
retval=$?
if (test $retval != 0) ; then
...
...
This diff is collapsed.
Click to expand it.
tests/test_papi_run.in
+
5
−
5
View file @
249e1fb6
...
...
@@ -8,9 +8,9 @@ export SCT_EVENTCOUNTERS=1
@OPENMP_TRUE@export OMP_NUM_THREADS=4
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
src
dir@/tests/test_papi
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
src
dir@/tests/test_papi
@MPI_FALSE@@abs_top_
src
dir@/tests/test_papi
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
build
dir@/tests/test_papi
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
build
dir@/tests/test_papi
@MPI_FALSE@@abs_top_
build
dir@/tests/test_papi
retval0=$?
export SCT_CALLSTATS=0
...
...
@@ -18,8 +18,8 @@ export SCT_CALLSTATS=0
retval1=0
export SCT_EVENTCOUNTERS=2
#@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
src
dir@/tests/test_papi
#@MPI_FALSE@@abs_top_
src
dir@/tests/test_papi
#@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
build
dir@/tests/test_papi
#@MPI_FALSE@@abs_top_
build
dir@/tests/test_papi
#retval1=$?
if (test $retval0 != 0) || (test $retval1 != 0); then
...
...
This diff is collapsed.
Click to expand it.
tests/test_sct_run.in
+
3
−
3
View file @
249e1fb6
...
...
@@ -5,9 +5,9 @@ export SCT_CALLSTATS=0
@OPENMP_TRUE@export OMP_NUM_THREADS=4
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
src
dir@/tests/test_sct
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
src
dir@/tests/test_sct
@MPI_FALSE@@abs_top_
src
dir@/tests/test_sct
@MPICHECK_TRUE@@MPI_TRUE@@MPI_LAUNCH@ -n 2 @abs_top_
build
dir@/tests/test_sct
@MPICHECK_FALSE@@MPI_TRUE@@abs_top_
build
dir@/tests/test_sct
@MPI_FALSE@@abs_top_
build
dir@/tests/test_sct
retval=$?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment