Difference between revisions of "Main Page"

From HPC Guide
Jump to navigation Jump to search
 
orig>Wiki admin
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
'''Welcome to HPC Guide.'''
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
This HPC Tutorial is designed for researchers at TAU who are in need of computational power (computer resources) and wish to explore and use our High Performance Computing (HPC) core facilities.  
 +
<br>
 +
The audience may be completely unaware of the HPC concepts but must have some basic understanding of computers and computer programming.
  
== Getting started ==
+
'''What is HPC?'''
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
“High Performance Computing” (HPC) is computing on a “Supercomputer”,
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
<br>
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
<br>
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
a computer at the frontline of contemporary processing capacity – particularly speed of calculation and available memory.
 +
<br>
 +
A computer cluster consists of a set of loosely or tightly connected computers that worktogether so that in many respects they can be viewed as a single system.
 +
<br>
 +
The components of a cluster are usually connected to each other through fast local area networks(“LAN”) with each node (computer used as a server) running its own instance of an operating system.  
 +
<br>
 +
Computer clusters emerged as a result of convergence of a number of computing trends including the availability of low cost microprocessors,
 +
<br>
 +
high-speed networks, and software for high performance distributed computing.
 +
<br>
 +
Compute clusters are usually deployed to improve performance and availability over that of asingle computer, while typically being more cost-effective than single computers of comparablespeed or availability.

Revision as of 10:45, 4 November 2020

Welcome to HPC Guide.

This HPC Tutorial is designed for researchers at TAU who are in need of computational power (computer resources) and wish to explore and use our High Performance Computing (HPC) core facilities.
The audience may be completely unaware of the HPC concepts but must have some basic understanding of computers and computer programming.

What is HPC?

“High Performance Computing” (HPC) is computing on a “Supercomputer”,

a computer at the frontline of contemporary processing capacity – particularly speed of calculation and available memory.
A computer cluster consists of a set of loosely or tightly connected computers that worktogether so that in many respects they can be viewed as a single system.
The components of a cluster are usually connected to each other through fast local area networks(“LAN”) with each node (computer used as a server) running its own instance of an operating system.
Computer clusters emerged as a result of convergence of a number of computing trends including the availability of low cost microprocessors,
high-speed networks, and software for high performance distributed computing.
Compute clusters are usually deployed to improve performance and availability over that of asingle computer, while typically being more cost-effective than single computers of comparablespeed or availability.