Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangvsa committed Jan 25, 2021
1 parent 78f0b75 commit 5a60126
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ Publications
Change Log
----------

**Recorder 2.2.0** Jan 25, 2021
1. Add support for MPI_Cart_sub, MPI_Comm_split_type, etc.
2. Assign each MPI_Comm object a globally unique id.

**Recorder 2.1.9** Jan 14, 2021
1. Clean up the code
2. Fixed a few memory leak issues
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Recorder], 2.1.9)
AC_INIT([Recorder], 2.2.0)

AC_PROG_CC([mpicc cc])
AC_PROG_CXX([mpicxx CC])
Expand Down
2 changes: 1 addition & 1 deletion lib/recorder-logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define TIME_RESOLUTION 0.000001
#define RECORD_WINDOW_SIZE 3 // A sliding window for peephole compression
#define MEMBUF_SIZE 6*1024*1024 // Memory buffer size, default 6MB
#define VERSION_STR "2.1.9"
#define VERSION_STR "2.2.0"


struct RecorderLogger {
Expand Down

0 comments on commit 5a60126

Please sign in to comment.