Changeset 6536 for CONFIG


Ignore:
Timestamp:
07/07/23 15:45:08 (11 months ago)
Author:
acosce
Message:

standardized names for environment variables managed by files arch.path

  • LMDZ, INCA, ICOS_LMDZ are using ORCH_INC/LIB and not ORCHIDEE_LIB/INC
  • now option arch_path can be used to compile LMDZ (before there was a variable name problem on Orchidee lib)
Location:
CONFIG/UNIFORM/v7/IPSLCM7
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/ARCH/arch-X64_IRENE-AMD.path

    r6448 r6536  
    3636XIOS_LIB="-lxios -lstdc++" 
    3737 
    38 ORCHIDEE_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
    39 ORCHIDEE_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
    40 ORCHIDEE_LIB="-lorchidee" 
     38ORCH_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
     39ORCH_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
     40ORCH_LIB="-lorchidee" 
    4141 
  • CONFIG/UNIFORM/v7/IPSLCM7/ARCH/arch-X64_IRENE.path

    r6448 r6536  
    3636XIOS_LIB="-lxios -lstdc++" 
    3737 
    38 ORCHIDEE_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
    39 ORCHIDEE_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
    40 ORCHIDEE_LIB="-lorchidee" 
     38ORCH_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
     39ORCH_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
     40ORCH_LIB="-lorchidee" 
    4141 
  • CONFIG/UNIFORM/v7/IPSLCM7/ARCH/arch-X64_JEANZAY.path

    r6465 r6536  
    3636XIOS_LIB="-lxios -lstdc++" 
    3737 
    38 ORCHIDEE_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
    39 ORCHIDEE_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
    40 ORCHIDEE_LIB="-lorchidee" 
     38ORCH_INCDIR="-I$ROOT/../ORCHIDEE/inc" 
     39ORCH_LIBDIR="-L$ROOT/../ORCHIDEE/lib" 
     40ORCH_LIB="-lorchidee" 
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6472 r6536  
    378378if [ $lmdzsvn -le 4185 -a $rad = "ecrad" ] ; then echo "ecrad only available for LMDZ rev starting with 4186 " ; exit ; fi 
    379379 
    380 echo ./makelmdz_fcm -p lmd -c OMCT $opt_rad -$optmode -mem -parallel $parallel -libphy -v $orchcomp -io xios -arch $fcm_arch -j 8 $full_lmdz    >> $outfile  
    381      ./makelmdz_fcm -p lmd -c OMCT $opt_rad -$optmode -mem -parallel $parallel -libphy -v $orchcomp -io xios -arch $fcm_arch -j 8 $full_lmdz    >> $outfile 2>&1 
     380echo ./makelmdz_fcm -p lmd -c OMCT $opt_rad -$optmode -mem -parallel $parallel -libphy -v $orchcomp -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz    >> $outfile  
     381     ./makelmdz_fcm -p lmd -c OMCT $opt_rad -$optmode -mem -parallel $parallel -libphy -v $orchcomp -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz    >> $outfile 2>&1 
    382382# Test if compiling finished 
    383383if [[ $? != 0 ]] ; then 
     
    442442        rm -f .lock 
    443443    fi 
    444     echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd $opt_rad -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -j 8 $full_lmdz gcm    >> $outfile  
    445          ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd $opt_rad -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -j 8 $full_lmdz gcm    >> $outfile 2>&1 
     444    echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd $opt_rad -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm    >> $outfile  
     445         ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd $opt_rad -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm    >> $outfile 2>&1 
    446446    # Test if compiling finished 
    447447    if [[ $? != 0 ]] ; then 
     
    474474    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    475475 
    476     echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile  
    477          ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     476    echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     477         ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v $orchcomp -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    478478    # Test if compiling finished 
    479479    if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.