Changeset 6506 for CONFIG


Ignore:
Timestamp:
06/12/23 16:08:16 (11 months ago)
Author:
snguyen
Message:

redhat 8 compatibility updates

Location:
CONFIG/UNIFORM/v6/IPSLCM5A2.1R8
Files:
10 added
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/AA_make

    r4041 r6506  
    77 
    88MYSRC_DIR = $(shell /bin/pwd) 
     9 
     10arch_path=${MYSRC_DIR}/ARCH 
     11sources_RH8_path=${MYSRC_DIR}/SOURCES/REDHAT8 
    912 
    1013all :  
     
    2831 
    2932libioipsl : ../../modeles/IOIPSL/src 
    30         (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
     33        (ln -s ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env; . ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
    3134 
    3235oasis3-mct: 
    33         (cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; ) 
     36        (. ${arch_path}/arch-${FCM_ARCH}.env; cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; ) 
    3437 
    3538liborchidee : ../../modeles/ORCHIDEE/ 
    36         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
     39        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
    3740 
    3841lmdz96x95x39: 
     
    4346 
    4447lmdz: ../../modeles/LMDZ 
    45 #       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    46         (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     48#       (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; cp ${sources_RH8_path}/LMDZ/arch-${FCM_ARCH}.fcm arch/. ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     49        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; cp ${sources_RH8_path}/LMDZ/arch-${FCM_ARCH}.fcm arch/. ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    4750 
    4851xios: ../../modeles/XIOS 
    49         (cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
     52        (cd ../../modeles/XIOS; cp ${sources_RH8_path}/XIOS/arch-${FCM_ARCH}.fcm arch/. ; ./make_xios --arch $(FCM_ARCH) --arch_path ${arch_path} --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
    5053 
    5154orca2lim2:  ../../modeles/NEMOGCM/CONFIG 
    52         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     55        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    5356 
    5457verif: ../../bin 
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/EXPERIMENTS/IPSLCM/pdControl/config.card

    r3266 r6506  
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/pdControl 
     20#============================                                                    
     21#-- Source following file with module settings, only if it exists 
     22EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2023#============================ 
    2124#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/EXPERIMENTS/IPSLCM/piControl/config.card

    r3266 r6506  
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/piControl 
     20#============================                                                   #-- Source following file with module settings, only if it exists 
     21EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2022#============================ 
    2123#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r2758 r6506  
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    1515ExpType=LMDZ/CREATE_amip 
     16#============================                                                   #-- Source following file with module settings, only if it exists 
     17EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1618#============================ 
    1719#D-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/EXPERIMENTS/LMDZ/CREATE_clim/config.card

    r2758 r6506  
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    1515ExpType=LMDZ/CREATE_clim 
     16#============================                                                   #-- Source following file with module settings, only if it exists 
     17EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1618#============================ 
    1719#D-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2.1R8/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r2966 r6506  
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    1717ExpType=LMDZOR/clim_pdControl 
     18#============================                                                   #-- Source following file with module settings, only if it exists 
     19EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1820#============================ 
    1921#-- leap, noleap, 360d 
Note: See TracChangeset for help on using the changeset viewer.