Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
sct
Commits
249e1fb6
Commit
249e1fb6
authored
Nov 14, 2018
by
Hendryk Bockelmann
☕
Browse files
set correct paths for tests to enable out of src builds
parent
1c408d76
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/test_hdf5_fortran_run.in
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=$?
...
...
tests/test_hdf5_run.in
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
...
...
tests/test_papi_run.in
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
...
...
tests/test_sct_run.in
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=$?
...
...
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