Difference between revisions of "Main Page"

From HPC Guide
Jump to navigation Jump to search
orig>Wiki admin
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
'''Welcome to HPC Guide.'''
 
'''Welcome to HPC Guide.'''
 +
 +
[[Linux basic commands]]
 +
 +
[[Public queues]]
 +
 +
[[Submitting a job to a queue]]
 +
 +
[[Submitting a job to a slurm queue]]
 +
 +
[[PBS-To-SLURM]]
 +
 +
[[Creaing and using conda environment]]
 +
 +
[[Palo Alto VPN for linux]]
 +
 +
[[Alphafold]]
 +
 +
[[Using GPU]]
 +
 +
[[security installations]]
 +
 +
[[Install matlab on work station per matlab user]]
 +
 +
[[Storage and scratch]]
  
 
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.  
 
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.  
Line 9: Line 33:
 
“High Performance Computing” (HPC) is computing on a “Supercomputer”,  
 
“High Performance Computing” (HPC) is computing on a “Supercomputer”,  
 
<br>
 
<br>
 +
a computer at the front line of contemporary processing capacity – particularly speed of calculation and available memory.
 
<br>
 
<br>
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 work together so that in many respects they can be viewed as a single system.
<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>
 
<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.  
 
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.  
Line 20: Line 43:
 
high-speed networks, and software for high performance distributed computing.
 
high-speed networks, and software for high performance distributed computing.
 
<br>
 
<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.
+
Compute clusters are usually deployed to improve performance and availability over that of a single computer, while typically being more cost-effective than single computers of comparable speed or availability.

Latest revision as of 12:52, 15 April 2024

Welcome to HPC Guide.

Linux basic commands

Public queues

Submitting a job to a queue

Submitting a job to a slurm queue

PBS-To-SLURM

Creaing and using conda environment

Palo Alto VPN for linux

Alphafold

Using GPU

security installations

Install matlab on work station per matlab user

Storage and scratch

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 front line 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 work together 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 a single computer, while typically being more cost-effective than single computers of comparable speed or availability.