Skip to content

Commit

Permalink
add sst env script
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Mar 19, 2024
1 parent db76550 commit 36174c5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

export SST_INSTALL=${SCRIPT_DIR}/install
export INTEL_PIN_DIRECTORY=${SCRIPT_DIR}/pin-3.28
export INTEL_PIN_DIR=${INTEL_PIN_DIRECTORY}
export PIN_HOME=${INTEL_PIN_DIRECTORY}
export PATH=${SST_INSTALL}/bin/:$PATH

module load mpi/openmpi-4.1.4

# Activate Spack and environment
#source ~/spack/share/spack/setup-env.sh
#spack load [email protected]
#spack load [email protected]
#spack env activate ATS-5
#spack env activate ecp1.0

0 comments on commit 36174c5

Please sign in to comment.