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

16 lines
208 B
Makefile
Raw Normal View History

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