Changeset 5122 for CONFIG


Ignore:
Timestamp:
07/07/20 17:00:32 (4 years ago)
Author:
lfairhead
Message:

Switching ce0l compilation to sequential, there is a problem with the parallel version
LF

Location:
CONFIG/UNIFORM/v6
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r5030 r5122  
    417417    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    418418     
    419     echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    420     ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     419    echo ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     420    ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    421421    # Test if compiling finished 
    422422    if [[ $? != 0 ]] ; then 
     
    432432    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    433433    echo >> $outfile 
    434     suffix=_${resol_atm}_phylmd_para_mem_orch_couple.e 
     434#    suffix=_${resol_atm}_phylmd_para_mem_orch_couple.e 
     435    suffix=_${resol_atm}_phylmd_seq.e 
    435436    echo ce0l suffix = $suffix 
    436437 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/compile_ipslcm6.sh

    r5078 r5122  
    405405    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    406406     
    407     echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    408     ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     407    echo ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     408    ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    409409    # Test if compiling finished 
    410410    if [[ $? != 0 ]] ; then 
     
    420420    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    421421    echo >> $outfile 
    422     suffix=_${resol_atm}_phylmd_para_mem_orch_couple.e 
     422    suffix=_${resol_atm}_phylmd_seq.e 
    423423    echo ce0l suffix = $suffix 
    424424 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh

    r5036 r5122  
    275275    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    276276     
    277     echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    278     ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     277    echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     278    ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    279279    # Test if compiling finished 
    280280    if [[ $? != 0 ]] ; then 
     
    290290    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    291291    echo >> $outfile 
     292    suffix=_${resol_atm}_phylmd_seq.e 
    292293    echo ce0l suffix = $suffix 
    293294 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh

    r5036 r5122  
    274274    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    275275     
    276     echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    277     ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     276    echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     277    ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    278278    # Test if compiling finished 
    279279    if [[ $? != 0 ]] ; then 
     
    289289    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    290290    echo >> $outfile 
     291    suffix=_${resol_atm}_phylmd_seq.e 
    291292    echo ce0l suffix = $suffix 
    292293 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh

    r5036 r5122  
    274274    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    275275     
    276     echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    277     ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     276    echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     277    ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    278278    # Test if compiling finished 
    279279    if [[ $? != 0 ]] ; then 
     
    289289    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    290290    echo >> $outfile 
     291    suffix=_${resol_atm}_phylmd_seq.e 
    291292    echo ce0l suffix = $suffix 
    292293 
Note: See TracChangeset for help on using the changeset viewer.