Makefile fftw cluster edition
This commit is contained in:
parent
dac299c060
commit
b39e4cbef4
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
MPIF90 = blah
|
||||
|
||||
FFTW_HOME = ../libs/fftw-3.2.2
|
||||
FFTW_HOME = $(FFTW_DIR)
|
||||
MPIF90 = mpif90
|
||||
FCFLAGS = -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -c $(MPI_COMPILE_FLAGS) -I$(FFTW_HOME)/include
|
||||
LDFLAGS = -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 $(MPI_LD_FLAGS) -L$(FFTW_HOME)/lib -lfftw3 -lm
|
||||
FCFLAGS = -O3 -Wall -fdefault-integer-8 -fdefault-double-8 -fdefault-real-8 -c $(MPI_COMPILE_FLAGS) -I$(FFTW_HOME)/include
|
||||
LDFLAGS = -O3 -Wall -fdefault-integer-8 -fdefault-double-8 -fdefault-real-8 $(MPI_LD_FLAGS) -L$(FFTW_HOME)/lib -lfftw3 -lm
|
||||
FCFLAGS_F77 =
|
||||
|
||||
MODULES += m_openmpi.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue