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