Skip to content

Commit

Permalink
Update to use PIN 3.22 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilso authored May 12, 2022
1 parent 1ce3251 commit 6a0d4de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3552,17 +3552,17 @@ else
fi
else
# Check that the default Intel PIN module is available, load 3.13 version
# For Linux = pin/pin-3.17-98314-g0c048d619-gcc-linux
# For Linux = pin/pin-3.22-98547-g7a303a835-gcc-linux
# For OSX = pin/pin-3.17-98314-g0c048d619-clang-mac
# ModuleEx puts the avail output on Stdout (where it belongs.)
ModuleEx avail | egrep -q "pin/pin-3.17"
ModuleEx avail | egrep -q "pin/pin-3.22"
if [ $? == 0 ]
then
# if `pin module is available, use pin/pin-3.17.
# if `pin module is available, use pin/pin-3.22 on linux.
if [ $kernel != "Darwin" ] ; then
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.17-98314-g0c048d619-gcc-linux"
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.22-98547-g7a303a835-gcc-linux"
echo "LOADING INTEL PIN ENVIRONMENT MODULE"
ModuleEx load pin/pin-3.17-98314-g0c048d619-gcc-linux
ModuleEx load pin/pin-3.22-98547-g7a303a835-gcc-linux
echo $INTEL_PIN_DIRECTORY
ls $INTEL_PIN_DIRECTORY
export SST_USING_PIN3=1
Expand Down

0 comments on commit 6a0d4de

Please sign in to comment.