From: Augustin Degomme Date: Mon, 3 Nov 2014 14:13:40 +0000 (+0100) Subject: update gitignore and changelog X-Git-Tag: v3_12~732^2~236^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1eee46b8f37fbe322d14ea19ca2a7c51089c0e24?ds=sidebyside update gitignore and changelog --- diff --git a/.gitignore b/.gitignore index 5f4bffc9ec..9b60988c54 100644 --- a/.gitignore +++ b/.gitignore @@ -835,6 +835,13 @@ teshsuite/smpi/mpich3-test/group/grouptest teshsuite/smpi/mpich3-test/group/grouptest2 teshsuite/smpi/mpich3-test/group/gtranks teshsuite/smpi/mpich3-test/group/gtranksperf +teshsuite/smpi/mpich3-test/info/infodel +teshsuite/smpi/mpich3-test/info/infodup +teshsuite/smpi/mpich3-test/info/infomany +teshsuite/smpi/mpich3-test/info/infomany2 +teshsuite/smpi/mpich3-test/info/infoorder +teshsuite/smpi/mpich3-test/info/infotest +teshsuite/smpi/mpich3-test/info/infovallen teshsuite/smpi/mpich3-test/init/attrself teshsuite/smpi/mpich3-test/init/exitst1 teshsuite/smpi/mpich3-test/init/exitst2 diff --git a/ChangeLog b/ChangeLog index 12ba249ed4..edea97f094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ SimGrid (3.12) NOT RELEASED; urgency=low - MPI_Keyval*, MPI_Attr* functions, as well as MPI_Comm_attr*, MPI_Type_attr* variants (C only, no Fortran support yet) - MPI_Type_set_name, MPI_Type_get_name - MPI_*_c2f and MPI_*_f2c functions + - MPI_Info_* functions (beware, get_nthkey may not follow the insertion order) - Activate a lot of new tests from the mpich 3 testsuite * Features - Constant times can be injected inside MPI_Wtime and MPI_Test through options smpi/wtime and smpi/test