File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include_directories(${PROJECT_BINARY_DIR})
6
6
#------------------------------------------------------------------------------
7
7
set (RECORDER_VERSION_MAJOR "2" )
8
8
set (RECORDER_VERSION_MINOR "3" )
9
- set (RECORDER_VERSION_PATCH "2 " )
9
+ set (RECORDER_VERSION_PATCH "3 " )
10
10
set (RECORDER_PACKAGE "recorder" )
11
11
set (RECORDER_PACKAGE_NAME "RECORDER" )
12
12
set (RECORDER_PACKAGE_VERSION "${RECORDER_VERSION_MAJOR} .${RECORDER_VERSION_MINOR} .${RECORDER_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ Change Log
232
232
1. Still require a RECORDER\_ WITH\_ NON\_ MPI hint for non-mpi programs.
233
233
2. Add a singal handler to intercept SIGTERM and SIGINT.
234
234
3. Allow setting buffer size
235
+ 4. Fix timestamps in Chrome trace conversion
235
236
236
237
** Recorder 2.3.2** Jan 18, 2022
237
238
1. Can handle both MPI and non-MPI programs without user hint.
You can’t perform that action at this time.
0 commit comments