10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-06-02 03:15:31 +02:00
eplf/Makefile

24 lines
439 B
Makefile
Raw Normal View History

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-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
SRC=
OBJ=
LIB=-lqcio
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)