Changeset 6308


Ignore:
Timestamp:
01/10/23 12:40:08 (16 months ago)
Author:
acosce
Message:

update compile script to add check of subversion module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh

    r6209 r6308  
    173173    echo " Personal module list before sourcing of ARCH/arch.env file:"    >> $outfile  
    174174    module list   >> $outfile 2>&1 
     175    svn_version=$(module list -t | grep subversion) 
    175176 
    176177    # Make a link to this file, to be used also in config.card 
     
    180181    # Source the file 
    181182    source ARCH/arch.env   >> $outfile 2>&1 
     183    if [ X$svn_version != X ] ; then 
     184        module load ${svn_version} 
     185    fi 
    182186 
    183187    echo >> $outfile 
Note: See TracChangeset for help on using the changeset viewer.