mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 04:14:17 +01:00
eplf rpm
This commit is contained in:
parent
da570c030f
commit
be4107e031
18
Makefile
18
Makefile
@ -1,17 +1,17 @@
|
||||
# MPI-ifort
|
||||
IRPF90 = irpf90 -DMPI #-a -d
|
||||
FC = mpif90 -static-intel -static-libgcc -xT
|
||||
FCFLAGS= -O3
|
||||
#IRPF90 = irpf90 -DMPI #-a -d
|
||||
#FC = mpif90 -static-intel -static-libgcc -xT -ip -finline
|
||||
#FCFLAGS= -O3
|
||||
|
||||
# Gfortran
|
||||
#FC = gfortran -ffree-line-length-none -static-libgcc -static
|
||||
#FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
|
||||
IRPF90 = irpf90 #-DMPI #-a -d
|
||||
FC = gfortran -ffree-line-length-none -static-libgcc
|
||||
FCFLAGS= -O3 -ffast-math -L ~/QCIO/lib
|
||||
|
||||
# Mono
|
||||
IRPF90 = irpf90
|
||||
FC = ifort -static-intel -static-libgcc
|
||||
FCFLAGS= -O3 -axP
|
||||
FCFLAGS= -O3 -xT -g
|
||||
#IRPF90 = irpf90
|
||||
#FC = ifort -static-intel -static-libgcc
|
||||
#FCFLAGS= -O3 -axP
|
||||
|
||||
SRC=
|
||||
OBJ=
|
||||
|
@ -25,6 +25,8 @@
|
||||
%version $VERSION
|
||||
%requires libgfortran
|
||||
%requires qcio
|
||||
%requires python-qcio
|
||||
%requires resultsFile
|
||||
|
||||
# Autoconfiguration variables
|
||||
# ---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user