We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4af3c5f + e51060a commit b19e979Copy full SHA for b19e979
Validation/Process_All_Output.sh
@@ -74,6 +74,7 @@ FIREMODELS=../..
74
# There should exist a line entry for every directory in the Validation directory of the fds repository.
75
# If the case is under development, simply comment out the line below.
76
77
+PROCESS Aalto_Woods
78
PROCESS Arup_Tunnel
79
PROCESS ATF_Corridors
80
PROCESS Atmospheric_Dispersion
Validation/Run_Parallel.sh
@@ -5,6 +5,7 @@
5
6
OPTIONS="$* -y"
7
8
+cd Aalto_Woods; ./Run_All.sh $OPTIONS; cd ..
9
cd Arup_Tunnel; ./Run_All.sh $OPTIONS; cd ..
10
cd Askervein_Hill; ./Run_All.sh $OPTIONS; cd ..
11
cd ATF_Corridors; ./Run_All.sh $OPTIONS; cd ..
0 commit comments