Commit 83067768 authored by Jean-Baptiste Faure's avatar Jean-Baptiste Faure
Browse files

Mentions légales avec la commande --version

git-svn-id: https://svn.irstea.fr/svn/mage/mage/branches/6.9@424 16db13ab-3f8f-4256-968b-a0040bdd3336
parent b43fc055
No related merge requests found
Showing with 293 additions and 293 deletions
+293 -293
This diff is collapsed.
......@@ -11,7 +11,7 @@
#---------------------------------------------------------------------#
machine := $(shell uname -n)
ifeq ($(machine),LYP1089)
ifeq ($(machine),LYP1130)
zbin =$(HOME)/zbin
data =./cas_test
else
......@@ -30,8 +30,8 @@ ifeq ($(cible),Linux)
#EXEDIR =$(HOME)/Mage_Test/exec_dev
EXEDIR =$(bin)/mage/6.9
BINDIR =$(zbin)/6.9
#FC = -g95
FC = -gfortran-4.5
FC = -g95
#FC = -gfortran-4.5
ligne1 =" CHARACTER(len=9),PARAMETER :: OS = 'Linux-x86'"
ligne2 =" character(len=1), parameter :: slash = '/'"
wine=""
......@@ -59,7 +59,7 @@ ifeq ($(FC),-g95)
#module dirs
MFLAGS = -fmod=$(BINDIR)/
else
FFLAGS = $(PG) -fimplicit-none -O3 #-fno-automatic -malign-double
FFLAGS = $(PG) -fimplicit-none -O3 #-march=core2 -mfpmath=sse -ffast-math #-fno-automatic
# options pour le linker
LFLAGS = $(PG) -static -I$(BINDIR)/
MFLAGS = -J$(BINDIR)/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment