Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free memory.
[simgrid.git] / include / smpi / smpi.h
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Augustin Degommesmpi_init_options needs to be public
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-21 Augustin Degommeinclude smpi helpers definitions in smpi.h, to define...
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Augustin Degommefix fortran + ARM 64 bits.
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommemove newly implemented calls out of the 'not yet implem...
2019-08-20 Faure Adrienfix bad private function location
2019-08-20 Faure Adrienexecute_flops now logs compute
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-01 Martin QuinsonMPI: we don't mess with argc/argv anymore nowadays
2019-07-22 Augustin Degommebetter handling of some datatypes in fortran
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-29 Arnaud GierschConst for MPI_Type_struct and MPI_Type_hindexed.
2019-04-27 Arnaud GierschMPI_Address gets const too.
2019-04-26 Augustin Degommemove some calls out of the unimplemented zone
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-26 degommeadd some unimplemented signatures.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-14 Augustin DegommeSkeleton for MPI_IO
2019-04-14 Augustin DegommePretend we support MPI 3.1.
2019-04-14 Augustin DegommeSupport MPI3 datatype MPI_Count
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommemove newly implemented calls outside of the unimplement...
2019-04-05 degommeSpring cleaning : remove manual privatization from...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin Degommefix warnings
2018-09-25 Augustin DegommeHave attributes actually work in fortran... the horror
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Christian Heinrich[SMPI] Make MPI_DATATYPE_NULL a non-null object
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Christian Heinrich[SMPI] Deprecate functions in smpi_dvfs.cpp #278
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-08 Arnaud GierschUse const references to pass vector as parameters.
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-04 degommetry to get rid of warning by defining calls here
2018-04-03 Augustin Degommeprotect against uninitialized/absent smpi
2018-04-03 degommetry to handle getopt internal global variable
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-22 Martin Quinsonseek and destroy more of MSG out of include/
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-07 Martin QuinsonRevert "try harder to get useconds_t from unistd.h"
2018-03-07 Martin Quinsontry harder to get useconds_t from unistd.h
2018-02-05 Arnaud GierschFix comment.
2018-01-24 Christian Heinrich[SMPI] Deprecate smpi_process_index() in v322 instead...
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI/CHANGELOG] Deprecate smpi_process_index()
2018-01-24 Christian Heinrich[SMPI] smpi.h: Remove smpi_process_index() usage in...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Frederic Sutersmpi doesn't know void anymore
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
next