Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The format of the input parameters for jobs and hosts are standard Perl hash structures.

$job = {

...


“id” => 1000,

...

“pid” => 1,

...


“pgrp” => 1000,

...


“priority” => 2,

...


“user” =>

...

“username”, “status” =>

...

“pending”, “name” => “my job’s name”, “label” => “qube1”, “cluster” => “/my/cluster/

...

,

...

“cpus” => 2,

...


“prototype” =>

...

“cmdline”, “requirements” =>

...

“”, “reservations” =>

...

“”, “restrictions” =>

...

“”, “account” =>

...

“shotname”,

};
$host = {

...

“name” =>

...

“host’s name ”,
“state” => “active”,
“cluster” => “/my/cluster”, “resources” => ”host.processors=10”, “restrictions” => “”,

“address” => “192.168.10.

...

22” };