Skip to content

Commit

Permalink
Rolling PIN back to 3.17; 3.18 does not properly build
Browse files Browse the repository at this point in the history
  • Loading branch information
allevin committed Mar 15, 2021
1 parent 3ea1013 commit 3b6fc93
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3708,24 +3708,24 @@ else
fi
else
# Check that the default Intel PIN module is available, load 3.13 version
# For Linux = pin/pin-3.18-98332-gaebd7b1e6-gcc-linux
# For OSX = pin/pin-3.18-98332-gaebd7b1e6-clang-mac
# For Linux = pin/pin-3.17-98314-g0c048d619-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.18"
ModuleEx avail | egrep -q "pin/pin-3.17"
if [ $? == 0 ]
then
# if `pin module is available, use pin/pin-3.18.
# if `pin module is available, use pin/pin-3.17.
if [ $kernel != "Darwin" ] ; then
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.18-98332-gaebd7b1e6-gcc-linux"
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.17-98314-g0c048d619-gcc-linux"
echo "LOADING INTEL PIN ENVIRONMENT MODULE"
ModuleEx load pin/pin-3.18-98332-gaebd7b1e6-gcc-linux
ModuleEx load pin/pin-3.17-98314-g0c048d619-gcc-linux
echo $INTEL_PIN_DIRECTORY
ls $INTEL_PIN_DIRECTORY
export SST_USING_PIN3=1
else ## MacOS (Darwin)
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.18-98332-gaebd7b1e6-clang-mac"
echo "USING INTEL PIN ENVIRONMENT MODULE pin-3.17-98314-g0c048d619-clang-mac"
echo "LOADING INTEL PIN ENVIRONMENT MODULE"
ModuleEx load pin/pin-3.18-98332-gaebd7b1e6-clang-mac
ModuleEx load pin/pin-3.17-98314-g0c048d619-clang-mac
echo $INTEL_PIN_DIRECTORY
ls $INTEL_PIN_DIRECTORY
export SST_USING_PIN3=1
Expand Down

0 comments on commit 3b6fc93

Please sign in to comment.