File: README

package info (click to toggle)
gridengine 8.1.9%2Bdfsg-13.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 57,848 kB
  • sloc: ansic: 432,690; java: 87,068; cpp: 31,958; sh: 29,445; jsp: 7,757; perl: 6,336; xml: 5,828; makefile: 4,705; csh: 3,934; ruby: 2,221; tcl: 1,676; lisp: 669; yacc: 519; python: 503; lex: 361; javascript: 200
file content (34 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
== A DRMAA binding for Ruby

   DRMAA is an interface standard for job submission and control
   to Distributed Resource Manager (DRM) systems such as Condor, 
   PBS/OpenPBS/Torque, Platform LSF, Sun's N1 Grid Engine and 
   others. Please see drmaa.org/wiki for more detailed information 
   about DRMAA itself, available implementations, language bindings 
   etc.

=== Requirements

   The binding requires Ruby/DL module, as available in Ruby 1.8.4,
   and a Distributed Resource Manager with shared DRMAA library
   v0.95 or above. If both are available the binding should work if
     * DRMAA library is in LD_LIBRARY_PATH 
     * drmaa.rb found by ruby interpreter

=== License 

   The project uses SISSL software license.

=== Sample applications

   Please see example.rb, array.rb, sig.rb, stream_and_trap.rb,
   attributes.rb and threads.rb

=== Feedback

   Conceptual feedback should be sent to DRMAA mailing list

=== Todo
   * complete documentation in drmaa.rb
   * complete DRMAA::JobTemplate setters/getters according
     to DRMAA standard