mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 20:35:30 +01:00
Changed Makefile for distribution
This commit is contained in:
parent
5de7b72028
commit
7a644b4b42
16
Makefile
16
Makefile
@ -1,10 +1,16 @@
|
|||||||
IRPF90 = irpf90 -DMPI#-a -d
|
# MPI-ifort
|
||||||
IRPF90 = irpf90 -DMPI#-a -d
|
IRPF90 = irpf90 -DMPI #-a -d
|
||||||
FC = mpif90 -xT
|
FC = mpif90 -static-intel -static-libgcc -xT
|
||||||
FCFLAGS= -O3 -g
|
FCFLAGS= -O3 -g
|
||||||
|
|
||||||
#FC = gfortran -g -ffree-line-length-none
|
# Gfortran
|
||||||
#FCFLAGS=
|
#FC = gfortran -ffree-line-length-none -static-libgcc -static
|
||||||
|
#FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
|
||||||
|
|
||||||
|
# Mono
|
||||||
|
IRPF90 = irpf90
|
||||||
|
FC = ifort -static-intel -static-libgcc
|
||||||
|
FCFLAGS= -O3 -axP
|
||||||
|
|
||||||
SRC=
|
SRC=
|
||||||
OBJ=
|
OBJ=
|
||||||
|
Loading…
Reference in New Issue
Block a user