- Timestamp:
- Jul 4, 2001, 10:41:44 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/trunk/makegcm
r215 r249 205 205 set mod_suffix=mod 206 206 else if $NEC then 207 set optim90=' -clear -C hopt -float0 -ew -P sta ck-Wf,"-pvctl fullmsg noassume "'208 set optimtru90=' -clear -f4 -C hopt -float0 -ew -P sta ck-Wf,"-pvctl fullmsg noassume "'207 set optim90=' -clear -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' 208 set optimtru90=' -clear -f4 -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "' 209 209 set optim="$optim90" 210 210 set optimbis=" " 211 set opt_link=" -C hopt -float0 -ew -P sta ck-L$IOIPSLDIR -lioipsl -L/u/rech/psl/rpsl003/IOIPSL -lnetcdf_i8r8_v "211 set opt_link=" -C hopt -float0 -ew -P static -L$IOIPSLDIR -lioipsl -L/u/rech/psl/rpsl003/IOIPSL -lnetcdf_i8r8_v " 212 212 set mod_loc_dir="." 213 213 set mod_suffix="mod" 214 214 else if $XNEC then 215 set optim90=' -clear -R5 -C vopt -float0 -ew -P sta ck-Wf,"-pvctl loopcnt=40000 fullmsg noassume "'216 set optimtru90=' -clear -R5 -f4 -C vopt -float0 -ew -P sta ck-Wf,"-pvctl loopcnt=40000 fullmsg noassume "'215 set optim90=' -clear -R5 -C vopt -float0 -ew -P static -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' 216 set optimtru90=' -clear -R5 -f4 -C vopt -float0 -ew -P static -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' 217 217 set optim="$optim90" 218 218 set optimbis=" " 219 219 if $MODIPSL then 220 220 if $COUPLE then 221 set opt_link="-L$IOIPSLDIR -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "221 set opt_link="-L$IOIPSLDIR -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC $NCDFLIB " 222 222 else 223 set opt_link="-L$IOIPSLDIR -lsxioipsl -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "223 set opt_link="-L$IOIPSLDIR -lsxioipsl -float0 -ew -P static -I$NCDFINC $NCDFLIB " 224 224 endif 225 225 set mod_loc_dir="./" 226 226 else 227 set opt_link=" -C hopt -float0 -ew -P sta ck-L$IOIPSLDIR -lsxioipsl -L /u/rech/psl/rpsl003/IOIPSL -lnetcdf_i8r8_v -I$NCDFINC "227 set opt_link=" -C hopt -float0 -ew -P static -L$IOIPSLDIR -lsxioipsl -L /u/rech/psl/rpsl003/IOIPSL -lnetcdf_i8r8_v -I$NCDFINC " 228 228 set mod_loc_dir="." 229 229 endif … … 404 404 endif 405 405 406 echo apres les opts dim $dim 407 406 408 ######################################################################## 407 409 # cas special sans physique … … 449 451 set nomlib=DEC 450 452 endif 453 echo dimension avant sed $dim 451 454 if ( $IBM ) then 452 455 set dim=`echo $dim | sed -en 's/[^0-9]/ /g'` 453 456 set dim_=`echo $dim | sed -en 's/[^0-9]/_/g'` 454 else if ( $SUN ) then457 else if ( $SUN || $XNEC ) then 455 458 set dim=`echo $dim | sed -e 's/[^0-9]/ /g'` 456 459 set dim_=`echo $dim | sed -e 's/[^0-9]/_/g'` … … 521 524 522 525 set dimension=`echo $dim | wc -w` 523 echo dimension $dimension 526 echo dimension $dimension dim $dim 524 527 if ( $dimension == 1 ) then 525 528 echo pas de dynamique
Note: See TracChangeset
for help on using the changeset viewer.