Skip to content

Commit

Permalink
Merge pull request #5348 from gforney/master
Browse files Browse the repository at this point in the history
FDS vv: update openmp inspector script to use mpi fds build
  • Loading branch information
gforney committed Aug 25, 2017
2 parents ca177b0 + 123e332 commit e54f2fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Utilities/Scripts/inspect_openmp.sh
Expand Up @@ -52,13 +52,14 @@ case=$1

source /opt/intel/inspector/inspxe-vars.sh quiet

TARGET=$GITROOT/fds/Build/intel_linux_64_inspect
INSPECTDIR=$GITROOT/fds/Build/mpi_intel_linux_64_inspect
INSPECTAPP=$INSPECTDIR/fds_mpi_intel_linux_64_inspect

if [ "$showinput" == "" ] ; then
if [ -d $RESULT_DIR ] ; then
rm -r $RESULT_DIR
fi
cd $TARGET
cd $INSPECTDIR
make -f ../makefile clean
./make_fds.sh
fi
Expand All @@ -69,11 +70,11 @@ if [ "$showinput" == "1" ] ; then
echo inspxe-cl -collect ti3 -knob scope=normal \
-result-dir $RESULT_DIR \
-search-dir src=$GITROOT/fds/Source \
-- $GITROOT/fds/Build/intel_linux_64_inspect/fds_intel_linux_64_inspect $case
-- $INSPECTAPP $case
exit
fi
cd $CURDIR
inspxe-cl -collect ti3 -knob scope=normal \
-result-dir $RESULT_DIR \
-search-dir src=$GITROOT/fds/Source \
-- $GITROOT/fds/Build/intel_linux_64_inspect/fds_intel_linux_64_inspect $case
-- $INSPECTAPP $case

0 comments on commit e54f2fa

Please sign in to comment.