Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test branch #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sphinxemoji
sphinx
sphinx-autobuild
sphinx-rtd-theme
sphinx-fontawesome
sphinxemoji
sphinx-togglebutton
Binary file added docs/section1/images/HPC_Storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/section1/images/TACC_Ecosystem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/section1/images/hpc_schematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions docs/section1/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,48 @@ and tools, as well as the primary Python libraries used for data processing and

.. toctree::
:maxdepth: 1



**Test 17 February 2025**


Introduction to High Performance Computing
==========================================

Basic High Performance Computing (HPC) System Architecture
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As you prepare to use TACC systems for this workshop, it is important to understand
the basic architecture. Think of an HPC resource as a very large and complicated lab
instrument. Users need to learn how to:

* Interface with it / push the right buttons (Linux)
* Load samples (data)
* Run experiments (jobs)
* Interpret the results (data analysis / vis)

.. image:: ./images/hpc_schematic.png
:target: ./images/hpc_schematic.png
:alt: HPC System Architecture

**Login vs. Compute Nodes**

As we've discussed, an HPC system has login nodes and compute nodes. We cannot run
applications on the login nodes because they require too many resources and will
interrupt the work of others. Instead, we must submit a job to a queue to run on compute nodes.

Tips for Success
^^^^^^^^^^^^^^^^

Read the `documentation <https://docs.tacc.utexas.edu/>`_.

* Learn node schematics, limitations, file systems, rules
* Learn about the scheduler, queues, policies
* Determine the right resource for the job

User Responsibility on Shared Resources
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

HPC systems are shared resources. Your jobs and activity on a cluster, if mismanaged,
can affect others. TACC staff are always `available to help <https://www.tacc.utexas.edu/about/help/>`_.