Closed rmcdermo closed 1 month ago
With this PR:
You can now comment or remove the $SUNDIALS_HOME and $HYPRE_HOME variables from your startup scripts.
$SUNDIALS_HOME
$HYPRE_HOME
Clone sundials and hypre to be parallel with fds in $FIREMODELS and you can build from scratch with any target.
$FIREMODELS
In start up, you can set
export FIREMODELS=<path to firemodels>
but this is optional, as the build scripts will set this variable if you have not already.
With this PR:
You can now comment or remove the
$SUNDIALS_HOME
and$HYPRE_HOME
variables from your startup scripts.Clone sundials and hypre to be parallel with fds in
$FIREMODELS
and you can build from scratch with any target.In start up, you can set
but this is optional, as the build scripts will set this variable if you have not already.