Changeset 6757


Ignore:
Timestamp:
03/08/24 17:14:38 (4 months ago)
Author:
aclsce
Message:

Added arch_path as argument of makelmdz_fcm, to use arch.env of the configuration instead of the one from the LMDZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/compile_icolmdzor.sh

    r6629 r6757  
    283283 
    284284 
    285     echo ./makelmdz_fcm -p lmd -cosp true $opt_rad -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_lmdz    >> $outfile  
    286     ./makelmdz_fcm -p lmd -cosp true $opt_rad -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_lmdz    >> $outfile 2>&1 
     285    echo ./makelmdz_fcm -p lmd -cosp true $opt_rad -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz    >> $outfile  
     286    ./makelmdz_fcm -p lmd -cosp true $opt_rad -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz    >> $outfile 2>&1 
    287287    # Test if compiling finished 
    288288    if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.