~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/services/a-rex/infoproviders/LRMS.pm

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-05-08 13:48:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130508134803-mrhc5w4d5y7ubyj4
Tags: 3.0.1-1
3.0.1 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#    to the select_lrms subroutine in this module, and the module reference
17
17
#    itself, naturally.
18
18
 
 
19
use strict;
19
20
use Exporter;
20
 
@ISA = ('Exporter');     # Inherit from Exporter
21
 
@EXPORT_OK = ( 'select_lrms',
 
21
our @ISA = ('Exporter');     # Inherit from Exporter
 
22
our @EXPORT_OK = ( 'select_lrms',
22
23
               'cluster_info',
23
24
               'queue_info',
24
25
               'jobs_info',
32
33
use Condor;
33
34
use SLURM;
34
35
 
35
 
use strict;
36
 
 
37
36
our ( $lrms_name, $cluster_info, $queue_info, $jobs_info, $users_info ); 
38
37
 
39
38
sub select_lrms ($) {