Ignore:
Timestamp:
Jun 7, 2017 2:07:05 PM (7 years ago)
Author:
witha
Message:

Bugfix in PALM-WTM, modifications for lceddy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1945 r2257  
    2727# -----------------
    2828# $Id$
     29# adjustments for lceddy, removed lcflow-specific code
     30#
     31# 1945 2016-06-15 07:17:24Z raasch
    2932#
    3033# 1944 2016-06-15 06:29:00Z raasch
     
    528531        (lccrayb)        remote_address=130.73.233.1;;
    529532        (lccrayh)        remote_address=130.75.4.1;;
    530         (lcflow)         remote_address="flow02.hpc.uni-oldenburg.de";;
    531533        (lckordi)        remote_adress=210.219.61.8;;
    532534        (lcmuk)          remote_address=130.75.105.2;;
     
    13711373          then
    13721374             . $modules
    1373           elif [[ $remote_host = lcflow ]]
    1374           then
    1375              eval `$MODULESHOME/bin/modulecmd ksh load ${modules}`
     1375          elif [[ $remote_host = lceddy ]]
     1376          then
     1377             eval `$MODULESHOME/libexec/lmod load ${modules}`   
    13761378          else
    13771379             eval init_cmds=$init_cmds
Note: See TracChangeset for help on using the changeset viewer.