|
5 | 5 | <img src="https://img.shields.io/github/stars/NREL/HPC.svg?style=social">
|
6 | 6 | </p>
|
7 | 7 |
|
8 |
| -This repository serves as a collection of walkthroughs, utilities, and other resources to improve the NREL HPC user's quality of life, both novice and veteran. |
| 8 | +This repository serves as a collection of walkthroughs, utilities, and other resources to improve the NREL HPC user's quality of life, both novice and veteran. |
9 | 9 |
|
10 |
| -### How to Use This Repository |
| 10 | +**We are here to help:** If you need help with a specific issue or would like to see a topic covered please open an [issue](https://github.com/NREL/HPC/issues/new). If you have materials that could be useful for the NREL community, please see our [contributing](#Contributing) guidelines, and open a pull request. |
| 11 | + |
| 12 | +# How to Use This Repository |
11 | 13 |
|
12 | 14 | 1. [Login to an NREL HPC system](https://www.nrel.gov/hpc/system-access.html)
|
13 | 15 | 2. From your login shell, run `git clone https://github.com/NREL/HPC`
|
14 | 16 | 3. View the `README.md` within any directories that interest you, or see the [table of contents](#table-of-contents) below.
|
15 | 17 |
|
16 |
| -### Contributing |
17 |
| -Please see our [contribution guidelines](CONTRIBUTING.md) for a rundown on how we'd like the contents of this repository to be formatted. |
| 18 | +# Table of Contents |
18 | 19 |
|
19 |
| -## Table of Contents |
| 20 | +## 🎓 General tutorials |
| 21 | +### Beginner |
| 22 | +* [Markdown](/general/beginner/markdown/README.md) |
| 23 | +* [Bash](/general/beginner/bash/README.md) |
| 24 | +* [Git](/general/beginner/git/README.md) |
| 25 | +* [Transferring files](/general/beginner/how-to-transfer-files/) |
| 26 | +* [File Systems](/general/beginner/filesystems) |
20 | 27 |
|
21 |
| -### 🔧 Utilities and Tools |
22 |
| -* [Sample Slurm Batch Scripts](/slurm/README.md) |
23 |
| -* [Workshops and Presentations Hosted by NREL HPC Operations Team](/workshops/README.md) |
| 28 | +### Intermediate |
| 29 | +* [JupyterHub](/general/intermediate/Jupyterhub) |
| 30 | +* [GPU](/general/intermediate/gpu/README.md) |
| 31 | +* [Software environments](/general/intermediate/software-environment-basics) |
| 32 | +* [Building MPI applications](/general/intermediate/building-mpi-applications) |
| 33 | +* [Building packages](/general/intermediate/building-packages) |
| 34 | + |
| 35 | +### Advanced |
| 36 | +* [HPC Benchmarking: STREAM](/general/advanced/stream_benchmark/StreamTutorial.ipynb) |
24 | 37 |
|
25 |
| -### 🎓 Tutorials |
26 |
| -> #### Beginner |
27 |
| -> * [Markdown](/markdown/README.md) |
28 |
| -> * [Bash](/bash/README.md) |
29 |
| -> * [Git](/git/README.md) |
| 38 | +## 📈 Applications |
| 39 | +* [Paraview](/applications/paraview) |
| 40 | +* [Plexos](/applications/plexos-hpc-walkthrough) |
30 | 41 |
|
31 |
| -> #### Intermediate |
32 |
| -> * [Git](/gpu/README.md) |
33 |
| -> * [HPC Benchmarking: STREAM](/stream_benchmark/StreamTutorial.ipynb) |
| 42 | +## ℹ️ Programming languages |
| 43 | +* [C](/languages/c) |
| 44 | +* [Fortran](/languages/fortran) |
| 45 | +* [Python](/languages/python) |
| 46 | + |
| 47 | +## 🔧 Utilities and Tools |
| 48 | +* [Sample Slurm Batch Scripts](/slurm/README.md) |
| 49 | +* [Workshops and Presentations Hosted by NREL HPC Operations Team](/workshops/README.md) |
34 | 50 |
|
35 |
| -> #### Advanced |
36 |
| -> * [\<PLACEHOLDER\>](/markdown/README.md) |
| 51 | +# Contributing |
| 52 | +Please see our [contribution guidelines](CONTRIBUTING.md) for a rundown on how we'd like the contents of this repository to be formatted. |
0 commit comments