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 @@ ...@@ -11,7 +11,7 @@
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
machine := $(shell uname -n) machine := $(shell uname -n)
ifeq ($(machine),LYP1089) ifeq ($(machine),LYP1130)
zbin =$(HOME)/zbin zbin =$(HOME)/zbin
data =./cas_test data =./cas_test
else else
...@@ -30,8 +30,8 @@ ifeq ($(cible),Linux) ...@@ -30,8 +30,8 @@ ifeq ($(cible),Linux)
#EXEDIR =$(HOME)/Mage_Test/exec_dev #EXEDIR =$(HOME)/Mage_Test/exec_dev
EXEDIR =$(bin)/mage/6.9 EXEDIR =$(bin)/mage/6.9
BINDIR =$(zbin)/6.9 BINDIR =$(zbin)/6.9
#FC = -g95 FC = -g95
FC = -gfortran-4.5 #FC = -gfortran-4.5
ligne1 =" CHARACTER(len=9),PARAMETER :: OS = 'Linux-x86'" ligne1 =" CHARACTER(len=9),PARAMETER :: OS = 'Linux-x86'"
ligne2 =" character(len=1), parameter :: slash = '/'" ligne2 =" character(len=1), parameter :: slash = '/'"
wine="" wine=""
...@@ -59,7 +59,7 @@ ifeq ($(FC),-g95) ...@@ -59,7 +59,7 @@ ifeq ($(FC),-g95)
#module dirs #module dirs
MFLAGS = -fmod=$(BINDIR)/ MFLAGS = -fmod=$(BINDIR)/
else 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 # options pour le linker
LFLAGS = $(PG) -static -I$(BINDIR)/ LFLAGS = $(PG) -static -I$(BINDIR)/
MFLAGS = -J$(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