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