Gibbs
(Difference between revisions)
(Created page with "== Description == '''Gibbs''' is equipped with the following software/hardware: * '''6 nodes''' with 2 x CPU Intel Xeon Octa Core (''16 cores''), 128 GB of RAM, 2 x 300 GB H...") |
(→Queues) |
||
| Line 22: | Line 22: | ||
The queue manager is [[PBS]] and the following queues are available: | The queue manager is [[PBS]] and the following queues are available: | ||
| − | * '''gibbs''': max nodes | + | * '''gibbs''': max nodes 4, max walltime 2 weeks (336 hours) |
| − | + | ||
== Example PBS file == | == Example PBS file == | ||
Revision as of 19:50, 3 March 2018
Contents |
Description
Gibbs is equipped with the following software/hardware:
- 6 nodes with 2 x CPU Intel Xeon Octa Core (16 cores), 128 GB of RAM, 2 x 300 GB HD SAS (10 krpm), OS Linux Red Hat X.Y
for a total of 6 nodes, 96 cores.
Access
- Linux and Mac OS users can login using a terminal with the command:
ssh account@192.168.9.15
- where "account" is the user's account.
- Windows users can use an interface program to the ssh service, e.g. Putty.
Queues
The queue manager is PBS and the following queues are available:
- gibbs: max nodes 4, max walltime 2 weeks (336 hours)
Example PBS file
A typical PBS input file script will be as follow (see the Support page for more help):
#!/bin/sh --login #PBS -N jobname #PBS -A account #PBS -q gibbs #PBS -l nodes=n #PBS -w time in hh:mm:ss format commands to execute
where the parts in italic should be changed as appropriate.