2009-06-02 12:43:35 +02:00
|
|
|
# MPI-ifort
|
2009-06-19 11:36:01 +02:00
|
|
|
#IRPF90 = irpf90 -DMPI #-a -d
|
|
|
|
#FC = mpif90 -static-intel -static-libgcc -xT -ip -finline
|
|
|
|
#FCFLAGS= -O3
|
2009-05-11 22:17:21 +02:00
|
|
|
|
2009-06-02 12:43:35 +02:00
|
|
|
# Gfortran
|
2009-06-19 11:36:01 +02:00
|
|
|
IRPF90 = irpf90 #-DMPI #-a -d
|
|
|
|
FC = gfortran -ffree-line-length-none -static-libgcc
|
|
|
|
FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
|
2009-06-02 12:43:35 +02:00
|
|
|
|
|
|
|
# Mono
|
2009-06-19 11:36:01 +02:00
|
|
|
#IRPF90 = irpf90
|
|
|
|
#FC = ifort -static-intel -static-libgcc
|
|
|
|
#FCFLAGS= -O3 -axP
|
2009-05-18 15:00:54 +02:00
|
|
|
|
2009-05-11 22:17:21 +02:00
|
|
|
SRC=
|
|
|
|
OBJ=
|
2009-05-11 23:43:45 +02:00
|
|
|
LIB=-lqcio
|
2009-05-11 22:17:21 +02:00
|
|
|
|
|
|
|
include irpf90.make
|
|
|
|
|
|
|
|
irpf90.make: $(wildcard *.irp.f)
|
|
|
|
$(IRPF90)
|