Skip to content

Commit

Permalink
Merge pull request #7 from ECP-VeloC/release-0.0.3
Browse files Browse the repository at this point in the history
Add version number to rankstr_mpi.h
  • Loading branch information
gonsie authored Apr 2, 2021
2 parents ada985a + f3eb539 commit ba035d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rankstr_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
extern "C" {
#endif

#define RANKSTR_VERSION "0.0.3"

/** Given a communicator and a string, compute number of unique strings
* across all procs in comm and compute an id for input string
* such that the id value matches another process if and only if that
Expand Down

0 comments on commit ba035d9

Please sign in to comment.