mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 12:23:50 +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
|
||||
IRPF90 = irpf90 -DMPI#-a -d
|
||||
FC = mpif90 -xT
|
||||
# MPI-ifort
|
||||
IRPF90 = irpf90 -DMPI #-a -d
|
||||
FC = mpif90 -static-intel -static-libgcc -xT
|
||||
FCFLAGS= -O3 -g
|
||||
|
||||
#FC = gfortran -g -ffree-line-length-none
|
||||
#FCFLAGS=
|
||||
# Gfortran
|
||||
#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=
|
||||
OBJ=
|
||||
|
Loading…
Reference in New Issue
Block a user