aujxn / rtg_hpc_cookbook

Guides for utilizing Linux HPC at PSU for mathematics researchers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTG HPC Cookbook

A collection of guides and tips for getting started with HPC targeted towards mathematics students at PSU getting started with research computing who have little to no background in working with Linux systems.

Building this book

To build the html locally you must have cargo and mdBook installed.

Getting dependencies

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install mdbook

Clone and build

git clone https://github.com/aujxn/rtg_hpc_cookbook.git hpc_book
cd hpc_book
mdbook build

Check out:

Contributing

Contributions welcome, just submit a merge request through github.

License

MIT

About

Guides for utilizing Linux HPC at PSU for mathematics researchers

License:MIT License