From 62d39371e58b7640d50f64baa6a29ae4b35320c1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 2 Apr 2019 11:17:48 +0200 Subject: [PATCH] Start the dev of v3.23. --- CMakeLists.txt | 4 ++-- ChangeLog | 12 ++++++++---- NEWS | 7 +++++++ docs/source/conf.py | 4 ++-- sonar-project.properties | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb459f9507..ad1dd5bf84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,8 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "22") -set(SIMGRID_VERSION_PATCH "0") -# set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_PATCH "90") +set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index c2cb83f282..0fa7201068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +SimGrid (3.23) NOT RELEASED (Release Target: June 21. 2019, 15:54 UTC) + +---------------------------------------------------------------------------- + SimGrid (3.22) April 1. 2019 The Easter Chrismas Release (this one is somewhat late). @@ -20,7 +24,7 @@ General: with the Boost.Stacktrace library. You won't see your backtraces without this optional dependency. - Bump cmake dependency to 3.5 (provided by Ubuntu 16.04). - - Stop setting random seed with srand() at initialization. + - Stop setting random seed with srand() at initialization. XML - In and , 'availability_file' is now 'speed_file'. @@ -43,16 +47,16 @@ MSG: The implementation was ways too messy to actually work, I guess. SMPI: - - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache + - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache too often and provide more accurate timings. - Add -gdb, -lldb, and -vgdb shortcuts to help debug MPI codes with smpirun - MPI_Alltoallw support - Partial MPI nonblocking collectives implementation: MPI_Ibcast, MPI_Ibarrier, MPI_Iallgather, MPI_Iallgatherv, MPI_Ialltoall, MPI_Ialltoallv, MPI_Igather, MPI_Igatherv, MPI_Iscatter, MPI_Iscatterv, MPI_Ialltoallw. - - MPI_Request_get_status, MPI_Status_set_cancelled, MPI_Status_set_elements + - MPI_Request_get_status, MPI_Status_set_cancelled, MPI_Status_set_elements support - - Basic implementation of generalized requests (SMPI doesn't + - Basic implementation of generalized requests (SMPI doesn't allow MPI_THREAD_MULTIPLE) : MPI_Grequest_complete, MPI_Grequest_start XBT: diff --git a/NEWS b/NEWS index 7a4071f04d..144460b34e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ + _ _____ ____ _____ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ \|___ / +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | |_ \ + \ V / __/ | \__ \ | (_) | | | | ___) | / __/ ___) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|____/ + (not released) + _ _____ ____ ____ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \|___ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | __) | diff --git a/docs/source/conf.py b/docs/source/conf.py index 18435dc172..ffffe01528 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,9 +35,9 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'alpha 3.22' +version = u'alpha 3.23' # The full version, including alpha/beta/rc tags -release = u'alpha 3.22' +release = u'alpha 3.23' # -- General configuration --------------------------------------------------- diff --git a/sonar-project.properties b/sonar-project.properties index 3f074eaf82..b6c12aab19 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.projectKey=simgrid sonar.projectName=SimGrid -sonar.projectVersion=3.22 +sonar.projectVersion=3.22.90 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1