Skip to content

Commit f0d4c80

Browse files
committed
Update to Makefile.user
1 parent fe9edf7 commit f0d4c80

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Makefile.user

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@ MFC_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
44

55
### Compiler command ###
66
FC = 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

1212
FFLAGS = -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
1920
fftw_lib_dir = $(MFC_DIR)/lib/fftw-3.3.8/lib
2021
fftw_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
3132
silo_lib_dir = /usr/local/lib
3233
silo_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

Comments
 (0)