Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added module load fftw3. cmake could not find it unless I manually lo…
Browse files Browse the repository at this point in the history
…aded it. Adding it to the build file as a comment for review
  • Loading branch information
anand43 committed Feb 16, 2024
1 parent fcc50b5 commit 0cf1029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/build_rcac_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if [[ $MACHINE_NAME == "bell" ]]; then
module load netcdf/4.7.4
module load netcdf-fortran/4.5.3
module load use.own
# module load fftw/3.3.8.lua
module load conda-env/mintongroup-py3.8.5
MACHINE_CODE_VALUE="Host"
elif [[ $MACHINE_NAME == "negishi" ]]; then
Expand Down

0 comments on commit 0cf1029

Please sign in to comment.