Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
Former-commit-id: f4c58c8eb88df4ee077bb6060ee2242848b2ac2b
  • Loading branch information
khuck committed Mar 5, 2022
1 parent 6286c83 commit 13373a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions tests/bin/buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export tauroot
myhost=`hostname`
# In case there are extra qualifiers on the hostname
myhost=`basename -s .nic.uoregon.edu ${myhost}`
myhost=`basename -s .stor ${myhost}`
osname=`uname`

# Usage message
Expand Down
11 changes: 6 additions & 5 deletions tests/bin/doall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export tauroot
myhost=`hostname`
# In case there are extra qualifiers on the hostname
myhost=`basename -s .nic.uoregon.edu ${myhost}`
myhost=`basename -s .stor ${myhost}`
osname=`uname`
archtype=`arch`

Expand Down Expand Up @@ -115,12 +116,12 @@ for compiler in "${compilers[@]}" ; do
fi
fi

#test_vanilla
#test_threads
test_vanilla
test_threads
test_mpi
#test_papi
#test_python
#test_cuda
test_papi
test_python
test_cuda
done

echo "Success!"
8 changes: 4 additions & 4 deletions tests/configs/cyclops.llvm.settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module purge
module load openmpi/4.0.1-llvm8.0.1
module swap llvm/8.0.1 llvm/10.0.0
module swap llvm/8.0.1 llvm/11.1.0
module load python/3.8.0_shared
module load cuda/10.1
module load cuda/10.2
BFD=/usr/local/packages/binutils/2.34
PDT=/usr/local/packages/pdtoolkit-3.25.1
OTF2=/usr/local/packages/otf2/2.1-ppc64le
Expand All @@ -15,10 +15,10 @@ export CXX=clang++
export FC=gfortran
export COMPILER=gcc

export TAU_OPTIONS="-optRevert -optShared"
export TAU_OPTIONS="-optRevert -optShared -optCompInst"

# Enable the things that Spack enables by default
base_support="-bfd=${BFD} -iowrapper -pdt=${PDT} -pdt_c++=g++ -otf=${OTF2}"
base_support="-bfd=${BFD} -iowrapper -otf=${OTF2}"

# Which tests to run?
export basic_test_programs="mm"
Expand Down

0 comments on commit 13373a8

Please sign in to comment.