Skip to content

Commit

Permalink
comments to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
JLRipley314 committed Sep 12, 2020
1 parent dbc1b3e commit 9fdb749
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#==========================================================================
## Compiles fortran code and links to FFTW
## Usage: compiles fortran code and links to FFTW
##
## Configured for two compiler options (variable FC): ifort and gfortran
#==========================================================================
TOP= ./
SRC= $(TOP)src/
Expand All @@ -16,7 +18,7 @@ vpath %.f90 $(SRC)
INCFFTW= /usr/include
LIBFFTW= /lib/x86_64-linux-gnu
#==========================================================================
FC = gfortran#ifort#
FC = ifort#gfortran#

FFLAGS= -g -fmax-errors=5 -O2

Expand Down

0 comments on commit 9fdb749

Please sign in to comment.