Emerging Technologies: Rust in HPC

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • eurocc_cfd

    CFD code in Rust, C, and Fortran

  • Here is the github provided by the author: https://github.com/lmoran94/eurocc_cfd

  • SciPy

    SciPy library main repository

  • if that makes your eyes bleed, what do you think about this? https://github.com/scipy/scipy/blob/main/scipy/special/specfun/specfun.f (heh)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rustpde-mpi

    Spectral method direct numerical simulations package with mpi support

  • The report is somewhat in line with my experience. Rayon is ok for a few threads (<50), beyond that the execution time doesn't really scale well anymore unfortunately. This is too little for many HPC applications in fluid simulations. I had a fluid solver once parallelized with MPI and it had more or less optimal scaling for 1000+ processors and was also on par with codes written in C and Fortran, but I didn't compare it 1:1. Here is the mpi code. (It's a bit rough though and certainly not perfect) https://github.com/preiter93/rustpde-mpi

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts