jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module
MIT License
19 stars 1 forks source link

implement group functionality #15

Open jeffhammond opened 1 year ago

jeffhammond commented 1 year ago

Untested, but present:

mpi_group_f.F90:        module procedure MPI_Group_rank_f08
mpi_group_f.F90:        module procedure MPI_Group_size_f08
mpi_group_f.F90:        module procedure MPI_Group_translate_ranks_f08
mpi_group_f.F90:        module procedure MPI_Group_compare_f08
mpi_group_f.F90:        module procedure MPI_Group_union_f08
mpi_group_f.F90:        module procedure MPI_Group_intersection_f08
mpi_group_f.F90:        module procedure MPI_Group_difference_f08
mpi_group_f.F90:        module procedure MPI_Group_incl_f08
mpi_group_f.F90:        module procedure MPI_Group_excl_f08
mpi_group_f.F90:        module procedure MPI_Group_free_f08