Ignore:
Timestamp:
10/05/10 10:27:40 (14 years ago)
Author:
Daniela Dorner
Message:
implemented usage of cluster in Dortmund (phido), i.e. usage of pbs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/scripts/sourcefile

    r9886 r10004  
    4444fi
    4545
     46if [ "$SOURCEFILEPATH" = "" ]
     47then
     48   export SOURCEFILEPATH=`dirname $0`
     49fi
     50
    4651# possible solution for $0 problem:
    4752# ${BASH_SOURCE[0]}
    4853# but has to be checked and tested more carefully
    4954# should solve at least problem with login-shell and with source
    50 source `dirname $0`/setup.$AUTOMATIONSETUP
     55source $SOURCEFILEPATH/setup.$AUTOMATIONSETUP
    5156
    5257datetime=`date +%F-%H-%M-%S`
Note: See TracChangeset for help on using the changeset viewer.