-
Notifications
You must be signed in to change notification settings - Fork 633
Setting up Linux environment
Chandan Paul edited this page Dec 11, 2024
·
12 revisions
To build FDS with the Intel oneAPI compilers, download and install the Base and HPC toolkits at the links below. Install the base toolkit first, then the HPC toolkit.
Add intel compiler to your environment by adding the following lines to your .bashrc
file (replace the path with your intel installation path):
# oneAPI setup
source /opt/intel/oneapi/setvars.sh >& /dev/null
sudo apt update
sudo apt install build-essential
sudo apt install gfortran
sudo apt install openmpi-bin openmpi-common libopenmpi-dev