From 7a644b4b424efaa2d5663726159f7027adbadbb6 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 2 Jun 2009 12:43:35 +0200 Subject: [PATCH] Changed Makefile for distribution --- Makefile | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 87e8ff6..8a3df60 100644 --- a/Makefile +++ b/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=