Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of v3.23.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Apr 2019 09:17:48 +0000 (11:17 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Apr 2019 09:20:25 +0000 (11:20 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
sonar-project.properties

index bb459f9..ad1dd5b 100644 (file)
@@ -92,8 +92,8 @@ endif()
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "22")
 
 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
 
 
 set(SIMGRID_VERSION_DATE  "2019") # Year for copyright information
 
index c2cb83f..0fa7201 100644 (file)
--- 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).
 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).
    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 <host> and <peer>, 'availability_file' is now 'speed_file'.
 
 XML
  - In <host> and <peer>, 'availability_file' is now 'speed_file'.
@@ -43,16 +47,16 @@ MSG:
    The implementation was ways too messy to actually work, I guess.
 
 SMPI:
    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.
    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
    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:
    allow MPI_THREAD_MULTIPLE) : MPI_Grequest_complete, MPI_Grequest_start
 
 XBT:
diff --git a/NEWS b/NEWS
index 7a4071f..144460b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+                    _               _____  ____  _____
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ /
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | |_ \
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ ___) |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
+               (not released)
+
                     _               _____  ____  ____
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | __) |
                     _               _____  ____  ____
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | __) |
index 18435dc..ffffe01 100644 (file)
@@ -35,9 +35,9 @@ copyright = u'2002-2019, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
 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
 # The full version, including alpha/beta/rc tags
-release = u'alpha 3.22'
+release = u'alpha 3.23'
 
 
 # -- General configuration ---------------------------------------------------
 
 
 # -- General configuration ---------------------------------------------------
index 3f074ea..b6c12aa 100644 (file)
@@ -3,7 +3,7 @@
 
 sonar.projectKey=simgrid
 sonar.projectName=SimGrid
 
 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
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues