From a0e7919b071e5e12f6ba5c95fb66b788715686c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz> Date: Fri, 20 Jan 2017 12:14:34 +0100 Subject: [PATCH] Table --- docs.it4i/anselm-cluster-documentation/prace.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/prace.md b/docs.it4i/anselm-cluster-documentation/prace.md index d8699bf6e..61225db44 100644 --- a/docs.it4i/anselm-cluster-documentation/prace.md +++ b/docs.it4i/anselm-cluster-documentation/prace.md @@ -55,7 +55,7 @@ To access Anselm cluster, two login nodes running GSI SSH service are available. It is recommended to use the single DNS name anselm-prace.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are: |Login address|Port|Protocol|Login node| -|---|---| +|---|---|---|---| |anselm-prace.it4i.cz|2222|gsissh|login1 or login2| |login1-prace.anselm.it4i.cz|2222|gsissh|login1| |login2-prace.anselm.it4i.cz|2222|gsissh|login2| @@ -75,7 +75,7 @@ When logging from other PRACE system, the prace_service script can be used: It is recommended to use the single DNS name anselm.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are: |Login address||Port|Protocol|Login node| -|---|---| +|---|---|---|---| |anselm.it4i.cz|2222|gsissh|login1 or login2| |login1.anselm.it4i.cz|2222|gsissh|login1| |login2.anselm.it4i.cz|2222|gsissh|login2| @@ -127,7 +127,7 @@ There's one control server and three backend servers for striping and/or backup **Access from PRACE network:** |Login address|Port|Node role| -|---|---| +|---|---|---| |gridftp-prace.anselm.it4i.cz|2812|Front end /control server| |login1-prace.anselm.it4i.cz|2813|Backend / data mover server| |login2-prace.anselm.it4i.cz|2813|Backend / data mover server| @@ -160,7 +160,7 @@ Or by using prace_service script: **Access from public Internet:** |Login address|Port|Node role| -|---|---| +|---|---|---| |gridftp.anselm.it4i.cz|2812|Front end /control server| |login1.anselm.it4i.cz|2813|Backend / data mover server| |login2.anselm.it4i.cz|2813|Backend / data mover server| @@ -193,7 +193,7 @@ Or by using prace_service script: Generally both shared file systems are available through GridFTP: |File system mount point|Filesystem|Comment| -|---|---| +|---|---|---| |/home|Lustre|Default HOME directories of users in format /home/prace/login/| |/scratch|Lustre|Shared SCRATCH mounted on the whole cluster| @@ -222,12 +222,12 @@ General information about the resource allocation, job queuing and job execution For PRACE users, the default production run queue is "qprace". PRACE users can also use two other queues "qexp" and "qfree". |queue|Active project|Project resources|Nodes|priority|authorization|walltime| -|---|---|---| +|---|---|---|---|---|---|---| |**qexp** Express queue|no|none required|2 reserved, 8 total|high|no|1 / 1h| |**qprace** Production queue|yes|> 0|178 w/o accelerator|medium|no|24 / 48h| |**qfree** Free resource queue|yes|none required|178 w/o accelerator|very low|no| 12 / 12h| -qprace**, the PRACE \***: This queue is intended for normal production runs. It is required that active project with nonzero remaining resources is specified to enter the qprace. The queue runs with medium priority and no special authorization is required to use it. The maximum runtime in qprace is 12 hours. If the job needs longer time, it must use checkpoint/restart functionality. +**qprace**, the PRACE: This queue is intended for normal production runs. It is required that active project with nonzero remaining resources is specified to enter the qprace. The queue runs with medium priority and no special authorization is required to use it. The maximum runtime in qprace is 12 hours. If the job needs longer time, it must use checkpoint/restart functionality. ### Accounting & Quota -- GitLab