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