Changeset 1288 for CONFIG/LMDZOR


Ignore:
Timestamp:
01/28/11 10:29:11 (13 years ago)
Author:
jgipsl
Message:

LMDZOR_v4 : added compiling of create_etat0_limit in paralelle mode (using dyn3dpar). This does not take any extra time because all files are already compiled for the gcm. Still using the sequentiel version of create_etat0_limit in job CREATE (executable renamed with suffix .seq).

Location:
CONFIG/LMDZOR/branches/LMDZOR_v4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make

    r1287 r1288  
    9898 
    9999lmdz: 
    100         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     100        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e.seq ; ) 
    101101        (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/gcm.e ; ) 
     102        (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/create_etat0_limit.e.para ; ) 
    102103 
    103104verif: 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/config.card_Climat

    r1169 r1288  
    3535Name=create_etat0_limit.e 
    3636#D- For each component, Real name of executable, Name of executable for oasis 
    37 ATM= (create_etat0_limit.e, create_etat0_limit.e) 
     37ATM= (create_etat0_limit.e.seq, create_etat0_limit.e) 
    3838 
    3939#======================================================================== 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/config.card_Interannuel

    r1095 r1288  
    3737Name=create_etat0_limit.e 
    3838#D- For each component, Real name of executable, Name of executable for oasis 
    39 ATM= (create_etat0_limit.e, create_etat0_limit.e) 
     39ATM= (create_etat0_limit.e.seq, create_etat0_limit.e) 
    4040 
    4141#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.