Skip to content

Commit 5a60126

Browse files
committed
Update version to 2.2.0
1 parent 78f0b75 commit 5a60126

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Publications
128128
Change Log
129129
----------
130130

131+
**Recorder 2.2.0** Jan 25, 2021
132+
1. Add support for MPI_Cart_sub, MPI_Comm_split_type, etc.
133+
2. Assign each MPI_Comm object a globally unique id.
134+
131135
**Recorder 2.1.9** Jan 14, 2021
132136
1. Clean up the code
133137
2. Fixed a few memory leak issues

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Recorder], 2.1.9)
1+
AC_INIT([Recorder], 2.2.0)
22

33
AC_PROG_CC([mpicc cc])
44
AC_PROG_CXX([mpicxx CC])

lib/recorder-logger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define TIME_RESOLUTION 0.000001
1010
#define RECORD_WINDOW_SIZE 3 // A sliding window for peephole compression
1111
#define MEMBUF_SIZE 6*1024*1024 // Memory buffer size, default 6MB
12-
#define VERSION_STR "2.1.9"
12+
#define VERSION_STR "2.2.0"
1313

1414

1515
struct RecorderLogger {

0 commit comments

Comments
 (0)