diff --git a/Validation/Process_All_Output.sh b/Validation/Process_All_Output.sh index f28c28efa2e..4fc6e649743 100755 --- a/Validation/Process_All_Output.sh +++ b/Validation/Process_All_Output.sh @@ -74,6 +74,7 @@ FIREMODELS=../.. # There should exist a line entry for every directory in the Validation directory of the fds repository. # If the case is under development, simply comment out the line below. +PROCESS Aalto_Woods PROCESS Arup_Tunnel PROCESS ATF_Corridors PROCESS Atmospheric_Dispersion diff --git a/Validation/Run_Parallel.sh b/Validation/Run_Parallel.sh index da8fa6bc398..ca56602a3e5 100755 --- a/Validation/Run_Parallel.sh +++ b/Validation/Run_Parallel.sh @@ -5,6 +5,7 @@ OPTIONS="$* -y" +cd Aalto_Woods; ./Run_All.sh $OPTIONS; cd .. cd Arup_Tunnel; ./Run_All.sh $OPTIONS; cd .. cd Askervein_Hill; ./Run_All.sh $OPTIONS; cd .. cd ATF_Corridors; ./Run_All.sh $OPTIONS; cd ..