Changeset 6308
- Timestamp:
- 01/10/23 12:40:08 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh
r6209 r6308 173 173 echo " Personal module list before sourcing of ARCH/arch.env file:" >> $outfile 174 174 module list >> $outfile 2>&1 175 svn_version=$(module list -t | grep subversion) 175 176 176 177 # Make a link to this file, to be used also in config.card … … 180 181 # Source the file 181 182 source ARCH/arch.env >> $outfile 2>&1 183 if [ X$svn_version != X ] ; then 184 module load ${svn_version} 185 fi 182 186 183 187 echo >> $outfile
Note: See TracChangeset
for help on using the changeset viewer.