Skip to content

Commit

Permalink
adios2: update test so use the spack test
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Sep 21, 2023
1 parent 7ac9712 commit e80cd94
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 225 deletions.
23 changes: 0 additions & 23 deletions validation_tests/adios2/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions validation_tests/adios2/clean.sh

This file was deleted.

10 changes: 2 additions & 8 deletions validation_tests/adios2/compile.sh
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."
185 changes: 0 additions & 185 deletions validation_tests/adios2/helloBPTimeWriter.cpp

This file was deleted.

3 changes: 1 addition & 2 deletions validation_tests/adios2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

. ./setup.sh

#mpiexec -n 4
eval $TEST_RUN ./helloBPTimeWriter
spackTestRun "${ADIOS2_HASH}"
5 changes: 2 additions & 3 deletions validation_tests/adios2/setup.sh
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

0 comments on commit e80cd94

Please sign in to comment.