Changeset 908 for CONFIG/IPSLCM/IPSLCM5


Ignore:
Timestamp:
02/22/10 15:59:11 (14 years ago)
Author:
mafoipsl
Message:

Compilation of ce0l, for create_etat0_limit, copied from gcm compilation.
ie -parallel mpi option set for create_etat0_limit main program.
Take care : you have to run create_etat0_limit on one proc. It's working on NECs but didn't work yet on other computers.
Temporary work around : Restart from an existing simulation.

Location:
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/AA_make

    r844 r908  
    8383 
    8484lmdz: 
    85         (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     85        (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
    8686        (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
    8787 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/lmdz.driver

    r902 r908  
    206206                IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/. 
    207207                if [ ${DRYRUN} -le 1 ] ; then 
    208                     ./create_etat0_limit.e 
     208                    ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e 
    209209                    IGCM_sys_Put_Out start.nc    ${R_OUT_ATM_R}/${config_UserChoices_JobName}_${PeriodDateBegin}_start.nc 
    210210                    IGCM_sys_Put_Out startphy.nc ${R_OUT_ATM_R}/${config_UserChoices_JobName}_${PeriodDateBegin}_startphy.nc 
     
    212212                IGCM_sys_Mv physiq.def.save physiq.def 
    213213            else 
    214                 echo "EXECUTION of ./create_etat0_limit.e simulated" 
    215                 echo "EXECUTION of ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack 
     214                echo "EXECUTION of ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e simulated" 
     215                echo "EXECUTION of ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack 
    216216            fi 
    217217        fi 
Note: See TracChangeset for help on using the changeset viewer.