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