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