Skip to content

Releases: danielegiulianini/hpp-hpc

Release version 0.1.0

13 Jan 20:41
Compare
Choose a tag to compare
Release version 0.1.0 Pre-release
Pre-release

This release includes:

  • a parallelized implementation for improved performance of the Hardy–Pomeau–Pazzis (HPP) cellular automaton using OpenMP;
  • an Open MPI version of the automaton using synchronous MPI_SendRecv;
  • an Open MPI version using asynchronous MPI_Isend;
  • a Dockerfile for facilitating deployment.