Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix git-version in smpi scripts.
[simgrid.git] / ChangeLog
index ec1a79743c07919a585617aa1ad3b55bd026e46c..1419d43701a050453b9cb3df19dcec3186432550 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,11 @@ SMPI:
    change injected costs for MPI_Recv, MPI_Send and MPI_Isend operations.
    Alternative for smpi/or, smpi/os and smpi/ois configuration options.
 
+XBT:
+ - Function xbt::Extendable::get_data() is now templated with the type of the
+   pointee. Untyped function is deprecated. Use get_data<void>() if you still
+   want to retrieve void*.
+
 Documentation:
  - New section: "SimGrid MPI calibration of a Grid5000 cluster"
    presenting how to properly calibrate MPI communications in SimGrid.