10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-30 17:14:22 +02:00
eplf/Makefile
2009-06-19 11:36:01 +02:00

24 lines
439 B
Makefile

# MPI-ifort
#IRPF90 = irpf90 -DMPI #-a -d
#FC = mpif90 -static-intel -static-libgcc -xT -ip -finline
#FCFLAGS= -O3
# Gfortran
IRPF90 = irpf90 #-DMPI #-a -d
FC = gfortran -ffree-line-length-none -static-libgcc
FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
# Mono
#IRPF90 = irpf90
#FC = ifort -static-intel -static-libgcc
#FCFLAGS= -O3 -axP
SRC=
OBJ=
LIB=-lqcio
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)