| 1 | = GCC cluster = |
| 2 | |
| 3 | == Servers == |
| 4 | |
| 5 | ||**Function**||**DNS**||**IP**||**Comments**|| |
| 6 | ||User interface node||cluster.gcc.rug.nl||195.169.22.156||Login node to submit and inspect jobs. [[BR]] Relatively powerful machine. [[BR]] Users can run code outside the scheduler for debugging purposes.|| |
| 7 | ||scheduler VM||scheduler01||195.169.22.214||Runs Torque's ''pbs_server'' resource manager and the ''maui'' scheduler.|| |
| 8 | ||scheduler VM||scheduler02||195.169.22.190||Runs Torque's ''pbs_server'' resource manager and the ''maui'' scheduler.|| |
| 9 | ||Execution node||targetgcc01||192.168.211.191||Runs Torque's ''pbs_mom'' [[BR]] Dedicated test node: only the ''test-short'' and ''test-long'' queues run on this node. [[BR]] Crashing the test node shall not affect production!.|| |
| 10 | ||Execution node||targetgcc02||192.168.211.192||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 11 | ||Execution node||targetgcc03||192.168.211.193||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 12 | ||Execution node||targetgcc04||192.168.211.194||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 13 | ||Execution node||targetgcc05||192.168.211.195||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 14 | ||Execution node||targetgcc06||192.168.211.196||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 15 | ||Execution node||targetgcc07||192.168.211.197||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 16 | ||Execution node||targetgcc08||192.168.211.198||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 17 | ||Execution node||targetgcc09||192.168.211.199||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 18 | ||Execution node||targetgcc10||192.168.211.200||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.|| |
| 19 | |
| 20 | |
| 21 | == PBS software / flavour == |
| 22 | |
| 23 | The current setup uses the resource manager **Torque 2.5.12** combined with the scheduler **Maui 3.3.1**. |
| 24 | |
| 25 | === Maui === |
| 26 | |
| 27 | Runs only on the schedulers with config files in |
| 28 | {{{ |
| 29 | /usr/local/maui/ |
| 30 | }}} |
| 31 | |
| 32 | === Torque === |
| 33 | |
| 34 | Torque clients are available on all servers.[[BR]] |
| 35 | Torque's pbs_server deamon runs only on the schedulers.[[BR]] |
| 36 | Torque's pbs_mom daemon runs only on the execution nodes where the real work is done.[[BR]] |
| 37 | Torque config files are installed in |
| 38 | {{{ |
| 39 | /var/spool/torque/ |
| 40 | }}} |
| 41 | |
| 42 | == Dual scheduler setup == |
| 43 | |
| 44 | == Installation details == |