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

24 lines
427 B
Makefile
Raw Normal View History

2009-06-02 12:43:35 +02:00
# MPI-ifort
2009-09-11 17:35:23 +02:00
IRPF90 = irpf90 -DMPI #-a -d
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
#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=
2009-10-12 17:37:07 +02:00
LIB=../EZFIO/lib/libezfio.a
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)