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

27 lines
429 B
Makefile
Raw Normal View History

2009-06-02 12:43:35 +02:00
# MPI-ifort
2009-11-06 00:27:24 +01:00
IRPF90 = irpf90 -DMPI #-a -d
2009-09-11 17:35:23 +02:00
FC = mpif90 -xT -ip -finline
FCFLAGS= -O3
2009-06-02 12:43:35 +02:00
# Gfortran
2009-09-11 17:35:23 +02:00
#IRPF90 = irpf90 #-DMPI #-a -d
2009-10-29 18:57:46 +01:00
#FC = gfortran -static-libgcc
2009-09-11 17:35:23 +02:00
#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=
2009-10-12 17:37:07 +02:00
LIB=../EZFIO/lib/libezfio.a
2009-11-06 00:27:24 +01:00
eplf: main
mv main eplf
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)