Ignore:
Timestamp:
Aug 17, 2010 10:44:58 AM (14 years ago)
Author:
maronga
Message:

adjustments for lcxt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r508 r544  
    109109     #                    parallel make for utility programs
    110110     # 12/03/10 - Siggi - bugfix: remode_md was given a wrong value
     111     # 16/08/10 - BjornM- bugfix: call of modules on local host, new workaround
     112     #                    for lcxt4
    111113
    112114
     
    12251227    else
    12261228
     1229          # workaround for lcxt4
     1230       if [[ $remote_host = lcxt4 ]]
     1231       then
     1232          . /opt/modules/default/init/ksh
     1233       fi
     1234
     1235       # first load modules, if given
     1236       if [[ "$modules" != "" ]]
     1237       then
     1238          module load ${modules}
     1239       fi
     1240
     1241
    12271242       if [[ $compile_utility_programs = false ]]
    12281243       then
     
    12551270          echo " "
    12561271          echo "  *** execute \"make\" on local host"
    1257 
    1258              # first load modules, if given
    1259           if [[ "$modules" != "" ]]
    1260           then
    1261              module load ${modules}
    1262           fi
    12631272
    12641273          make  $make_options  PROG=$mainprog  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$loader_options"  2>&1 | tee ${remote_host}_last_make_protokoll
Note: See TracChangeset for help on using the changeset viewer.