# High Performance Computing

* [Resources](#resources)
  * [Learning](#learning)
  * [Articles](#articles)
  * [Books](#books)
  * [Training](#training)

## Resources

### Learning

* [Introduction to High-Performance Scientific Computing](https://pages.tacc.utexas.edu/~eijkhout/istc/istc.html) - A textbook by Victor Eijkhout that covers theory and practical aspects of HPC
* [HPC in a day](https://github.com/psteinb/hpc-in-a-day) - A full day lesson material to teach the basics of using a HPC cluster to novices
* [AWS HPC Workshops](https://www.hpcworkshops.com/)
* [XSEDE Training on HPC](https://portal.xsede.org/online-training)
* [HPC training by the Supercomputer Institute](https://www.lanl.gov/projects/national-security-education-center/information-science-technology/summer-schools/cscnsi/)

### Articles

* [HPC101](https://www.datamation.com/data-center/high-performance-computing.html)
* [TPU: AI for everyone](https://storage.googleapis.com/nexttpu/index.html)
* [An intro to HPC](https://www.rambus.com/blogs/an-introduction-to-hpc-computing/)
* [Reassessing the HPC Memory Hierarchy](https://www.rambus.com/blogs/reassessing-the-hpc-memory-hierarchy/)
* [The HPC Bottlenecks of Amdahl’s Other Law](https://www.rambus.com/blogs/the-hpc-bottlenecks-of-amdahls-other-law/)

### Books

* [Introduction to High-Performance Scientific Computing](http://pages.tacc.utexas.edu/~eijkhout/istc/html/index.html)

### Training

* [PRACE](https://prace-ri.eu/training-support/training/)
* [PSC](http://psc.edu/resources-for-users/training/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rajesh-s.gitbook.io/comparchsys/area_specific/hpc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
