Difference between revisions of "HPC-Dictionary"

From HPC Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
TODO
 
TODO
  
=== Login Node ===
+
=== Backend Node ===
  
 
TODO
 
TODO
Line 21: Line 21:
 
=== Copy Node ===
 
=== Copy Node ===
  
TODO
+
Copy nodes are reserved for transfering data to or from a cluster. They usually offer a better connection than other nodes and minimize the disturbance of other users on the system. Depending on the facility, software installed on these nodes may differ from other ones due to their restricted use case, though not every facility chooses to install a designated copy node at all. As an alternative [[#Login Node|login node]] may be used to move data between systems.
 +
 
 +
=== Frontend Node ===
 +
 
 +
Synonym for [[#Login Node|login node]].
  
=== Backend Node ===
+
=== Login Node ===
  
TODO
+
Login nodes are reserved for connecting to the cluster of a facility. Most of the time they can also be used for testing and performing interactive tasks (e.g. the analysis of previously collected application profiles). These test runs should generally not exceed execution times of just a few minutes and may only be used to verify that your software is running correctly on the system and its environment before submitting batch jobs to the batch system.
  
 
== CPU ==
 
== CPU ==
Line 32: Line 36:
  
 
== Socket ==
 
== Socket ==
 +
 +
TODO
 +
 +
== Cluster ==
  
 
TODO
 
TODO

Revision as of 13:59, 17 April 2018

Unix

TODO

Unix File System

TODO

Environment Variables

TODO

Node

TODO

Backend Node

TODO

Copy Node

Copy nodes are reserved for transfering data to or from a cluster. They usually offer a better connection than other nodes and minimize the disturbance of other users on the system. Depending on the facility, software installed on these nodes may differ from other ones due to their restricted use case, though not every facility chooses to install a designated copy node at all. As an alternative login node may be used to move data between systems.

Frontend Node

Synonym for login node.

Login Node

Login nodes are reserved for connecting to the cluster of a facility. Most of the time they can also be used for testing and performing interactive tasks (e.g. the analysis of previously collected application profiles). These test runs should generally not exceed execution times of just a few minutes and may only be used to verify that your software is running correctly on the system and its environment before submitting batch jobs to the batch system.

CPU

TODO

Socket

TODO

Cluster

TODO

Random Access Memory (RAM)

TODO

Scalability

TODO