@@ -4,22 +4,23 @@ MFC_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
44
55### Compiler command ###
66FC = mpif90
7- #FC = mpiifort
87
98### Compiler flags [set according to your compiler] ###
10- #Note: Requires -cpp to enable preprocessor
9+ ## Note: Requires -cpp (Intel/GCC/etc) or -eZ (Cray) to
10+ ## enable preprocessor
1111
1212FFLAGS = -cpp -c -w
13- #NOTE: Cray compilers require: -eZ
1413
1514######### FFTW library and include locations #########
1615######### Set these to the location of FFTW #########
16+ ######### [ only use absolute paths ] #########
1717
1818## For the FFTW included in the MFC package
19+ ## Install via cd installers && ./install_fftw.sh
1920fftw_lib_dir = $(MFC_DIR)/lib/fftw-3.3.8/lib
2021fftw_include_dir = $(MFC_DIR)/lib/fftw-3.3.8/include
2122
22- ## Other possible locatins [only use absolute paths]
23+ ## Some other example locations
2324#fftw_lib_dir = /usr/local/lib
2425#fftw_include_dir = /usr/include
2526#fftw_include_dir = /usr/local/include
@@ -31,5 +32,6 @@ fftw_include_dir = $(MFC_DIR)/lib/fftw-3.3.8/include
3132silo_lib_dir = /usr/local/lib
3233silo_include_dir = /usr/local/include
3334
34- #silo_lib_dir = /home/spencer/packages/silo-4.10.2/lib
35- #silo_include_dir = /home/spencer/packages/silo-4.10.2/include
35+ ## Some other example locations
36+ #silo_lib_dir = <SILO_DIR>/lib
37+ #silo_include_dir = <SILO_DIR>/include
0 commit comments