Skip to content

Commit 990d3d6

Browse files
KevinSayersKevin Sayers
and
Kevin Sayers
authored
Reorg (#4)
Reorganization of repo and addition of Python and Lustre docs Co-authored-by: Kevin Sayers <[email protected]>
1 parent 382ea7c commit 990d3d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+135520
-22
lines changed

README.md

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,48 @@
55
<img src="https://img.shields.io/github/stars/NREL/HPC.svg?style=social">
66
</p>
77

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.
99

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
1113

1214
1. [Login to an NREL HPC system](https://www.nrel.gov/hpc/system-access.html)
1315
2. From your login shell, run `git clone https://github.com/NREL/HPC`
1416
3. View the `README.md` within any directories that interest you, or see the [table of contents](#table-of-contents) below.
1517

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
1819

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)
2027

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)
2437

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)
3041

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)
3450

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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)