Ignore:
Timestamp:
01/05/23 16:21:41 (17 months ago)
Author:
jgipsl
Message:

Add a quickfix related to the subversion module. If there was a module for subversion loaded in the begining of the compilation, the same module will be loaded after the arch.env file has been sourced. We here suppose that the arch.env file contains a module purge which is currently the case for the arch.env in ARCH folder. This quickfix was done previously in ICOLMDZ configurations by A. Caubel.

Note that for compile_lmdzorinca.sh only an echo was added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r6219 r6299  
    265265    # Retrieve the final svn release number, needed for radiative code suffix of executable 
    266266    lmdzsvn=`svnversion . | egrep -o "[0-9]+"  | awk 'NR==1'` 
    267  
     267    echo >> $outfile ; echo "lmdzsvn= $lmdzsvn "   >> $outfile 
    268268 
    269269    # Check if the compilation of LMDZ was previsouly interupted prematured.  
Note: See TracChangeset for help on using the changeset viewer.