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/runcorsika

    r9927 r10004  
    2828#
    2929
    30 source `dirname $0`/sourcefile
     30if [ "$SOURCEFILEPATH" = "" ]
     31then
     32   source `dirname $0`/sourcefile
     33else
     34   source $SOURCEFILEPATH/sourcefile
     35fi
    3136printprocesslog "INFO starting $0"
    3237program=corsika
Note: See TracChangeset for help on using the changeset viewer.