Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remote support for filling state->internal_comm
[simgrid.git] / src / smpi /
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-22 Martin QuinsonSMPI: info message when the collective algorithm is...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-16 Martin QuinsonHave smpirun, smpicc and friends display the simgrid...
2015-02-16 Martin Quinsonmake smpirun guess the hostfile for cluster tags too
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-01-26 Martin Quinsoneven more informative error message
2015-01-25 Martin Quinsonmore informative error message in some obscure error...
2015-01-20 sutermore verbose output following a weird crash on my laptop
2014-12-19 Gabriel Corona[mc] Add some FIXMEs for cross-process support
2014-12-08 degommebashism -- (fix https://bugs.debian.org/cgi-bin/bugrepo...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Christian HeinrichFixed return values for several MPI_WIN functions
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-06 Augustin DegommeAdd a mutex to lock access to the SMPI mailboxes when...
2014-12-06 Augustin DegommeRevert "Avoid using simcalls here, as by descheduling...
2014-12-05 Augustin DegommeAdd MPI_Win_post, MPI_Win_start, MPI_Win_complete,...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-02 Augustin DegommeAvoid using simcalls here, as by descheduling the proce...
2014-12-02 Augustin Degommetypos-=2
2014-12-02 Augustin Degommeavoid problem when freeing pointer with lb!=0
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-18 degommeprotect these calls to smpi_datatype_size as they are...
2014-11-17 degommeFix problem with unknown datatypes in replay/tracing.
2014-11-17 degommeThere should not be msg datatypes here
2014-11-13 Gabriel Corona[mc] Disable timer in MC
2014-11-07 Augustin DegommeSimplify use of dict for smpi attr handling.
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Augustin Degommeadd mpi_info_* support to fortran, and activate relevan...
2014-11-06 Augustin DegommeAdd mpi_info support for rma calls
2014-11-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-11-03 Augustin DegommeAdd preliminary support for MPI_Pack, MPI_Pack_size...
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()
next