[524] | 1 | #!/bin/csh |
---|
| 2 | # |
---|
[1176] | 3 | # $Header$ |
---|
[524] | 4 | # |
---|
| 5 | #set verbose echo |
---|
| 6 | ######################################################################## |
---|
| 7 | # options par defaut pour la commande make |
---|
| 8 | ######################################################################## |
---|
| 9 | set dim="96x71x19" |
---|
| 10 | set physique=lmd |
---|
| 11 | set phys="PHYS=$physique" |
---|
[768] | 12 | set include='-I$(LIBF)/grid -I$(LIBF)/bibio -I$(LIBF)/filtrez -I. ' |
---|
[524] | 13 | set filtre=filtrez |
---|
| 14 | set grille=reg |
---|
| 15 | set couple=false |
---|
[768] | 16 | set veget=false |
---|
[669] | 17 | set chimie=false |
---|
[787] | 18 | set psmile=true |
---|
[632] | 19 | set parallel=false |
---|
[768] | 20 | set vampir=false |
---|
[524] | 21 | set OPT_STACK='-Wf,-init stack=nan' |
---|
| 22 | set OPT_STACK=' ' |
---|
| 23 | set OPTIMI='-C debug -eC ' |
---|
| 24 | set OPTIMI=' -ftrace ' |
---|
[676] | 25 | set OPT_LINUX='-O3' |
---|
[1176] | 26 | set OPT_LINUX="-i4 -r8 -O3" |
---|
[524] | 27 | set io=ioipsl |
---|
| 28 | |
---|
[882] | 29 | set FC_LINUX=g95 |
---|
[1176] | 30 | #set FC_LINUX=pgf90 |
---|
[676] | 31 | |
---|
[524] | 32 | ######################################################################## |
---|
| 33 | # path a changer contenant les sources et les objets du modele |
---|
| 34 | ######################################################################## |
---|
| 35 | |
---|
| 36 | ###### VERSION LMDZ.4 |
---|
[680] | 37 | #set LMDGCM=/workdir/p86cozic/INCA_dev/LMDZ4 |
---|
[669] | 38 | #setenv LIBOGCM $LMDGCM/libo |
---|
[792] | 39 | set INCALIB=../INCA3/config/lib |
---|
[652] | 40 | #set LMDGCM="`pwd`" |
---|
| 41 | #setenv LIBOGCM $LMDGCM/libo |
---|
[882] | 42 | #set LMDGCM=/d4/fairhead/V4/ |
---|
| 43 | #setenv LIBOGCM $LMDGCM/libo |
---|
[524] | 44 | # |
---|
[882] | 45 | # |
---|
[792] | 46 | #setenv IOIPSLDIR /u/fairhead/modipsl_ioipsl_3/lib_i4r4_32bits |
---|
| 47 | #setenv MODIPSLDIR /u/fairhead/modipsl_ioipsl_3/lib_i4r4_32bits |
---|
[768] | 48 | #setenv NCDFINC /distrib/local/netcdf/pgi_32bits/include |
---|
| 49 | #setenv NCDFLIB /distrib/local/netcdf/pgi_32bits/lib/ |
---|
[1176] | 50 | #setenv IOIPSLDIR /data/lfairlmd/Install/LMDZ20090409.trunk/modipsl/lib |
---|
| 51 | #setenv MODIPSLDIR /data/lfairlmd/Install/LMDZ20090409.trunk/modipsl/lib |
---|
| 52 | #setenv NCDFINC /data/lfairlmd/Install/LMDZ20090409.trunk/netcdf-3.6.1/include |
---|
| 53 | #setenv NCDFLIB /data/lfairlmd/Install/LMDZ20090409.trunk/netcdf-3.6.1/lib |
---|
[524] | 54 | |
---|
[768] | 55 | |
---|
| 56 | |
---|
[524] | 57 | setenv localdir "`pwd`" |
---|
| 58 | set MODIPSL=0 |
---|
| 59 | echo $localdir | grep modipsl >& /dev/null |
---|
| 60 | if ( ! $status ) then |
---|
| 61 | set MODIPSL=1 |
---|
| 62 | setenv LMDGCM $localdir |
---|
| 63 | cd ../.. |
---|
| 64 | setenv LIBOGCM "`pwd`/lib" |
---|
| 65 | setenv IOIPSLDIR $LIBOGCM |
---|
| 66 | setenv MODIPSLDIR $LIBOGCM |
---|
| 67 | cd $localdir |
---|
| 68 | if ( `hostname` == rhodes ) then |
---|
| 69 | set NCDFINC=`grep sxnec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 70 | set NCDFLIB=`grep sxnec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
| 71 | else |
---|
| 72 | if ( `hostname` == nymphea0 ) then |
---|
| 73 | set NCDFINC=`grep fjvpp ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 74 | set NCDFLIB=`grep fjvpp ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
| 75 | else if ( `hostname` == mercure ) then |
---|
| 76 | set NCDFINC=`grep sx6nec ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 77 | set NCDFLIB=`grep sx6nec ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
[768] | 78 | else if ( `hostname` == brodie ) then |
---|
| 79 | set NCDFINC=`grep sx8brodie ../../util/AA_make.gdef| grep NCDF_INC|sed -e "s/^.* =//"` |
---|
| 80 | set NCDFLIB=`grep sx8brodie ../../util/AA_make.gdef| grep NCDF_LIB|sed -e 's/^.* =//'` |
---|
[524] | 81 | else |
---|
| 82 | echo 'Probleme de definition des variables NCDFINC et NCDFLIB' |
---|
| 83 | endif |
---|
| 84 | endif |
---|
| 85 | else |
---|
| 86 | if ( ! $?LMDGCM ) then |
---|
| 87 | echo You must initialize the variable LMDGCM in your environnement |
---|
| 88 | echo for instance: "setenv LMDGCM /usr/myself/supergcm" in .cshrc |
---|
| 89 | exit |
---|
| 90 | endif |
---|
| 91 | if ( ! $?LIBOGCM ) then |
---|
| 92 | set LIBOGCM=$LMDGCM/libo |
---|
| 93 | endif |
---|
| 94 | if ( ! $?IOIPSLDIR ) then |
---|
| 95 | echo You must initialize the variable IOIPSLDIR in your environnement |
---|
| 96 | echo for instance: "setenv IOIPSLDIR /usr/myself/ioipsl" in .cshrc |
---|
| 97 | exit |
---|
| 98 | else |
---|
| 99 | setenv MODIPSLDIR $IOIPSLDIR |
---|
| 100 | endif |
---|
| 101 | if ( ! $?NCDFLIB ) then |
---|
| 102 | echo You must initialize the variable NCDFLIB in your environnement |
---|
| 103 | echo for instance: "setenv NCDFLIB /usr/myself/netcdf" in .cshrc |
---|
| 104 | exit |
---|
| 105 | endif |
---|
| 106 | if ( ! $?NCDFINC ) then |
---|
| 107 | echo You must initialize the variable NCDFINC in your environnement |
---|
| 108 | echo for instance: "setenv NCDFINC /usr/myself/netcdf" in .cshrc |
---|
| 109 | exit |
---|
| 110 | endif |
---|
| 111 | endif |
---|
| 112 | set model=$LMDGCM |
---|
| 113 | set libo=$LIBOGCM |
---|
| 114 | |
---|
| 115 | ######################################################################## |
---|
| 116 | # Les differentes platformes reconnues |
---|
| 117 | ######################################################################## |
---|
| 118 | |
---|
| 119 | set HP=0 |
---|
| 120 | set IBM=0 |
---|
| 121 | set SUN=0 |
---|
| 122 | set VPP=0 |
---|
| 123 | set CRAY=0 |
---|
| 124 | set DEC=0 |
---|
| 125 | set LINUX=0 |
---|
| 126 | set NEC=0 |
---|
| 127 | set XNEC=0 |
---|
| 128 | set X6NEC=0 |
---|
[768] | 129 | set X8BRODIE=0 |
---|
[524] | 130 | if ( `uname` == HP-UX ) then |
---|
| 131 | set machine=HP |
---|
| 132 | set HP=1 |
---|
| 133 | else if (`uname` == UNIX_System_V ) then |
---|
| 134 | set machine=VPP |
---|
| 135 | set VPP=1 |
---|
| 136 | else if (`uname` == SunOS ) then |
---|
| 137 | set machine=SUN |
---|
| 138 | set SUN=1 |
---|
| 139 | else if ( `uname` == AIX ) then |
---|
| 140 | set machine=IBM |
---|
| 141 | set IBM=1 |
---|
| 142 | else if ( `uname` == OSF1 ) then |
---|
| 143 | set machine=ALPHA |
---|
| 144 | set DEC=1 |
---|
[768] | 145 | else if ( `uname` == Linux && `hostname` != mercure && `hostname` != brodie ) then |
---|
[524] | 146 | set machine=LINUX |
---|
| 147 | set LINUX=1 |
---|
| 148 | else if ( `hostname` == atlas || `hostname` == axis || `hostname` == etoile ) then |
---|
| 149 | set machine=CRAY |
---|
| 150 | set CRAY=1 |
---|
| 151 | else if ( `uname` == SUPER-UX ) then |
---|
| 152 | set machine=NEC |
---|
| 153 | set NEC=1 |
---|
| 154 | else if ( `hostname` == rhodes) then |
---|
| 155 | set machine=XNEC |
---|
| 156 | set XNEC=1 |
---|
| 157 | else if ( `hostname` == mercure) then |
---|
| 158 | set machine=X6NEC |
---|
| 159 | set X6NEC=1 |
---|
[768] | 160 | else if ( `hostname` == brodie) then |
---|
| 161 | set machine=X8BRODIE |
---|
| 162 | set X8BRODIE=1 |
---|
[524] | 163 | else |
---|
| 164 | echo Vous travaillez sur une machine non prevue par le reglement |
---|
| 165 | exit |
---|
| 166 | endif |
---|
| 167 | |
---|
| 168 | if ( ! -d $libo ) then |
---|
| 169 | mkdir $libo |
---|
| 170 | endif |
---|
| 171 | |
---|
| 172 | |
---|
| 173 | if $VPP then |
---|
| 174 | set netcdf=netcdf_v |
---|
| 175 | else |
---|
| 176 | set netcdf=netcdf |
---|
| 177 | endif |
---|
| 178 | ######################################################################## |
---|
| 179 | # Quelques initialisations de variables du shell. |
---|
| 180 | ######################################################################## |
---|
| 181 | |
---|
| 182 | set dyn= |
---|
| 183 | set opt_link="" |
---|
| 184 | set adjnt="" |
---|
| 185 | set opt_dep="" |
---|
[669] | 186 | set libchimie="" |
---|
[524] | 187 | |
---|
| 188 | set optim="" |
---|
| 189 | set optimbis="" |
---|
| 190 | set optim90="" |
---|
| 191 | set oplink="" |
---|
| 192 | |
---|
| 193 | ######################################################################## |
---|
| 194 | # Optimisations par defaut suivant les machines |
---|
| 195 | ######################################################################## |
---|
| 196 | |
---|
| 197 | echo "Optimisations par defaut suivant les machines" |
---|
| 198 | set libf=$model/libf |
---|
| 199 | #setenv localdir "LOCAL_DIR=`pwd`" |
---|
| 200 | #setenv localdir "`pwd`" |
---|
| 201 | cd $model |
---|
| 202 | ############# |
---|
| 203 | if $CRAY then |
---|
| 204 | ############# |
---|
| 205 | # set optim="-Wf'-ei' -dp -Wf'-a static'" |
---|
| 206 | set optimbis=" -DCRAY " |
---|
| 207 | set optim90="-Wp'-P' -DCRAY -p$IOIPSLDIR "'-p$(LIBO) -eiv ' |
---|
| 208 | set optim="$optim90" |
---|
[1140] | 209 | if ( $io == "ioipsl" ) then |
---|
| 210 | set oplink="-Wl'-DSTACK=128 -f indef' -L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 211 | else |
---|
| 212 | set oplink="-Wl'-DSTACK=128 -f indef' -L$IOIPSLDIR -L$NCDFLIB -lnetcdf " |
---|
| 213 | endif |
---|
[524] | 214 | set mod_loc_dir=" " |
---|
| 215 | set mod_suffix=" " |
---|
| 216 | ################# |
---|
| 217 | else if $SUN then |
---|
| 218 | ################# |
---|
| 219 | set optim=" -fast " |
---|
| 220 | set optimbis=" " |
---|
| 221 | set optim90=" -fast -fixed " |
---|
| 222 | set optimtru90=" -fast -free " |
---|
[1140] | 223 | if ( $io == "ioipsl" ) then |
---|
| 224 | set opt_link="-lf77compat -L$MODIPSLDIR -lsechiba -lparameters -lstomate -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 225 | else |
---|
| 226 | set opt_link="-lf77compat -L$MODIPSLDIR -lsechiba -lparameters -lstomate -L$NCDFLIB -lnetcdf " |
---|
| 227 | endif |
---|
[524] | 228 | set mod_loc_dir=$localdir |
---|
| 229 | set mod_suffix=mod |
---|
| 230 | ################# |
---|
| 231 | else if $HP then |
---|
| 232 | ################# |
---|
| 233 | set optim=" +U77 -O +E1 " |
---|
| 234 | set optimbis=" " |
---|
| 235 | ################# |
---|
| 236 | else if $IBM then |
---|
| 237 | ################# |
---|
| 238 | set optim=" -O3 -qtune=pwr2 -qarch=pwr2" |
---|
| 239 | set optimbis=" " |
---|
| 240 | ################# |
---|
| 241 | else if $VPP then |
---|
| 242 | ################# |
---|
| 243 | # set optim="-Dasuxm -On, -g -Ad -Potilax -Eciplume -Si" |
---|
| 244 | # set optimbis=" -Wv,-m3 -Wp,-DVPP -Z $LMDGCM/listage" |
---|
| 245 | set optimbis=" -Wp,-DNC_DOUBLE -Ad -Z $LMDGCM/listage -X9" |
---|
| 246 | set optim90="$optim $optimbis -X9 -w" |
---|
| 247 | set mod_loc_dir=$MODIPSLDIR |
---|
| 248 | set mod_suffix=mod |
---|
| 249 | ################# |
---|
| 250 | else if $DEC then |
---|
| 251 | ################# |
---|
| 252 | set optim=" " |
---|
| 253 | set optimbis=" " |
---|
| 254 | ################# |
---|
| 255 | else if $LINUX then |
---|
| 256 | ################# |
---|
[1176] | 257 | if ( $FC_LINUX == "pgf90" ) then |
---|
| 258 | set optim="-fast " |
---|
| 259 | set optim90=" -fast " |
---|
| 260 | set optimtru90=" -fast -c -Mfree " |
---|
| 261 | # set optim=" " |
---|
| 262 | # set optim90=" " |
---|
| 263 | # set optimtru90=" -c -Mfree " |
---|
| 264 | else if ( $FC_LINUX == 'g95' ) then |
---|
[882] | 265 | set optim=" $OPT_LINUX " |
---|
| 266 | set optim90=" $OPT_LINUX " |
---|
| 267 | set optimtru90=" $OPT_LINUX " |
---|
[676] | 268 | else |
---|
| 269 | echo 'compilateur linux non reconnu' |
---|
| 270 | exit |
---|
| 271 | endif |
---|
[524] | 272 | set mod_loc_dir=$MODIPSLDIR |
---|
| 273 | set mod_suffix=mod |
---|
| 274 | ################# |
---|
| 275 | else if $NEC then |
---|
| 276 | ################# |
---|
| 277 | set optim90=' -clear -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' |
---|
| 278 | set optimtru90=' -clear -f4 -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' |
---|
| 279 | set optim="$optim90" |
---|
| 280 | set optimbis=" " |
---|
[1140] | 281 | if ( $io == "ioipsl" ) then |
---|
| 282 | set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lioipsl $NCDFLIB -lnetcdf_i8r8_v " |
---|
| 283 | else |
---|
| 284 | set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR $NCDFLIB -lnetcdf_i8r8_v " |
---|
| 285 | endif |
---|
[524] | 286 | set mod_loc_dir="." |
---|
| 287 | set mod_suffix="mod" |
---|
| 288 | ################# |
---|
| 289 | else if $XNEC then |
---|
| 290 | ################# |
---|
| 291 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
[670] | 292 | set optim90=' -clear -float0 -f3 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' |
---|
[524] | 293 | set optimtru90=' -clear -f4 -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' |
---|
| 294 | set optim="$optim90" |
---|
| 295 | set optimbis=" " |
---|
| 296 | set mod_suffix="mod" |
---|
[529] | 297 | set mod_loc_dir="./" |
---|
[670] | 298 | ################# |
---|
[524] | 299 | else if $X6NEC then |
---|
[670] | 300 | ################# |
---|
[524] | 301 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
[768] | 302 | set optim90=' -clear -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' |
---|
| 303 | set optimtru90=' -clear -f4 -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' |
---|
[524] | 304 | set optim="$optim90" |
---|
| 305 | set optimbis=" " |
---|
| 306 | set mod_suffix="mod" |
---|
[529] | 307 | set mod_loc_dir="./" |
---|
[768] | 308 | ################# |
---|
| 309 | else if $X8BRODIE then |
---|
| 310 | ################## |
---|
| 311 | set optdbl='-dw -Wf\"-A dbl4\"' |
---|
| 312 | # set optim90='-P stack -Wf,-pvctl res=whole,-A dbl4,-init stack=nan,-init heap=nan,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include' |
---|
[948] | 313 | set optim90='-C vopt -Wf,-pvctl res=whole,-A dbl4,-init stack=nan,-init heap=nan,-ptr byte -EP -DNC_DOUBLE -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 noassume" -I/SX/usr/include' |
---|
[768] | 314 | # set optim90='-C vsafe -P stack -Wf,-pvctl res=whole,-A dbl4,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include' |
---|
| 315 | set optimtru90="$optim90" |
---|
| 316 | set optim90="$optim90" |
---|
| 317 | set optim="$optim90" |
---|
| 318 | set optimbis=" " |
---|
| 319 | set mod_suffix="mod" |
---|
| 320 | set mod_loc_dir="./" |
---|
[524] | 321 | else |
---|
| 322 | set optim="" |
---|
| 323 | set optimbis=" " |
---|
| 324 | endif |
---|
| 325 | |
---|
| 326 | set nomlib=$machine |
---|
| 327 | |
---|
| 328 | ######################################################################## |
---|
| 329 | # lecture des options de mymake |
---|
| 330 | ######################################################################## |
---|
| 331 | |
---|
| 332 | top: |
---|
| 333 | if ($#argv > 0) then |
---|
| 334 | switch ($1:q) |
---|
| 335 | |
---|
| 336 | case -h: |
---|
| 337 | |
---|
| 338 | ######################################################################## |
---|
| 339 | # Manuel en ligne |
---|
| 340 | ######################################################################## |
---|
| 341 | more <<eod |
---|
| 342 | |
---|
| 343 | |
---|
| 344 | makegcm [Options] prog |
---|
| 345 | |
---|
| 346 | |
---|
| 347 | |
---|
| 348 | |
---|
| 349 | Par default, la commande makegcm: |
---|
| 350 | --------------------------------- |
---|
| 351 | |
---|
| 352 | 1. compile une serie de sous programmes se trouvant dans des sous-repertoires |
---|
| 353 | de $LMDGCM/libf. |
---|
| 354 | Les sous programmes sont ensuite stokes sur dans des librairies FORTRAN |
---|
| 355 | sur $LIBOGCM. |
---|
| 356 | |
---|
| 357 | 2. Ensuite, makegcm compile le programme prog.f se trouvant par default sur |
---|
| 358 | $LMDGCM/libf/dyn3d et effectue le lien avec l ensemble des librairies. |
---|
| 359 | |
---|
| 360 | La variable '$LMDGCM' doit etre initialisee dans votre .cshrc ou en dur |
---|
| 361 | dans la comande makegcm. |
---|
| 362 | |
---|
| 363 | La commande makegcm est faite pour permettre de gerer en parallele des |
---|
| 364 | versions differentes du modele, compilees avec des options de compilation |
---|
| 365 | et des dimensions differentes sans avoir a chaque fois a recompiler tout |
---|
| 366 | le modele. |
---|
| 367 | |
---|
| 368 | Les librairies FORTRAN sont stoquees sur le directory $LIBOGCM. |
---|
| 369 | |
---|
| 370 | |
---|
| 371 | OPTIONS: |
---|
| 372 | -------- |
---|
| 373 | |
---|
| 374 | Les options suivantes peuvent etre definies soit par defaut en editant le |
---|
| 375 | "script" makegcm, soit en interactif: |
---|
| 376 | |
---|
| 377 | -d imxjmxlm ou im, jm, et lm sont resp. le nombre de longitudes, latitudes |
---|
| 378 | et couches verticales. |
---|
[1114] | 379 | L'effet des options -d est d'ecraser le fichier |
---|
[524] | 380 | $LMDGCM/libf/grid/dimensions.h |
---|
[1114] | 381 | qui contient sous forme de 3 PARAMETER FORTRAN les 3 dimensions |
---|
| 382 | de la grille horizontale im, jm et verticale lm, par un nouveu fichier |
---|
| 383 | $LMDGCM/libf/grid/dimension/dimensions.im.jm.lm |
---|
[524] | 384 | Si ce fichier n'existe pas encore, il est cree par le script |
---|
| 385 | $LMDGCM/libf/grid/dimension/makdim |
---|
| 386 | |
---|
| 387 | -p PHYS pour selectionner le jeu de parametrisations physiques avec |
---|
| 388 | lequel on veut compiler le modele. |
---|
| 389 | Le modele sera alors compile en prenant les sources des |
---|
| 390 | parametrisations physiques dans le repertoire: |
---|
| 391 | $LMDGCM/libf/phyPHYS |
---|
| 392 | |
---|
| 393 | -c false|true |
---|
| 394 | pour selectionner le mode force (par defaut) ou couple |
---|
| 395 | |
---|
| 396 | -io ioipsl|noioipsl |
---|
| 397 | pour selectionner le logiciel IO : IOIPSL par defaut |
---|
| 398 | |
---|
| 399 | -psmile false|true |
---|
| 400 | pour selectionner le mode psmile ou non (par defaut) |
---|
| 401 | |
---|
[632] | 402 | -parallel false|true |
---|
| 403 | pour selectionner le mode parallele ou non (false par defaut) |
---|
| 404 | |
---|
[524] | 405 | -v true|false |
---|
| 406 | pour selectionner la vegetation (par defaut) ou non |
---|
| 407 | |
---|
[1018] | 408 | -chimie INCA|false |
---|
[669] | 409 | pour selectionner ou non la chimie (par defaut sans) |
---|
| 410 | |
---|
[524] | 411 | -g grille selectionne le type de grille qu'on veut utiliser. |
---|
| 412 | L'effet de cette option est d'ecraser le fichier |
---|
| 413 | $LMDGCM/libf/grid/fxyprim.h |
---|
| 414 | avec le fichier |
---|
| 415 | $LMDGCM/libf/grid/fxy_grille.h |
---|
| 416 | grille peut prendre les valeurs: |
---|
| 417 | 1. reg pour la grille reguliere |
---|
| 418 | 2. sin pour avoir des points equidistants en sinus de la latitude |
---|
| 419 | 3. new pour pouvoir zoomer sur une partie du globe |
---|
| 420 | |
---|
| 421 | -O "optimisation fortran" ou les optimisations fortran sont les options de la |
---|
| 422 | commande f77 |
---|
| 423 | |
---|
| 424 | -include path |
---|
| 425 | Dans le cas ou on a dans des sous programmes des fichiers |
---|
| 426 | #include (cpp) qui se trouve sur des repertoires non references |
---|
| 427 | par defaut |
---|
| 428 | |
---|
| 429 | -adjnt Pour compiler la l'adjoint du code dynamique |
---|
| 430 | |
---|
| 431 | -filtre filtre |
---|
| 432 | Pour choisir le filtre en longitude dans les regions polaires. |
---|
| 433 | "filtre" correspond au nom d'un repertoire se trouvant sur |
---|
| 434 | $LMDGCM/libf. Le filtre standard du modele est "filtrez" qui peut |
---|
| 435 | etre utilise aussi bien pour une grille reguliere que pour une |
---|
| 436 | grille zoomee en longitude. |
---|
| 437 | |
---|
| 438 | -link "-Ldir1 -lfile1 -Ldir2 -lfile2 ..." |
---|
| 439 | Pour rajouter un lien avec les librairies FORTRAN |
---|
| 440 | libfile1.a, libfile2.a ... se trouvant respectivement sur les |
---|
| 441 | repertoires dir1, dir2 ... |
---|
| 442 | Si dirn est un repertoire dont le chemin est automatique (comme |
---|
| 443 | par exemple /usr/lib ...) il n'est pas besoin de specifier -Ldirn. |
---|
| 444 | |
---|
| 445 | Auteur: Frederic Hourdin (hourdin@lmd.jussieu.fr) |
---|
| 446 | eod |
---|
| 447 | exit |
---|
| 448 | |
---|
| 449 | ######################################################################## |
---|
| 450 | # Lecture des differentes options |
---|
| 451 | ######################################################################## |
---|
| 452 | |
---|
| 453 | case -d: |
---|
| 454 | set dim=$2 ; shift ; shift ; goto top |
---|
| 455 | |
---|
| 456 | case -O: |
---|
| 457 | set optim="$2" ; shift ; shift ; goto top |
---|
| 458 | |
---|
| 459 | case -p |
---|
| 460 | set physique="$2" ; set phys="PHYS=$physique" ; shift ; shift ; goto top |
---|
| 461 | |
---|
| 462 | case -g |
---|
| 463 | set grille="$2" ; shift ; shift ; goto top |
---|
| 464 | |
---|
| 465 | case -c |
---|
| 466 | set couple="$2" ; shift ; shift ; goto top |
---|
| 467 | |
---|
| 468 | case -io |
---|
| 469 | set io="$2" ; shift ; shift ; goto top |
---|
| 470 | |
---|
| 471 | case -v |
---|
| 472 | set veget="$2" ; shift ; shift ; goto top |
---|
| 473 | |
---|
[669] | 474 | case -chimie |
---|
| 475 | set chimie="$2" ; shift ; shift ; goto top |
---|
| 476 | |
---|
[632] | 477 | case -parallel |
---|
| 478 | set parallel="$2" ; shift ; shift ; goto top |
---|
[524] | 479 | |
---|
| 480 | case -include |
---|
| 481 | set include="$include -I$2" ; shift ; shift ; goto top |
---|
| 482 | |
---|
| 483 | case -adjnt |
---|
| 484 | set opt_dep="$opt_dep adjnt" ; set adjnt="-ladjnt -ldyn3d " |
---|
| 485 | set optim="$optim -Dadj" ; shift ; goto top |
---|
| 486 | |
---|
| 487 | case -filtre |
---|
| 488 | set filtre=$2 ; shift ; shift ; goto top |
---|
| 489 | |
---|
| 490 | case -link |
---|
| 491 | set opt_link="$opt_link $2" ; shift ; shift ; goto top |
---|
| 492 | |
---|
| 493 | case -debug |
---|
| 494 | if $HP then |
---|
| 495 | set optim=" -g " |
---|
| 496 | else if $SUN then |
---|
| 497 | setenv PARALLEL 2 |
---|
| 498 | # Il faut rajouter l'option -dalign a -g pour pouvoir editer les liens |
---|
| 499 | # avec des programmes compiles avec -fast |
---|
| 500 | set optim=" -g -dalign " |
---|
| 501 | set optim90=" -fixed -g " |
---|
| 502 | set optimtru90=" -free -g -C -dalign " |
---|
| 503 | else if $CRAY then |
---|
| 504 | set optim="$optim"" -g " |
---|
| 505 | set optim90="$optim90"" -G1 " |
---|
| 506 | else if $LINUX then |
---|
[676] | 507 | if ( $FC_LINUX == "pgf90" ) then |
---|
| 508 | set optim="$optim"" -g -C -Mbounds " |
---|
| 509 | set optim90="$optim90"" -g -C -Mbounds " |
---|
| 510 | set optimtru90="$optimtru90"" -g -C -Mbounds " |
---|
| 511 | else if ( $FC_LINUX == 'g95' ) then |
---|
| 512 | set optim="$optim"" -g -fbounds-check " |
---|
| 513 | set optim90="$optim90"" -g -fbounds-check " |
---|
| 514 | set optimtru90="$optimtru90"" -g -fbounds-check " |
---|
| 515 | else |
---|
| 516 | echo 'compilateur linux non reconnu' |
---|
| 517 | exit |
---|
| 518 | endif |
---|
[524] | 519 | else |
---|
| 520 | echo pas d option debug predefinie pour cette machine |
---|
| 521 | exit |
---|
| 522 | endif |
---|
| 523 | shift ; goto top |
---|
| 524 | |
---|
| 525 | default |
---|
| 526 | set code="$1" ; shift ; goto top |
---|
| 527 | |
---|
| 528 | endsw |
---|
| 529 | endif |
---|
| 530 | |
---|
| 531 | ######################################################################## |
---|
| 532 | # Definition des clefs CPP |
---|
| 533 | ######################################################################## |
---|
| 534 | |
---|
[768] | 535 | set cppflags='' |
---|
| 536 | |
---|
| 537 | if $X8BRODIE then |
---|
| 538 | set cppflags="$cppflags -DNC_DOUBLE -DBLAS -DSGEMV=DGEMV -DSGEMM=DGEMM" |
---|
| 539 | endif |
---|
| 540 | |
---|
[524] | 541 | if ( $io == ioipsl ) then |
---|
[768] | 542 | set cppflags="$cppflags -DCPP_IOIPSL" |
---|
[524] | 543 | endif |
---|
| 544 | |
---|
| 545 | if ( "$physique" == 'nophys' ) then |
---|
| 546 | set phys="L_PHY= LIBPHY=" |
---|
| 547 | else |
---|
[1140] | 548 | #Default planet type is Earth |
---|
| 549 | set cppflags="$cppflags -DCPP_EARTH" |
---|
[524] | 550 | endif |
---|
| 551 | |
---|
| 552 | set link_veget=" " |
---|
| 553 | if ( "$veget" == 'true' ) then |
---|
[768] | 554 | set cppflags="$cppflags -DCPP_VEGET" |
---|
[824] | 555 | set link_veget=" -lsechiba -lparameters -lstomate -lorglob -lparallel" |
---|
[768] | 556 | if ( $XNEC || $X8BRODIE || $X6NEC) then |
---|
[824] | 557 | set link_veget=" -lsxsechiba -lsxparameters -lsxstomate -lsxorglob -lsxparallel" |
---|
[524] | 558 | endif |
---|
| 559 | endif |
---|
| 560 | |
---|
[1018] | 561 | if ( "$chimie" == 'INCA' ) then |
---|
[768] | 562 | set cppflags="$cppflags -DINCA" |
---|
| 563 | set libchimie=" -L$INCALIB -lchimie" |
---|
| 564 | set opt_link="$opt_link -L$INCALIB -lchimie" |
---|
[669] | 565 | endif |
---|
| 566 | |
---|
[664] | 567 | if ( "$couple" == 'true' ) then |
---|
[768] | 568 | set cppflags="$cppflags -DCPP_COUPLE" |
---|
[664] | 569 | endif |
---|
| 570 | |
---|
[768] | 571 | set FLAG_PARA='' |
---|
[632] | 572 | if ( "$parallel" == 'true' ) then |
---|
[768] | 573 | set cppflags="$cppflags -DCPP_PARA" |
---|
| 574 | set FLAG_PARA='par' |
---|
[632] | 575 | endif |
---|
| 576 | |
---|
[768] | 577 | set optim="$optim $cppflags" |
---|
| 578 | set optim90="$optim90 $cppflags" |
---|
| 579 | set optimtru90="$optimtru90 $cppflags" |
---|
| 580 | |
---|
| 581 | |
---|
[524] | 582 | ######################################################################## |
---|
| 583 | # cas special sans physique |
---|
| 584 | ######################################################################## |
---|
| 585 | if ( "$physique" == 'nophys' ) then |
---|
| 586 | set phys="L_PHY= LIBPHY=" |
---|
| 587 | endif |
---|
| 588 | |
---|
| 589 | ######################################################################## |
---|
| 590 | #subtilites sur le nom de la librairie |
---|
| 591 | ######################################################################## |
---|
| 592 | |
---|
| 593 | \rm -f tmp ; touch tmp |
---|
| 594 | \rm -f tmp90 ; touch tmp90 |
---|
| 595 | foreach i ( $optim ) |
---|
| 596 | echo $i | sed -e 's/\"//g' -e "s/\'//g" -e 's/-//g' >> tmp |
---|
| 597 | end |
---|
| 598 | set suf= |
---|
| 599 | foreach i ( `sort tmp | uniq ` ) |
---|
| 600 | set suf=$suf$i |
---|
| 601 | end |
---|
| 602 | if ( ! $IBM ) then |
---|
| 603 | set nomlib="$nomlib$suf" |
---|
| 604 | endif |
---|
| 605 | if ( $DEC ) then |
---|
| 606 | set nomlib=DEC |
---|
| 607 | endif |
---|
| 608 | if ( $IBM ) then |
---|
| 609 | set dim=`echo $dim | sed -en 's/[^0-9]/ /g'` |
---|
| 610 | set dim_=`echo $dim | sed -en 's/[^0-9]/_/g'` |
---|
| 611 | else if ( $SUN ) then |
---|
| 612 | set dim=`echo $dim | sed -e 's/[^0-9]/ /g'` |
---|
| 613 | set dim_=`echo $dim | sed -e 's/[^0-9]/_/g'` |
---|
| 614 | else |
---|
[882] | 615 | set dim_=`echo $dim | sed -e 's/[^0-9]/_/g'` |
---|
| 616 | set dim=`echo $dim | sed -e 's/[^0-9]/ /g'` |
---|
[524] | 617 | endif |
---|
[1114] | 618 | set nomlib=${nomlib}${physique}_${dim_}_$grille |
---|
[524] | 619 | ## M-A-F nomlib trop long sur CRAY pour ar |
---|
| 620 | if ( $CRAY ) then |
---|
[1114] | 621 | set nomlib=F90_${dim_} |
---|
[524] | 622 | endif |
---|
[768] | 623 | if ( $NEC || $XNEC || $X6NEC || $X8BRODIE ) then |
---|
[1114] | 624 | set nomlib=F90_${dim_}_'phy'${physique}${FLAG_PARA} |
---|
[524] | 625 | endif |
---|
| 626 | echo calcul de la dimension |
---|
| 627 | set dimc=`echo $dim | wc -w` |
---|
| 628 | |
---|
| 629 | if ( "$dimc" == "2" ) then |
---|
| 630 | set include="$include "'-I$(LIBF)/dyn2d ' |
---|
| 631 | set dimh=$dim |
---|
| 632 | else |
---|
[768] | 633 | set include="$include "'-I$(LIBF)/dyn3d${FLAG_PARA} ' |
---|
[524] | 634 | set dimh=`echo $dim | awk ' { print $1 "." $2 } '` |
---|
| 635 | endif |
---|
| 636 | echo $dimc |
---|
| 637 | |
---|
| 638 | ######################################################################## |
---|
| 639 | # path pour les #include |
---|
| 640 | ######################################################################## |
---|
| 641 | |
---|
| 642 | if ( $XNEC ) then |
---|
| 643 | set include="$include -I$NCDFINC -I$IOIPSLDIR" |
---|
| 644 | else |
---|
| 645 | set include="$include -I$NCDFINC -I$IOIPSLDIR" |
---|
| 646 | endif |
---|
| 647 | echo $include |
---|
| 648 | |
---|
| 649 | ######################################################################## |
---|
| 650 | # Gestion des dimensions du modele. |
---|
[1114] | 651 | # on cree ou remplace le fichier des dimensions |
---|
[524] | 652 | ######################################################################## |
---|
| 653 | |
---|
| 654 | cd $libf/grid |
---|
| 655 | if ( -f dimensions.h ) then |
---|
| 656 | echo 'ATTENTION: vous etes sans doute en train de compiler le modele par ailleurs' |
---|
| 657 | echo "Attendez que la premiere compilation soit terminee pour relancer la suivante." |
---|
| 658 | echo "Si vous etes sur que vous ne compilez pas le modele par ailleurs," |
---|
| 659 | echo vous pouvez continuer en repondant oui. |
---|
| 660 | echo "Voulez-vous vraiment continuer?" |
---|
| 661 | if ( $< == "oui" ) then |
---|
| 662 | \rm -f $libf/grid/dimensions.h |
---|
| 663 | else |
---|
| 664 | exit |
---|
| 665 | endif |
---|
| 666 | endif |
---|
| 667 | |
---|
| 668 | cd dimension |
---|
[1114] | 669 | ./makdim $dim |
---|
[524] | 670 | cat $libf/grid/dimensions.h |
---|
| 671 | |
---|
| 672 | cd $LMDGCM |
---|
| 673 | set libo=$libo/$nomlib |
---|
| 674 | if ( ! -d $libo ) then |
---|
| 675 | mkdir $libo |
---|
| 676 | cd $model |
---|
| 677 | endif |
---|
| 678 | |
---|
| 679 | ######################################################################## |
---|
| 680 | # Differentes dynamiques (3d, 2d, 1d) |
---|
| 681 | ######################################################################## |
---|
| 682 | |
---|
| 683 | set dimension=`echo $dim | wc -w` |
---|
| 684 | echo dimension $dimension |
---|
| 685 | if ( $dimension == 1 ) then |
---|
| 686 | echo pas de dynamique |
---|
| 687 | set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " |
---|
| 688 | endif |
---|
| 689 | endif |
---|
| 690 | cd $model |
---|
| 691 | if ( $dimension == 3 ) then |
---|
| 692 | cd libf/grid |
---|
| 693 | \rm fxyprim.h |
---|
| 694 | cp -p fxy_${grille}.h fxyprim.h |
---|
| 695 | endif |
---|
| 696 | |
---|
| 697 | ###################################################################### |
---|
| 698 | # Traitement special pour le nouveau rayonnement de Laurent Li. |
---|
| 699 | ###################################################################### |
---|
| 700 | |
---|
[1140] | 701 | #if ( -f $libf/phy$physique/raddim.h ) then |
---|
| 702 | # if ( -f $libf/phy$physique/raddim.$dimh.h ) then |
---|
| 703 | # \rm -f $libf/phy$physique/raddim.h |
---|
| 704 | # cp -p $libf/phy$physique/raddim.$dimh.h $libf/phy$physique/raddim.h |
---|
| 705 | # echo $libf/phy$physique/raddim.$dimh.h |
---|
| 706 | # cat $libf/phy$physique/raddim.$dimh.h |
---|
| 707 | # cat $libf/phy$physique/raddim.h |
---|
| 708 | # else |
---|
| 709 | # echo On peut diminuer la taille de l executable en creant |
---|
| 710 | # echo le fichier $libf/phy$physique/raddim.$dimh.h |
---|
| 711 | # \cp -p $libf/phy$physique/raddim.defaut.h $libf/phy$physique/raddim.h |
---|
| 712 | # endif |
---|
| 713 | #endif |
---|
[524] | 714 | |
---|
| 715 | ###################################################################### |
---|
| 716 | # Gestion du filtre qui n'existe qu'en 3d. |
---|
| 717 | ###################################################################### |
---|
| 718 | |
---|
| 719 | if ( `expr $dimc \> 2` == 1 ) then |
---|
| 720 | set filtre="FILTRE=$filtre" |
---|
| 721 | else |
---|
| 722 | set filtre="FILTRE= L_FILTRE= " |
---|
| 723 | endif |
---|
| 724 | echo MACRO FILTRE $filtre |
---|
| 725 | |
---|
| 726 | echo $dimc |
---|
| 727 | |
---|
| 728 | ######################################################################## |
---|
| 729 | # Avant de lancer le make, on recree le makefile si necessaire |
---|
| 730 | ######################################################################## |
---|
[632] | 731 | ######################################################################## |
---|
[524] | 732 | # c'est a dire dans 3 cas: |
---|
| 733 | # 1. si la liste des fichiers .F et .h a ete modifiee depuis la |
---|
| 734 | # derniere creation du makefile |
---|
| 735 | # 2. si le fichier contenant cette liste "liste_des_sources" |
---|
| 736 | # n'existe pas. |
---|
| 737 | # 3. Si le makefile n'existe pas. |
---|
| 738 | ######################################################################## |
---|
[632] | 739 | ########################################## |
---|
| 740 | # On adapte d'abord certains include à F90 |
---|
| 741 | ########################################## |
---|
| 742 | ########################################## |
---|
[524] | 743 | cd $model |
---|
| 744 | find libf -name '*.[Fh]' -print >! tmp77 |
---|
| 745 | find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print >! tmp90 |
---|
| 746 | find libf -name '*.[Fh]90' -print >> tmp90 |
---|
| 747 | |
---|
| 748 | if ( `diff tmp77 liste_des_sources_f77 | wc -w` \ |
---|
| 749 | || `diff tmp90 liste_des_sources_f90 | wc -w` \ |
---|
| 750 | || ! -f makefile \ |
---|
| 751 | || ! -f liste_des_sources_f90 \ |
---|
| 752 | || ! -f liste_des_sources_f77 ) then |
---|
| 753 | echo les fichiers suivants ont ete crees ou detruits |
---|
| 754 | echo ou les fichiers suivants sont passes ou ne sont plus en Fortran 90 |
---|
| 755 | diff liste_des_sources_f77 tmp77 |
---|
| 756 | diff liste_des_sources_f90 tmp90 |
---|
| 757 | \cp tmp77 liste_des_sources_f77 |
---|
| 758 | \cp tmp90 liste_des_sources_f90 |
---|
| 759 | echo On recree le makefile |
---|
| 760 | ./create_make_gcm >! tmp |
---|
| 761 | \mv tmp makefile |
---|
| 762 | echo Nouveau makefile cree. |
---|
| 763 | endif |
---|
| 764 | |
---|
| 765 | ######################################################################## |
---|
| 766 | # Execution de la comande make |
---|
| 767 | ######################################################################## |
---|
| 768 | |
---|
| 769 | echo PHYSIQUE $phys |
---|
| 770 | echo dynamique $dyn $dimension |
---|
| 771 | echo OPTIM="$optim" $filtre LIBO=$libo $dyn PHYS=$phys DIM=$dimc PROG=$code |
---|
| 772 | echo PATH pour les fichiers INCLUDE $include |
---|
| 773 | echo OPLINK="$oplink" |
---|
| 774 | |
---|
| 775 | ################# |
---|
| 776 | if $HP then |
---|
| 777 | ################# |
---|
| 778 | set f77='fort77 +OP' |
---|
| 779 | set f90='jensaisrien' |
---|
| 780 | set opt_link="$opt_link -lm" |
---|
| 781 | ################# |
---|
| 782 | else if $VPP then |
---|
| 783 | ################# |
---|
| 784 | set f77=frt |
---|
| 785 | set f90=$f77 |
---|
| 786 | if ($couple == true) then |
---|
| 787 | set opt_link="-Wg,-c $MODIPSLDIR/liboasis2.4_mpi2.a /usr/lang/mpi2/lib64/libmpi.a /usr/lang/mpi2/lib64/libmp.a -L$MODIPSLDIR -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 788 | set oplink="-Wl,-t,-P,-dy " |
---|
| 789 | else |
---|
| 790 | set opt_link="-Wg,-c -L$MODIPSLDIR -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 791 | set oplink="-Wl,-t,-dy " |
---|
| 792 | endif |
---|
| 793 | if ($veget == true) then |
---|
| 794 | set opt_link="$opt_link $link_veget -lioipsl /usr/local/lib/lib64/libnetcdf_cc_31.a" |
---|
| 795 | endif |
---|
| 796 | ################# |
---|
| 797 | else if $CRAY then |
---|
| 798 | ################# |
---|
| 799 | set f77=f90 |
---|
| 800 | set f90=f90 |
---|
| 801 | ################# |
---|
| 802 | else if $LINUX then |
---|
| 803 | ################# |
---|
[676] | 804 | # set f77=pgf90 |
---|
| 805 | # set f90=pgf90 |
---|
| 806 | set f77=$FC_LINUX |
---|
| 807 | set f90=$FC_LINUX |
---|
| 808 | if ( $FC_LINUX == 'pgf90' ) then |
---|
[1140] | 809 | if ( $io == "ioipsl" ) then |
---|
| 810 | set opt_link=" -L$MODIPSLDIR $link_veget -L$NCDFLIB -lioipsl -lnetcdf " |
---|
| 811 | else |
---|
| 812 | set opt_link=" -L$MODIPSLDIR $link_veget -L$NCDFLIB -lnetcdf " |
---|
| 813 | endif |
---|
[676] | 814 | else if ($FC_LINUX == 'g95') then |
---|
[1140] | 815 | if ( $io == "ioipsl" ) then |
---|
| 816 | set opt_link="-L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf -lioipsl -lnetcdf " |
---|
| 817 | else |
---|
| 818 | set opt_link="-L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf -lnetcdf " |
---|
| 819 | endif |
---|
[676] | 820 | else |
---|
| 821 | set opt_link=" " |
---|
| 822 | endif |
---|
[524] | 823 | ################# |
---|
| 824 | else if $SUN then |
---|
| 825 | ################# |
---|
| 826 | set f77=f90 |
---|
| 827 | set f90=f90 |
---|
[1140] | 828 | if ( $io == "ioipsl" ) then |
---|
| 829 | set opt_link="-lf77compat -L$MODIPSLDIR $link_veget -lioipsl -L$NCDFLIB -lnetcdf " |
---|
| 830 | else |
---|
| 831 | set opt_link="-lf77compat -L$MODIPSLDIR $link_veget -L$NCDFLIB -lnetcdf " |
---|
| 832 | endif |
---|
[524] | 833 | ################# |
---|
| 834 | else if $NEC then |
---|
| 835 | ################# |
---|
| 836 | set f77=f90 -ftrace |
---|
| 837 | set f90=f90 -ftrace |
---|
| 838 | set opt_link="-L$MODIPSLDIR" |
---|
| 839 | if ($veget == true) then |
---|
| 840 | set opt_link="$opt_link $link_veget" |
---|
| 841 | endif |
---|
| 842 | if ($couple == true) then |
---|
| 843 | set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB " |
---|
| 844 | else |
---|
| 845 | set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static $NCDFLIB " |
---|
| 846 | endif |
---|
| 847 | set mod_loc_dir="./" |
---|
| 848 | ################# |
---|
| 849 | else if $XNEC then |
---|
| 850 | ################# |
---|
| 851 | set f77="sxmpif90 -ftrace" |
---|
| 852 | set f90="sxmpif90 -ftrace" |
---|
| 853 | if $MODIPSL then |
---|
| 854 | set opt_link="-L$MODIPSLDIR" |
---|
| 855 | if ($veget == true) then |
---|
| 856 | set opt_link="$opt_link $link_veget" |
---|
| 857 | endif |
---|
| 858 | if ($couple == true) then |
---|
[621] | 859 | if ($psmile == true) then |
---|
| 860 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 861 | else |
---|
[524] | 862 | set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 $optdbl -P static $NCDFLIB " |
---|
| 863 | endif |
---|
| 864 | else |
---|
| 865 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 866 | endif |
---|
| 867 | else |
---|
| 868 | if ($couple == true) then |
---|
| 869 | set opt_link="-L$MODIPSLDIR" |
---|
| 870 | set opt_link="$opt_link $link_veget -lsxioipsl -loasis2.4_mpi2 -float0 $optdbl -P static $NCDFLIB " |
---|
| 871 | else |
---|
| 872 | set opt_link=" -C hopt -float0 $optdbl -P static -L$MODIPSLDIR $link_veget -lsxioipsl $NCDFLIB " |
---|
[541] | 873 | endif |
---|
[524] | 874 | endif |
---|
| 875 | set mod_loc_dir="./" |
---|
| 876 | ################## |
---|
| 877 | else if $X6NEC then |
---|
| 878 | ################## |
---|
| 879 | set f77=sxmpif90 |
---|
| 880 | set f90=sxmpif90 |
---|
| 881 | if $MODIPSL then |
---|
[768] | 882 | set opt_link="$opt_link -L$MODIPSLDIR" |
---|
[524] | 883 | if ($veget == true) then |
---|
[768] | 884 | set opt_link="$opt_link $link_veget" |
---|
[524] | 885 | endif |
---|
| 886 | if ($couple == true) then |
---|
[621] | 887 | if ($psmile == true) then |
---|
| 888 | set opt_link="$opt_link -lsxioipsl -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 889 | else |
---|
| 890 | set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 891 | endif |
---|
[524] | 892 | else |
---|
| 893 | set opt_link="$opt_link -lsxioipsl -float0 -size_t64 $optdbl -P static $NCDFLIB " |
---|
| 894 | endif |
---|
| 895 | else |
---|
[669] | 896 | # set opt_link=" -float0 -size_t64 $optdbl -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB " |
---|
[768] | 897 | set opt_link=" $opt_link -float0 -size_t64 $optdbl -P static -L$MODIPSLDIR -lsxioipsl $NCDFLIB " |
---|
[669] | 898 | |
---|
[524] | 899 | endif |
---|
| 900 | set mod_loc_dir="./" |
---|
[768] | 901 | ################## |
---|
| 902 | else if $X8BRODIE then |
---|
| 903 | ################## |
---|
| 904 | set f77=sxmpif90 |
---|
| 905 | set f90=sxmpif90 |
---|
| 906 | if $MODIPSL then |
---|
| 907 | set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas" |
---|
| 908 | if ($veget == true) then |
---|
| 909 | set opt_link="$opt_link $link_veget" |
---|
| 910 | endif |
---|
| 911 | if ($couple == true) then |
---|
[787] | 912 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
[768] | 913 | else |
---|
| 914 | set opt_link="$opt_link -lsxioipsl -float0 $optdbl -P static $NCDFLIB " |
---|
| 915 | endif |
---|
| 916 | else |
---|
| 917 | # set opt_link=" -float0 $optdbl -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB " |
---|
[787] | 918 | set opt_link=" -float0 $optdbl -P static -L$MODIPSLDIR -lsxioipsl $NCDFLIB -lblas" |
---|
[768] | 919 | |
---|
| 920 | endif |
---|
| 921 | set mod_loc_dir="./" |
---|
[524] | 922 | ################# |
---|
| 923 | else |
---|
| 924 | ################# |
---|
| 925 | set f77=f77 |
---|
| 926 | set f90=f90 |
---|
| 927 | endif |
---|
| 928 | |
---|
| 929 | cd $model |
---|
| 930 | |
---|
| 931 | if $VPP then |
---|
| 932 | set make="gmake RANLIB=ls" |
---|
| 933 | else if $CRAY then |
---|
| 934 | set make="make RANLIB=ls" |
---|
| 935 | else if $NEC then |
---|
| 936 | set make="make RANLIB=ls" |
---|
| 937 | else if $LINUX then |
---|
| 938 | set make="make -k RANLIB=ranlib" |
---|
| 939 | else if $XNEC then |
---|
| 940 | set make="gmake RANLIB=ls" |
---|
| 941 | else if $X6NEC then |
---|
| 942 | set make="gmake RANLIB=ls" |
---|
[768] | 943 | else if $X8BRODIE then |
---|
| 944 | set make="gmake RANLIB=ls" |
---|
[524] | 945 | else |
---|
| 946 | set make="make RANLIB=ranlib" |
---|
| 947 | endif |
---|
| 948 | |
---|
| 949 | |
---|
| 950 | |
---|
| 951 | |
---|
| 952 | # |
---|
| 953 | # etat0_netcdf a besoin d'info de la physique |
---|
| 954 | # A revoir |
---|
| 955 | set include="$include"' -I$(LIBF)/phy'"$physique" |
---|
| 956 | # |
---|
| 957 | # le programme principal create_limit a besoin de l'info du module |
---|
| 958 | # startvar: on met donc libo dans les include pour Nec |
---|
| 959 | set include="$include"' -I$(LIBO)' |
---|
| 960 | |
---|
| 961 | |
---|
| 962 | ################################################################# |
---|
| 963 | # Execution de la comande make... ENFIN! |
---|
| 964 | ################################################################# |
---|
| 965 | |
---|
| 966 | if $VPP then |
---|
| 967 | set optim90=" $optim90 -Am -M$libo" |
---|
| 968 | set optimtru90="$optim90" |
---|
| 969 | \cp $IOIPSLDIR/*.mod $libo |
---|
| 970 | else if $SUN then |
---|
| 971 | set optim90=" $optim90 -M$libo -M$MODIPSLDIR " |
---|
| 972 | set optimtru90=" $optimtru90 -M$libo -M$MODIPSLDIR " |
---|
| 973 | set optim="$optim90" |
---|
| 974 | \cp $IOIPSLDIR/*.mod $libo |
---|
| 975 | else if $NEC then |
---|
| 976 | set optim90=" $optim90 -I$libo " |
---|
| 977 | else if $XNEC then |
---|
| 978 | set optim90=" $optim90 -I$libo " |
---|
| 979 | set optimtru90=" $optimtru90 -I$libo " |
---|
| 980 | else if $X6NEC then |
---|
| 981 | set optim90=" $optim90 -I$libo " |
---|
| 982 | set optimtru90=" $optimtru90 -I$libo " |
---|
[768] | 983 | else if $X8BRODIE then |
---|
| 984 | set optim90=" $optim90 -I$libo " |
---|
| 985 | set optimtru90=" $optimtru90 -I$libo " |
---|
[524] | 986 | else if $LINUX then |
---|
[676] | 987 | if ( $FC_LINUX == "pgf90" ) then |
---|
| 988 | set optimtru90=" $optimtru90 -module $libo " |
---|
| 989 | set optim90=" $optim90 -module $libo " |
---|
| 990 | else if ( $FC_LINUX == 'g95' ) then |
---|
| 991 | set optimtru90=" $optimtru90 -fmod=$libo " |
---|
| 992 | set optim90=" $optim90 -fmod=$libo " |
---|
| 993 | endif |
---|
[524] | 994 | set optim="$optim90" |
---|
| 995 | set mod_loc_dir=$libo |
---|
[768] | 996 | # \cp /d3/fairhead/sechiba/ioipsl/*.mod $libo |
---|
| 997 | # \cp $IOIPSLDIR/*.mod $libo |
---|
[524] | 998 | endif |
---|
| 999 | |
---|
| 1000 | set link="$f90 $optim90" |
---|
| 1001 | |
---|
| 1002 | set ar=ar |
---|
| 1003 | |
---|
| 1004 | if $XNEC then |
---|
| 1005 | set link="sxld $opt_link" |
---|
| 1006 | set link="$f90 " |
---|
| 1007 | # set ar=sxar |
---|
| 1008 | else if $X6NEC then |
---|
| 1009 | set link="sxld $opt_link" |
---|
[768] | 1010 | set link="$f90 -Wl,-hlib_cyclic " |
---|
| 1011 | else if $X8BRODIE then |
---|
| 1012 | set link="sxld $opt_link" |
---|
| 1013 | set link="$f90 -Wl,-hlib_cyclic " |
---|
[524] | 1014 | endif |
---|
| 1015 | |
---|
| 1016 | |
---|
| 1017 | cd $localdir |
---|
| 1018 | |
---|
| 1019 | echo $make -f $LMDGCM/makefile \ |
---|
| 1020 | OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \ |
---|
| 1021 | OPTIM90="$optim90" \ |
---|
| 1022 | OPTIMTRU90="$optimtru90" \ |
---|
| 1023 | OPTIM="$optim$optimbis" \ |
---|
| 1024 | INCLUDE="$include" \ |
---|
| 1025 | $filtre \ |
---|
| 1026 | LIBO=$libo \ |
---|
| 1027 | $dyn \ |
---|
| 1028 | $phys \ |
---|
| 1029 | DIM=$dimc \ |
---|
[768] | 1030 | FLAG_PARA="$FLAG_PARA"\ |
---|
[524] | 1031 | L_ADJNT="$adjnt" \ |
---|
[669] | 1032 | L_CHIMIE="$libchimie" \ |
---|
[524] | 1033 | LOCAL_DIR="$localdir" \ |
---|
| 1034 | F77="$f77" \ |
---|
| 1035 | F90="$f90" \ |
---|
| 1036 | OPLINK="$oplink" \ |
---|
| 1037 | LINK="$link" \ |
---|
| 1038 | GCM="$LMDGCM" \ |
---|
| 1039 | MOD_LOC_DIR=$mod_loc_dir \ |
---|
| 1040 | MOD_SUFFIX=$mod_suffix \ |
---|
| 1041 | AR=$ar \ |
---|
| 1042 | PROG=$code |
---|
| 1043 | |
---|
| 1044 | $make -f $LMDGCM/makefile \ |
---|
| 1045 | OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \ |
---|
| 1046 | OPTIM90="$optim90" \ |
---|
| 1047 | OPTIMTRU90="$optimtru90" \ |
---|
| 1048 | OPTIM="$optim$optimbis" \ |
---|
| 1049 | INCLUDE="$include" \ |
---|
| 1050 | $filtre \ |
---|
| 1051 | LIBO=$libo \ |
---|
| 1052 | $dyn \ |
---|
| 1053 | $phys \ |
---|
| 1054 | DIM=$dimc \ |
---|
[768] | 1055 | FLAG_PARA="$FLAG_PARA"\ |
---|
[524] | 1056 | L_ADJNT="$adjnt" \ |
---|
[669] | 1057 | L_CHIMIE="$libchimie" \ |
---|
[524] | 1058 | LOCAL_DIR="$localdir" \ |
---|
| 1059 | F77="$f77" \ |
---|
| 1060 | F90="$f90" \ |
---|
| 1061 | OPLINK="$oplink" \ |
---|
| 1062 | LINK="$link" \ |
---|
| 1063 | GCM="$LMDGCM" \ |
---|
| 1064 | MOD_LOC_DIR=$mod_loc_dir \ |
---|
| 1065 | MOD_SUFFIX=$mod_suffix \ |
---|
| 1066 | AR=$ar \ |
---|
| 1067 | PROG=$code |
---|
| 1068 | |
---|
| 1069 | \rm -f $libf/grid/dimensions.h |
---|