Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```