Magnolia HPC Cluster Workshop (July 2023): Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
mNo edit summary
No edit summary
Line 5: Line 5:
|-
|-
|'''Where:'''
|'''Where:'''
|''[https://map.usm.edu/campus_map.php?id=27801 PSRC 105]''
|''[//map.usm.edu/campus_map.php?id=27801 PSRC 105]''
|-
|-
|'''Registration:'''
|''[//redcap.usm.edu/surveys/?s=33D4LKAWY8NLX9X3 Register here].''
|}
|}


Line 24: Line 26:


=Fill out registration form=
=Fill out registration form=
Those planning to attend need to fill out the registration form at [https://redcap.usm.edu/surveys/?s=33D4LKAWY8NLX9X3 Registration Page].
Those planning to attend need to fill out the registration form: [//redcap.us.edu/surveys/?s=33D4LKAWY8NLX9X3 Registration Link].


=Configure the SSH connection=
=Configure the SSH connection=

Revision as of 23:18, 9 July 2023

This workshop is intended for user that have just started to use the Magnolia HPC cluster.

When: July 18, 2023 10 am — 12 pm
Where: PSRC 105
Registration: Register here.

Description

This workshop is intended for users that have used the cluster but want a deeper understanding of High Performance Computing (HPC)

Topics in this workshop:

  • Introduction to the Magnolia High Performance Computing (HPC) cluster
  • HPC workflow
  • Quick review of Linux shell commands
  • Using pre-installed programs and software (Linux Environment Modules)
  • Python
  • Compiling C/C++ programs
  • How serial (single threaded) programs can take advantage of HPC Clusters

Fill out registration form

Those planning to attend need to fill out the registration form: Registration Link.

Configure the SSH connection

If you are using Linux or OSX, SSH is used from the terminal. Type the command shown below to check the host key fingerprint. Do not enter any passwords. Instead, cancel by typing Control+C. For Windows users, install an SSH client like PuTTY (http://www.putty.org) and follow the directions given in the following link. Windows Specific Directions

user $ssh -o VisualHostKey=yes check@magnolia.usm.edu
Host key fingerprint is SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis
+---[ECDSA 256]---+
|ooX^@=o          |
|o++*B+o.         |
|.+o ...          |
|o.o. o           |
|+o oo . S        |
|oo=.   .         |
|o=oo             |
|E+. .            |
|oo .             |
+----[SHA256]-----+
check@magnolia.usm.edu's password: 

Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. SSH_Fingerprints/magnolia.usm.edu

If you have any questions, please contact Brian G. Olson.