Skip to content
Snippets Groups Projects
Select Git revision
  • 39c018b40a12fdc2ca0f3d73432e892f3800fa8f
  • main default protected
  • hpc_school
  • energy
  • openacc
  • mpi_bugfix
6 results

hpc_school_2024

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    jacobi
    .gitignore
    README.md

    Poisson problem

    The Poisson problem is a simple partial differentual equation (PDE) that is at the core of many applications. The example is useful for desccribing the features of MPI/OpenMP that can be used in solving partial differential equations and other problems that involve decomposition across many processes.

    Authors: Andrea Mignone (mignone@to.infn.it) ---> original version Valentina Cesare (valentina.cesare@inaf.it) ---> developer David Goz (david.goz@inaf.it) ---> developer Giulio Malenza (giulio.malenza@unito.it) ---> developer

    Date : June 2024