rookiehpc / rookiehpc.github.io

A website covering major HPC technologies, designed to welcome contributions.
GNU Affero General Public License v3.0
56 stars 12 forks source link

MPI_Cart_create return argument should be a pointer #324

Closed vbharadwaj-bk closed 1 year ago

vbharadwaj-bk commented 1 year ago

On this page, https://rookiehpc.org/mpi/docs/mpi_cart_create/index.html, the MPI communicator returned should be a pointer type MPI_Comm*, not MPI_Comm. See the OpenMPI documentation: https://www.open-mpi.org/doc/v4.1/man3/MPI_Cart_create.3.php

rookiehpc commented 1 year ago

Hi @vbharadwaj-bk,

well spotted, thank you raising it!