Changeset 310 for LMDZ.3.3/branches


Ignore:
Timestamp:
Jan 21, 2002, 2:56:35 PM (22 years ago)
Author:
lmdzadmin
Message:

Suppression du cas special create_etat0 sur VPP
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/makegcm

    r308 r310  
    724724
    725725#
    726 # Encore un test temporaire: probleme de compilation sur VPP
    727 # l'optimisation de startvar se passe mal
    728 #
    729 if ($code == 'create_etat0' && $VPP) then
    730    if ( ! -f $libo/libdyn3d.a ) then
    731      echo "Priere de compiler gcm en premier pour des raisons d'optimisation"
    732      \rm $libf/grid/dimensions.h                                             
    733      exit                       
    734    endif
    735    set optim=" -Wv,-Of,-ilfunc"
    736    set optimbis=" -Psia -Aa -Wv,-m3 -Wp,-DVPP -Z $LMDGCM/listage"
    737    set optim90="$optim""$optimbis"" -X9 -w"
    738    set opt_link="-L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf"
    739    touch $LMDGCM/libf/dyn3d/startvar.F
    740    touch $LMDGCM/libf/dyn3d/etat0_netcdf.F
    741 endif
    742 
    743 #
    744726# etat0_netcdf a besoin d'info de la physique
    745727# A revoir
Note: See TracChangeset for help on using the changeset viewer.