Let us install FDS into the FSx for Lustre share.
First we need to make sure that we are connected to the PCluster master
pcluster ssh pc-fsx -i ~/.ssh/lab-3-key
Now we download the FDS installer from NIST.
cd /fsx
wget -q https://github.com/firemodels/fds/releases/download/FDS6.7.4/FDS6.7.4_SMV6.7.14_lnx.sh
chmod +x FDS6.7.4_SMV6.7.14_lnx.sh
cd /fsx/
./FDS6.7.4_SMV6.7.14_lnx.sh
When installing please use /fsx/fds-smv
as an installation directory.
Output:
To verify the installation went through we check the installation:
source /fsx/fds-smv/bin/FDS6VARS.sh
source /fsx/fds-smv/bin/SMV6VARS.sh
fds -version
smokeview -version
In case you get an error here; please check that you changed the installation directory when installing FDS.
Output: