Skip to content

Commit

Permalink
Merge pull request #12 from xantares/patch-1
Browse files Browse the repository at this point in the history
add MPI_ERR_ARG
  • Loading branch information
dokempf authored Apr 21, 2023
2 parents d706a5b + 31935c5 commit 48165f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/experimental_unimpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ extern "C"

#define MPI_VERSION 3

#define MPI_ERR_ARG 13
#define MPI_MAX_INFO_KEY 2056
#define MPI_MAX_INFO_VAL 2056

Expand All @@ -26,4 +27,4 @@ extern "C"
}
#endif

#endif
#endif

0 comments on commit 48165f7

Please sign in to comment.