[Swift-commit] r6939 - trunk/bin
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu Aug 22 09:27:15 CDT 2013
Author: davidk
Date: 2013-08-22 09:27:15 -0500 (Thu, 22 Aug 2013)
New Revision: 6939
Modified:
trunk/bin/swiftrun
Log:
Use modules in lib/perl directory
Ability to set jobtype
Modified: trunk/bin/swiftrun
===================================================================
--- trunk/bin/swiftrun 2013-08-22 13:58:50 UTC (rev 6938)
+++ trunk/bin/swiftrun 2013-08-22 14:27:15 UTC (rev 6939)
@@ -2,6 +2,8 @@
use strict;
use warnings;
+use FindBin qw($Bin);
+use lib "$FindBin::Bin/../lib/perl";
use File::Basename;
use Getopt::Long qw(GetOptionsFromArray);
use Switch;
@@ -31,6 +33,7 @@
'internalhostname' => 'globus.internalhostname',
'jobspernode' => 'globus.jobspernode',
'jobthrottle' => 'karajan.jobthrottle',
+ 'jobtype' => 'globus.jobtype',
'lowoverallocation' => 'globus.lowoverallocation',
'maxnodes' => 'globus.maxnodes',
'maxsubmitrate' => 'karajan.maxsubmitrate',
More information about the Swift-commit
mailing list