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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.