10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-07 20:05:58 +02:00
eplf/Makefile

17 lines
239 B
Makefile
Raw Normal View History

IRPF90 = irpf90 -DMPI#-a -d
2009-05-20 17:57:35 +02:00
IRPF90 = irpf90 -DMPI#-a -d
FC = mpif90 -xT
FCFLAGS= -O3 -g
#FC = gfortran -g -ffree-line-length-none
#FCFLAGS=
SRC=
OBJ=
LIB=-lqcio
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)