X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9516d7a04d23868cf7f42b954864be6aacad75d7..50ec1cbe32d1c44803b1f665c26288a711ccef90:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0dbb14ed94..985ace680c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,9 @@ S4U: Models: - Improved the usability of ns-3. Several bugs were ironed out. + - Introduce an experimental Wifi model. It sounds reasonable + according to the state of the art, but it still has to be properly + validated, at least against ns-3. MSG: - convert a new set of functions to the S4U C interface and move the old MSG @@ -28,13 +31,15 @@ MSG: SMPI: - Fortran bindings for DVFS have been removed. - - Add support for MPI_Irsend, MPI_Rsend, MPI_Rsend_init + - Add support for MPI_Irsend, MPI_Rsend, MPI_Rsend_init, MPI_Bsend, + MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_attach, MPI_Buffer_detach - SMPI can now be selected by cmake's find_module(MPI) with MPI_C_COMPILER, MPI_CXX_COMPILER, MPI_Fortran_COMPILER variables. - Add support for MPI Errhandlers in Comm, File or Win. Default errhandler is now MPI_ERRORS_ARE_FATAL, so codes which were sending warnings may start failing. Model-Checker: + - Use the included xxHash as an hash implem when C++14 is usable. - Option model-checker/hash was removed. This is always activated now. - New option smpi/buffering controls the MPI buffering in MC mode. - MPI calls now MC_assert() that no MPI_ERR_* code is returned. @@ -55,6 +60,7 @@ Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests): - FG!15: execute_flops now logs compute - FG!16: Fix the ns-3 bindings when several flows are simultaneously finishing - FG!17: ns-3: unblock the right number of communications + others issues + - FG!18: Improving the performance of the ns-3 bindings ----------------------------------------------------------------------------