Difference between revisions of "Hardware:Workup"

From CAC Wiki
Jump to: navigation, search
(Main Office of the Centre for Advanced Computing, Queen's University)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
  
== Queen's University==
+
== Frontenac Workup Nodes==
* SunFire E2900 Server ('''sflogin0''')
+
 
** 24 cores (24 x 1.8 GHz UltraSPARC-IV+ Processors)
+
* caclogin02 - caclogin04
** 192 GB of RAM
+
These are the login nodes for the Frontenac Cluster. These may be used as workup nodes to test your jobs and to do limited pre- and post processing.
** Attached to shared main file system
+
 
* Dell PowerEdge R410 Server ('''swlogin1''')
+
Please keep jobs to the minimum size and duration as they are shared resources which are susceptible to overuse. Application software runs that are considered unsuitable for the login nodes will be terminated without notice.
** 24 threads (12 x 3.07 GHz Intel Xeon X6575 Processors)
+
 
** 64 GB of RAM
+
The login nodes are also subject to periodic reboots, usually conducted on Monday. If you need to use a login node for an extended period of time (> 1day) please contact us and let us know.
** Attached to shared main file system
+
 
* Login node for the Frontenac Cluster ('''caclogin01''')
+
You can connect via SSH
|}
+
  e.g. ssh username@login.cac.queensu.ca
 +
or if you need to export the display
 +
  e.g. ssh -X username@login.cac.queensu.ca

Latest revision as of 19:13, 31 July 2023

Workup Facilities

Frontenac Workup Nodes

  • caclogin02 - caclogin04

These are the login nodes for the Frontenac Cluster. These may be used as workup nodes to test your jobs and to do limited pre- and post processing.

Please keep jobs to the minimum size and duration as they are shared resources which are susceptible to overuse. Application software runs that are considered unsuitable for the login nodes will be terminated without notice.

The login nodes are also subject to periodic reboots, usually conducted on Monday. If you need to use a login node for an extended period of time (> 1day) please contact us and let us know.

You can connect via SSH

  e.g. ssh username@login.cac.queensu.ca

or if you need to export the display

  e.g. ssh -X username@login.cac.queensu.ca