Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh authored Jun 22, 2024
1 parent 6dda003 commit 813eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ make PETSC_DIR=`pwd` PETSC_ARCH=arch-linux-c-opt check
* `module show fftw` tells you where the library is if you look at `FFTWROOT`.
* At time of writing, the FFTW library files live at `/usr/local/pace-apps/spack/packages/linux-rhel7-x86_64/gcc-10.3.0/fftw-3.3.10-dgx5szpp2x4fznqfuaoucmwieqxbgpg6/lib`
* You will need this directory for the `Makefile.in`
* If FFTW conflicts with the `gcc` or `mvapich2` you module loaded, you can manually install `fftw-3.3.10` in the packages directory via these commands. An example of how to do this is available in `install/install-phoenix.sh`.
* If FFTW conflicts with the `gcc` or `mvapich2` you module loaded, you can manually install `fftw-3.3.10` in the packages directory via the command line. An example of how to do this is available in `install/install-phoenix.sh`.
* `CMakeLists.txt` automatically checks for this, so there's no need to set environment variables.

### NETCDF
Expand Down

0 comments on commit 813eced

Please sign in to comment.