Skip to content

Commit

Permalink
FDS vv: move Check_FDS_Cases script to Utilitities script directory s…
Browse files Browse the repository at this point in the history
…o that the firebot error checker won't find it
  • Loading branch information
gforney committed May 4, 2018
1 parent 9ebcba1 commit ae81dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Verification/scripts/Run_FDS_Cases.sh
Expand Up @@ -228,7 +228,7 @@ fi
cd ..
if [ "$BENCHMARK" == "1" ]; then
if [ "$CHECKCASES" == "1" ]; then
export QFDS="$SVNROOT/fds/Verification/scripts/Check_FDS_Cases.sh"
export QFDS="$SVNROOT/fds/Utilities/Scripts/Check_FDS_Cases.sh"
fi
if [ "$SINGLE" == "" ]; then
./FDS_Benchmark_Cases.sh
Expand All @@ -242,7 +242,7 @@ fi

export QFDS="$QFDSSH $walltime -n $nthreads $INTEL2 -e $FDSMPI $QUEUE $OOPT $POPT"
if [ "$CHECKCASES" == "1" ]; then
export QFDS="$SVNROOT/fds/Verification/scripts/Check_FDS_Cases.sh"
export QFDS="$SVNROOT/fds/Utilities/Scripts/Check_FDS_Cases.sh"
fi

cd $CURDIR
Expand Down

0 comments on commit ae81dba

Please sign in to comment.