Ignore:
Timestamp:
08/03/23 15:45:52 (10 months ago)
Author:
acosce
Message:

add new suffix for ce0l exe in IPSLCM7 (because we don't use inca for its compilation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6565 r6588  
    363363 
    364364    echo; echo "NOW COMPILE INCA ${optchimie}" 
     365    echo >> $outfile ; echo " NOW COMPILE INCA ${optchimie}"   >> $outfile  
     366     
    365367    echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag  >> $outfile 
    366368    ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp  -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag >> $outfile 2>&1 
     
    524526    fi     
    525527 
     528    # Find executable suffix 
     529    suffix=_${resol_atm}_phylmd 
     530    if [ $lmdzsvn -ge 4186 ] ; then suffix=${suffix}_${rad} ; fi 
     531    if [ $parallel == seq ] || [ $parallel == none ] ; then 
     532        suffix=${suffix}_seq_orch.e 
     533    else 
     534        suffix=${suffix}_para_mem_orch_couple.e 
     535    fi 
     536    echo ce0l suffix = $suffix 
     537  
    526538    # Compile ce0l initialization program for LMDZ regular lat-lon exectuable 
    527539    cd $modipsl/modeles/LMDZ 
Note: See TracChangeset for help on using the changeset viewer.