Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timmoth/rustyratracerr
Experiments into HPC ray tracing using Rust
https://github.com/timmoth/rustyratracerr
Last synced: 21 days ago
JSON representation
Experiments into HPC ray tracing using Rust
- Host: GitHub
- URL: https://github.com/timmoth/rustyratracerr
- Owner: Timmoth
- Created: 2023-06-06T19:24:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T13:54:10.000Z (about 1 year ago)
- Last Synced: 2023-10-22T14:32:19.544Z (about 1 year ago)
- Language: Rust
- Size: 5.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RustyRatracerr
🧪Experiments into HPC ray tracing using Rust.## About
After having built a 4 node 32 core cluster at home using ex enterprise components I wanted to experiment with high performance computing and needed a computationally expensive task to throw at it.I decided to follow [Ray Tracing In One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html) whilst learning Rust, both are new to me so if you have any feedback I'd highly appreciate it!
[Follow this guide to get slurm & openMpi setup on your cluster](https://glmdev.medium.com/building-a-raspberry-pi-cluster-784f0df9afbd)
```bash
cargo build --release
sbatch ./run.sh
squeue
```