Skip to content

Commit

Permalink
FDS Source: Add Fortran compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxp484 committed Oct 28, 2024
1 parent 7458dc2 commit daa5dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Scripts/SUNDIALS/confmake_impi_intel_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cmake ../ \
-DEXAMPLES_INSTALL_PATH=$SUNDIALS_INSTALL_PREFIX/examples \
-DCMAKE_C_COMPILER=icx \
-DCMAKE_CXX_COMPILER=icpx \
-DCMAKE_Fortran_COMPILER=ifort \
-DBUILD_FORTRAN_MODULE_INTERFACE=ON \
-DEXAMPLES_ENABLE_CXX=OFF \
-DEXAMPLES_ENABLE_CUDA=OFF \
Expand Down

0 comments on commit daa5dfe

Please sign in to comment.