Versions Compared

Key

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

...

Slurm has queues to......In altamira, there are some queues configured. This table resume the main queues and the principal properties of each of them:


GroupQueueDescriptionProperties
LocalmainMain queue for local users
  • Max Number of nodes: 158
  • Max Wall time:3 days
  • Max Number of Jobs Per User: 1000

Res

res_aMain queue for RES users
  • Max Number of nodes: 64
  • Max Wall time:3 days
  • Max Number of Jobs Per User: 500
res_cQueue assigned for res users when they reach the period hours limits requested
  • Max Number of nodes: 4
  • Max Wall time:1 day
  • Max Number of Jobs Per User: 10


Connecting to Altamira

Once you have a username and its associated password you can get into Altamira system, connecting to one of the the 2 login nodes at altamira1.ifca.es in the case of the first login or altamira2.ifca.es for the second one (see Login node to know more information about the login nodes). The password provided is temporal, you must change this initial password after connecting to IPA. Also use a strong password (do not use a word or phrase from a dictionary and do not use a word that can be obviously tied to your person). 

...

DirectiveDescriptionDefault value
--job-name=value
The name of the job that appears in the batch queuescript_name
--output=...
The name of the file to collect the standard output of the job.  The %j part in the job directives will be sustitute by the job ID.file-%j.out
--error=...
The name of the file to collect the standard error of the job. The %j part in the job directives will be sustitute by the job ID.file-%j.err
--workdir=...
The working directory of your job (i.e. where the job will run). If not specified, it is the current working directory at the time the job was submitted.

Job examples

Example for a sequential job:

...