10
0
mirror of https://gitlab.com/scemama/eplf synced 2025-01-08 20:33:28 +01:00
eplf/Makefile

23 lines
404 B
Makefile
Raw Normal View History

2009-06-02 12:43:35 +02:00
# MPI-ifort
IRPF90 = irpf90 -DMPI #-a -d
FC = mpif90 -static-intel -static-libgcc -xT
2009-05-20 17:57:35 +02:00
FCFLAGS= -O3 -g
2009-06-02 12:43:35 +02:00
# Gfortran
#FC = gfortran -ffree-line-length-none -static-libgcc -static
#FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
# Mono
2009-06-10 00:41:32 +02:00
#IRPF90 = irpf90
#FC = ifort -static-intel -static-libgcc
#FCFLAGS= -O3 -axP
SRC=
OBJ=
LIB=-lqcio
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)