-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adios2: update test so use the spack test
- Loading branch information
1 parent
7ac9712
commit e80cd94
Showing
6 changed files
with
5 additions
and
225 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
#!/bin/bash | ||
|
||
. ./setup.sh | ||
set -x | ||
#export ADIOS2_LIB_PATH=${ADIOS2_ROOT}/lib | ||
source ./setup.sh | ||
|
||
#if [[ ! -d $ADIOS2_LIB_PATH ]]; then | ||
# export ADIOS2_LIB_PATH=${ADIOS2_ROOT}/lib64 | ||
#fi | ||
|
||
make | ||
echo "Skipped Compilation. Using internal spack tests." |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
|
||
. ./setup.sh | ||
|
||
#mpiexec -n 4 | ||
eval $TEST_RUN ./helloBPTimeWriter | ||
spackTestRun "${ADIOS2_HASH}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/bash | ||
|
||
. ../../setup.sh | ||
source ../../setup.sh | ||
|
||
spackLoadUnique adios2 | ||
#spack load adios2 | ||
NP=4 |