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.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 
Note: See TracChangeset for help on using the changeset viewer.