source: LMDZ5/trunk/create_make_gcm @ 2016

Last change on this file since 2016 was 2016, checked in by fhourdin, 11 years ago

Modification de create_make_gcm et makelmdz pour la compilation 1D.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 8.4 KB
Line 
1#!/bin/sh
2#
3# $Id: create_make_gcm 2016 2014-04-15 23:39:42Z fhourdin $
4#
5#set -xv
6
7
8machine=`hostname`
9os=`uname`
10gcm=`pwd`
11logfile=$gcm/create_make_gcm.log
12rm -f $logfile ; touch -f $logfile
13libf=$gcm/libf
14libo=$gcm/libo
15CRAY=0
16if [ "$machine" = "atlas" -o "$machine" = "etoile" -o "$machine" = "axis" ] ; then
17  CRAY=1
18fi
19XNEC=0
20if [ "$machine" = "rhodes" ] ; then
21  XNEC=1
22fi
23X6NEC=0
24if [ "$machine" = "mercure" ] ; then
25  X6NEC=1
26fi
27X8BRODIE=0
28if [ "$machine" = "brodie" ] ; then
29  X8BRODIE=1
30fi
31VPP=0
32if [ "$machine" = "nymphea0" ] ; then
33  VPP=1
34fi
35#
36echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
37echo "# Definitions de Macros pour Make"
38echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
39echo
40echo "# Repertoires :"
41echo
42echo "GCM     = "$gcm
43echo 'LIBF    = $(GCM)/libf'
44if [ "$CRAY" = '0' ] ; then
45   echo 'LIBO    = $(LIBOGCM)/$(MACHINE)'
46else
47   echo 'LIBO    = $(GCM)/libo'
48fi
49echo "LOCAL_DIR=`echo $localdir`"
50echo 'BIBIO    = $(LIBF)/bibio'
51echo "FILTRE   = filtre"
52echo "PHYS  = "
53echo "DYN  = dyn "
54echo 'LIBPHY = $(LIBO)/libphy$(PHYS).a'
55echo 'DIRMAIN=dyn$(DIM)d$(FLAG_PARA)'
56echo 'RM=rm'
57echo
58echo "OPLINK = "
59echo
60echo '# Les differentes librairies pour l"edition des liens:'
61echo
62echo 'dyn3d            = $(LIBO)/libdyn3d.a $(LIBO)/lib$(FILTRE).a'
63echo 'dyn3dpar      = $(LIBO)/libdyn3dpar.a $(LIBO)/lib$(FILTRE).a'
64echo 'dyn2d            = $(LIBO)/libdyn2d.a'
65echo 'dyn1d            = $(LIBO)/libdyn1d.a'
66echo 'L_DYN      = -ldyn$(DIM)d$(FLAG_PARA) -ldyn3d_common'
67echo 'L_FILTRE   = -l$(FILTRE)'
68echo 'L_PHY = -lphy$(PHYS) '
69echo 'L_BIBIO    = -lbibio'
70echo 'L_ADJNT    ='
71echo 'L_COSP     = -lcosp'
72
73echo
74echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
75echo "# Option de compilation FORTRAN"
76echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
77echo
78   echo 'COMPILE = $(F77) $(OPTIM) $(INCLUDE) -c'
79   echo 'COMPILE90 = $(F90) $(OPTIM90) $(INCLUDE) -c'
80   echo 'COMPTRU90 = $(F90) $(OPTIMTRU90) $(INCLUDE) -c'
81   echo "LINK    = $LINK"
82   echo "AR      = $AR"
83echo
84echo
85echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
86echo "# Creation des differents executables"
87echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
88echo
89echo "# Executables:"
90echo "# ------------"
91echo
92echo "PROG = code"
93echo
94#echo 'main : chimie $(DYN) bibio phys $(OPTION_DEP) '
95echo 'main : $(DYN) bibio phys $(OPTION_DEP) '
96echo '  cd $(LIBO) ; $(RANLIB) lib*.a ; cd $(GCM) ;\'
97echo '  cd $(LOCAL_DIR); \'
98echo '  $(COMPILE90) $(LIBF)/$(DIRMAIN)/$(SOURCE) -o $(PROG).o ; \'
99echo '  $(LINK) $(PROG).o -L$(LIBO) $(L_DYN) $(L_ADJNT) $(L_COSP) $(L_PHY) $(L_DYN) $(L_DYN3D_COMMON) $(L_BIBIO) $(L_DYN3D_COMMON) $(L_PHY) $(L_DYN) $(L_FILTRE) $(OPLINK) $(OPTION_LINK) -o $(LOCAL_DIR)/$(PROG).e ; $(RM) $(PROG).o '
100echo
101echo 'dyn : $(LIBO)/libdyn$(DIM)d$(FLAG_PARA).a $(FILTRE)$(DIM)d'
102echo
103echo 'phys : $(LIBPHY)'
104echo
105#echo 'chimie : $(LIBO)/libchimie.a'
106echo
107echo 'bibio : $(LIBO)/libbibio.a'
108echo
109echo 'dyn3d_common : $(LIBO)/libdyn3d_common.a'
110echo
111echo 'adjnt : $(LIBO)/libadjnt.a'
112echo
113echo 'cosp : $(LIBO)/libcosp.a'
114echo
115echo '$(FILTRE)3d : $(LIBO)/lib$(FILTRE).a'
116echo
117echo '$(FILTRE)2d :'
118echo
119echo '$(FILTRE)1d :'
120echo
121echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
122echo "# Contenu des differentes bibliotheques"
123echo "#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
124echo
125echo
126cd $libf >/dev/null 2>&1
127
128for diri in ` ls ` ; do
129
130   if [ -d $diri ] ; then
131   if [ "`ls $diri/*.F $diri/*/*.F`" != "" ] || [ "`ls $diri/*.F90 $diri/*/*.F90`" != "" ]  ; then 
132#      cd $diri >/dev/null 2>&1
133      echo
134      listlib=""
135# Liste des fichiers .F et .F90 n'etant pas des programmes principaux
136      for fili in `ls $diri/*.F $diri/*/*.F` ; do
137         test=` (  head $fili | grep '      PROGRAM' ) `
138         if [ "$test" = "" ] ; then listlib=$listlib" "$fili ; fi
139      done
140      for fili in `ls $diri/*.F90 $diri/*/*.F90` ; do
141         test=` (  head $fili | grep 'PROGRAM' ) `
142         if [ "$test" = "" ] ; then listlib=$listlib" "$fili ; fi 
143      done
144      echo
145      echo $listlib >> $logfile
146      echo
147      echo "#=================================================================="
148      echo "# Contenu de la bibliotheque correspondant au Directory "$diri
149      echo "#=================================================================="
150      echo
151      for trufile in $listlib ; do
152         fili=`echo $trufile | awk -F/ ' { print $NF } ' | cut -d. -f1`
153         echo '$(LIBO)/lib'$diri".a : " '$(LIBO)/lib'$diri".a("$fili".o)"
154         echo
155      done
156      echo '.PRECIOUS   : $(LIBO)/lib'$diri'.a'
157      echo
158      echo
159      echo "# Compilation des membres de la bibliotheque lib"$diri".a"
160      echo
161      for trufile in $listlib ; do
162         fili=`echo $trufile | awk -F/ ' { print $NF } ' | cut -d. -f1`
163         F90=0 ; egrep -i '^ *use ' $trufile > /dev/null 2>&1 && F90=1
164                 egrep -i '^ *module ' $trufile > /dev/null 2>&1 && F90=1
165                 egrep -i '#include*.inc ' $trufile > /dev/null 2>&1 && F90=1
166         str1='$(LIBO)/lib'$diri'.a('$fili'.o) : $(LIBF)/'$trufile
167         [ "$fili" = "$diri/chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F
168
169##########################################################################
170# TRAITEMENT DES DEPENDANCES
171# Differents cas de dependance correspondant a des include ou des
172# use module.
173# soit dans le repertoire local soit dans un autre.
174# Pour dyn3d, il faudrait remplacer la chaine de caractere par $DYN
175# ou quelque chose du genre.
176##########################################################################
177
178         for stri in ` ( sed -e '/^[cC\!]/d' $trufile | sed -e "/\#include /s/\#include /XXnclude /" -e "/include /s/include /XXnclude /" -e "/INCLUDE /s/INCLUDE /XXnclude /" | sed -n "/XXnclude /s/XXnclude//p" | sed 's/\"//g' | sort | uniq ; sed -e '/^[cC\!]/d' $trufile | egrep -i '^ *use ' | sed -e 's/,/ /' | awk ' { print $2 } ' | sort | uniq ) ` ; do
179            echo $trufile $fili $stri >> $logfile
180            strj=`echo $stri | tr [A-Z] [a-z]`
181            str2=""
182            for dirinc in filtrez bibio dyn3d_common grid dyn3d phydev $diri $diri/*/ ; do
183# Recherche dans l'ordre hierarchique inverse car seule la derniere
184# ligne est conservee
185               if [ $dirinc = phydev ] ; then
186                   dirstr='$(PHYS)'
187                   libstr='phy$(PHYS)'
188               else
189                   dirstr=$dirinc
190                   libstr=$dirinc
191               fi
192               echo dirinc $dirinc >> $logfile
193               if [ -f $dirinc/$stri ] ; then
194                  str2='$(LIBF)/'$dirstr/$stri
195               elif [ -f $dirinc/$strj ] ; then
196                  str2='$(LIBF)/'$dirstr/$stri
197               elif [ -f $dirinc/$strj.F90 ]  || [ -f $dirinc/$strj.F ]  ; then 
198                  strlib=`echo $libstr | awk -F/ ' { print $1 } '`
199                  str2='$(LIBO)/lib'$strlib'.a('$strj'.o)'
200               elif [ -f $dirinc/$stri.F90 ]  || [ -f $dirinc/$stri.F ]  ; then 
201                  strlib=`echo $libstr | awk -F/ ' { print $1 } '`
202                  str2='$(LIBO)/lib'$strlib'.a('$stri'.o)'
203               fi
204               echo stri $stri  >> $logfile
205               echo str2 $str2  >> $logfile
206            done
207               echo dernier str2 $str2  >> $logfile
208            if [ "$str2" = "" ] ; then
209               echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile
210            elif [ "$str2" = "$str1" ] ; then
211               echo Warn: Include $diri $trufile $fili $stri $str1 trouve 2x >> $logfile
212            else
213               echo $str1 \\
214               str1=$str2
215            fi
216         done # Fin de la boucle sur les dependances et ecriture de la derniere
217         echo $str1
218         # Compile in LIBO directory; and before compiling, remove
219         # object from library
220         echo ' cd $(LIBO); \'
221         echo ' $(AR) d $(LIBO)/lib'$diri'.a '$fili'.o ; \'
222         if [ "$F90" -eq '0' ] ; then
223         ## Fixed Form Fortran 77
224           echo '       $(COMPILE) $(LIBF)/'$trufile' ; \'
225         else
226         ## Fortran 90
227           if [ `echo $trufile | cut -d. -f2` = F90 ] ; then
228              ## Free Form
229              echo '    $(COMPTRU90) $(LIBF)/'$trufile' ; \'
230           else
231              echo '    $(COMPILE90) $(LIBF)/'$trufile' ; \'
232           fi
233         fi
234         # Put generated object in library
235         echo ' $(AR) r $(LIBO)/lib'$diri'.a '$fili'.o ; $(RM) '$fili'.o ; \'
236         echo
237      done
238#       
239      echo
240   cd $libf
241   fi
242   fi
243done
Note: See TracBrowser for help on using the repository browser.