Skip to content

Commit

Permalink
Update environment script for new TAU installed on UO machines
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 6, 2024
1 parent ce1c125 commit 876eb1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion activate-salt-fm-env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env bash
export SALT_ROOT=/storage/packages/salt-fm
export PATH="$SALT_ROOT/base/tools/bin:$PATH"
export PATH="$SALT_ROOT/opt/tau/x86_64/bin:$PATH"
module use /storage/packages/salt-fm/spack/share/spack/modules/linux-rhel8-x86_64
module use /storage/packages/salt-fm/spack/share/spack/modules/linux-centos7-x86_64/
echo "purging loaded modules"
module purge
echo "listing loaded modules:"
Expand All @@ -7,7 +13,6 @@ echo "loading llvm and gcc:"
module load llvm/git.086d8e6bb5daf8de43880ba90258c49e0fabf2c9_19.1.4-zpacv56
#module load mpich/4.2.3-ugxzfxf
module load gcc/14.2.0-ttkqi3s
#module load tau/master-l3jx42k
echo "listing loaded modules:"
module list
echo "Finished"
3 changes: 1 addition & 2 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ spack:

specs:
- [email protected]=19.1.4 +flang +mlir openmp=project
# - tau@master%[email protected]~adios2+binutils~comm~craycnl~cuda~disable-no-pie~dyninst+elf+fortran~gasnet+io~level_zero+libdwarf+libunwind+mpi~ompt~opari~opencl+openmp+otf2+papi+pdt~phase~ppc64le~profileparam+pthreads~python~rocm~rocprofiler~rocprofv2~roctracer~scorep~shmem~sqlite~syscall~x86_64 build_system=generic arch=linux-rhel8-x86_64
- tau@master +mpi +openmp cflags=-Wno-error=implicit-function-declaration
- mpich ~wrapperrpath

0 comments on commit 876eb1f

Please sign in to comment.