Gibbs

From C3P
Revision as of 00:07, 12 December 2017 by Mirco.zerbetto (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 6, 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.

Personal tools
Namespaces
Variants
Actions
Navigation
Events
Toolbox