Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MPI_Info_* support.
[simgrid.git] / src / smpi /
2014-11-03 Augustin DegommeAdd MPI_Info_* support.
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-10-31 degommeprovide user-friendly errors when replay encounters...
2014-10-30 degommeSomehow .. we forgot to replay allgather.
2014-10-30 degommeroot should be optional for gather replay (as it is...
2014-10-30 degommeAdd tracing for RMA calls
2014-10-30 degommeprevious commit was a mistake. Handle the case more...
2014-10-30 Augustin Degommedon't push null request back in the dynar
2014-10-30 Augustin Degommewe should not set error flag when wait or test is calle...
2014-10-30 Augustin Degommeavoid code duplication that lead to out-of-date fortran...
2014-10-29 degommesomehow we forgot MPI_REAL datatype C-fortran compatibility
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-21 Augustin DegommeApply patch suggested by fabien Chaix. This avoids...
2014-10-17 Gabriel Corona[smpi+mc] When restoring a snapshot, always remap the...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-06 Augustin DegommeFix bug in keyval delete
2014-10-06 Augustin Degommegive correct pointer when calling delete function
2014-10-06 Augustin Degommeduplicated lines
2014-10-06 Augustin Degommestore the int in a long-enough char array
2014-10-05 degommecleanup, remove some useless functions
2014-10-05 degommeAdd MPI_Type*keyval and MPI_Type*attr functions
2014-10-03 degommeAdd MPI_Comm_*keyval and MPI_Comm*attr functions
2014-10-03 Augustin Degommeactivate some more tests
2014-10-03 Augustin DegommeFix compilation issue
2014-10-03 Augustin DegommeImplement MPI_Keyval_create, MPI_Keyval_free, MPI_Attr_...
2014-10-03 Augustin Degommeprovide new unimplemented signatures for RMA MPI calls
2014-10-02 Augustin Degommevarious fixes about replay and buffer usage
2014-10-02 Augustin DegommeWhen display timing is set, also display global simulat...
2014-10-02 Augustin DegommeChange way replay is handled, to allow cohabitation...
2014-10-02 Augustin Degommethis buffer was not meant to be shared
2014-10-02 Augustin Degommeuse correct free method for buffer
2014-10-02 Augustin Degommeadd MPI_Win_get_group, and activate some tests using...
2014-10-02 Augustin Degommeavoid issues in fortran codes
2014-10-02 Augustin DegommeAdd forgotten MPI_Comm_f2c and MPI_Comm_c2f calls
2014-10-01 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-09-29 Augustin Degommehave last algos use also temporary buffers
2014-09-29 Augustin Degommeadd some more calls to smpi temp buffers allocation...
2014-09-29 Augustin Degommeremove unwanted !
2014-09-28 degommeintercept correctly calls with unitialized communicators
2014-09-27 degommeHave replay always use shared buffers instead of alloca...
2014-09-26 Augustin Degommefor replay and collectives, only allocate buffers once...
2014-09-25 Augustin DegommeAdd an option to have a sleep time before the start...
2014-09-25 Augustin Degommesmall changes to make multiple replay easier
2014-09-23 Augustin Degommeuse barrier from the active selector for replay
2014-09-19 Augustin Degommefix reduce_scatter ompi
2014-09-17 Augustin DegommeWin build does not support mmap, or shared_malloc
2014-09-17 Augustin DegommeImplement MPI_*_c2f MPI_*_f2c functions
2014-09-17 Augustin Degommemissing include
2014-09-17 Augustin Degommeput back sleep time before actual send and recv.
2014-09-17 Augustin Degommedon't set knomial factor for reduce, have it be compute...
2014-09-17 Augustin Degommeadd one algo to the list
2014-09-11 Augustin DegommeFix order of mailbox checking
2014-09-11 Augustin Degommefix build
2014-09-11 Augustin Degommetest for replay - enabling buffer sharing by default...
2014-09-11 Augustin DegommeFix bug in SMPI with permanent receive mode.
2014-09-11 Augustin Degommeupdate algo
2014-09-11 Augustin Degommeresolve conflict
2014-09-11 Augustin Degommechange iprobe in order to allow probing on outgoing...
2014-09-11 Augustin DegommeAdd a little hack to have replay + SMP collectives
2014-09-11 Augustin Degommeleak --
2014-09-11 Augustin Degommedon't use calloc for these buffers
2014-09-11 Augustin Degommewarning --
2014-09-11 Augustin Degommehave replay use correct algorithm selection logic....
2014-09-11 Gabriel Corona[smpi] Restore privatisation mapping smpi_execute()
2014-09-11 Gabriel Corona[smpi] Fix typo when fixing memory allocation (again)
2014-09-11 Gabriel Corona[smpi] Fix typo when fixing memory allocation
2014-09-09 Marion Guthmullermodel-checker : disable smpi bench timer if MC enabled
2014-09-05 Gabriel Corona[smpi] Change parallel arrays into array of structs
2014-09-05 Gabriel Corona[smpi] Simplify code for SMPI privatisation
2014-09-05 Gabriel Corona[smpi] Use SMPI namespace for some public variables...
2014-09-02 Gabriel CoronaAvoid tautological-compare
2014-09-02 Gabriel Corona[smpi] Allow zero-sized custom datatypes with MPI_Type_...
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-29 Gabriel Corona[mc] Fix smpi_process_index_of_smx_process()
2014-08-29 Gabriel CoronaMake the cast explicit in smpi_process_index_of_smx_pro...
2014-08-29 Gabriel Corona[mc] Initalize the SMPI options before creating the...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-21 Augustin Degommeavoid warning by checking index in the right order
2014-08-20 Augustin DegommeAdd settings for Intel MPI with 2,4,8,16 processes...
2014-08-20 Augustin Degommeswitch way old SMP aware algos work, to be closer to...
2014-08-18 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeFix [#17799] : have mpi_group_range_incl and mpi_group_...
2014-08-08 Augustin Degommeleak --
2014-08-07 Augustin Degommesilence (stupid) warnings from clang
2014-08-07 Augustin DegommeAdd Bcast SMP Collectives from MVAPICH2
2014-08-01 Augustin Degommebegin to add bcast MVAPICH collectives selector..
2014-08-01 Augustin Degommewarning --
2014-08-01 Augustin Degommeremove uninitialized warning
2014-08-01 Augustin Degommeremove useless (as for now) code
2014-08-01 Augustin DegommeAdd Scatter SMP collective from MVAPICH2
2014-08-01 Augustin DegommeAdd Reduce SMP collective from MVAPICH2
2014-08-01 Augustin Degommeadd Allreduce SMP collective from MVAPICH2
2014-08-01 Augustin DegommeAdd Allgather SMP collective from MVAPICH2
2014-08-01 Augustin DegommeAdd Gather SMP collective from MVAPICH2
2014-08-01 Augustin Degommeprovide support for SMP in MPI communicators.
2014-08-01 Augustin DegommeMove group_incl code, to allow use by collective algos...
2014-07-28 Augustin Degommeremove warnings
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-28 Augustin Degommethese assertions were a bit strong
2014-07-28 Augustin Degommemake some algorithms return when using bad datatypes
next