Skip to content

Commit b19e979

Browse files
authored
Merge pull request #14166 from mcgratta/master
FDS Validation: Add Aalto_Woods to scripts
2 parents 4af3c5f + e51060a commit b19e979

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Validation/Process_All_Output.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ FIREMODELS=../..
7474
# There should exist a line entry for every directory in the Validation directory of the fds repository.
7575
# If the case is under development, simply comment out the line below.
7676

77+
PROCESS Aalto_Woods
7778
PROCESS Arup_Tunnel
7879
PROCESS ATF_Corridors
7980
PROCESS Atmospheric_Dispersion

Validation/Run_Parallel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
OPTIONS="$* -y"
77

8+
cd Aalto_Woods; ./Run_All.sh $OPTIONS; cd ..
89
cd Arup_Tunnel; ./Run_All.sh $OPTIONS; cd ..
910
cd Askervein_Hill; ./Run_All.sh $OPTIONS; cd ..
1011
cd ATF_Corridors; ./Run_All.sh $OPTIONS; cd ..

0 commit comments

Comments
 (0)