Skip to content

Commit cc7247f

Browse files
committed
add ld_library_path
1 parent a268541 commit cc7247f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export SST_ELEMENTS_ROOT=${SCRIPT_DIR}/sst-elements
66
export INTEL_PIN_DIRECTORY=${SCRIPT_DIR}/pin-3.28
77
export INTEL_PIN_DIR=${INTEL_PIN_DIRECTORY}
88
export PIN_HOME=${INTEL_PIN_DIRECTORY}
9-
export PATH=${SST_INSTALL}/bin/:$PATH
9+
export PATH=${SST_INSTALL}/bin:$PATH
10+
export LD_LIBRARY_PATH=${SST_INSTALL}/lib:${SST_ELEMENTS_ROOT}/src/sst/elements/ariel/api:$LD_LIBRARY_PATH
1011

0 commit comments

Comments
 (0)