Setting up Supercomputing clusters - firemodels/fds GitHub Wiki
Table of Contents:
Here are the steps to set up the FDS compilation environment for building the required libraries—Hypre and Sundials—on certain supercomputers. Please note that we do not continuously monitor module updates on these supercomputing clusters, so some of the modules listed below may have newer versions available.
Frontera-TACC
- To use Intel oneAPI toolkit add following lines to your ~/.bash_profile file.
module load intel/23.1.0
- To use GNU compilers add following lines to your ~/.bash_profile file.
module load gcc/9.1.0 mvapich2-x/2.3
export FIREMODELS_FC=mpif90
Stampede-TACC
- To use Intel oneAPI toolkit add following lines to your ~/.bash_profile file.
module load intel/23.1
- To use GNU compilers add following lines to your ~/.bash_profile file.
module load gcc/13.2.0 mvapich/3.0
export FIREMODELS_FC=mpif90
Polaris-ALCF
- To use GNU compilers add following lines to your ~/.bash_profile file.
module load PrgEnv-gnu
export FIREMODELS_CC=cc
export FIREMODELS_CXX=CC
export FIREMODELS_FC=ftn
Frontier-OLCF
- To use GNU compilers add following lines to your ~/.bash_profile file.
module load PrgEnv-gnu
export FIREMODELS_CC=cc
export FIREMODELS_CXX=CC
export FIREMODELS_FC=ftn