Method: PBS::Batch#host

Defined in:
lib/pbs/batch.rb

#hostString (readonly)

The host of the Torque batch server

Examples:

OSC’s Oakley batch server

my_conn.host #=> "oak-batch.osc.edu"

Returns:

  • (String)

    the batch server host



10
11
12
# File 'lib/pbs/batch.rb', line 10

def host
  @host
end