From: Augustin Degomme Date: Tue, 25 Sep 2018 10:38:51 +0000 (+0200) Subject: Update changelog X-Git-Tag: v3_21~36 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f016ebc430e1b15ce86463550b2ab0385a4f25f7 Update changelog --- diff --git a/ChangeLog b/ChangeLog index 08f526611e..3ecc22e443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,17 @@ XBT: - Remove portability wrapper to condition variables - Remove xbt_os_thread_yield() +SMPI: + - MPICH collective selector now mimics MPICH 3.3b + - OpenMPI collective selector now mimics OpenMPI 3.1.2 (default "tuned" setting) + - MPI_Init(NULL,NULL) is now allowed + - smpi/wtime option now injects time in gettimeofday or clock_gettime calls + - Command-line arguments should now be handled properly in Fortran simulations + - MPI Attributes and related callbacks should work in Fortran + - Apps using C + Fortran should now work + - MPI_* calls now check for non MPI_SUCCESS return values and emit warnings + - Support MPI_Error_String + Java: - Due to an internal bug, Msg.run() must now be your last line. We hope to fix it in a future release, and we are sorry for the inconvenience.