Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gosh, this shitty code is even dupplicated!
[simgrid.git] / src / smpi /
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Gabriel Corona[smpi] Get rid of "smpi-run -foreground"
2016-02-09 Martin Quinsonplug another similar memleak. The solution is not nicer
2016-02-08 Martin QuinsonIntroduce DTD v4
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsongreatly reduce the amount of atoi in our codebase
2016-02-07 Martin Quinsonset the output params even when the input params are...
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-07 Martin Quinsonrename a struct to obey the C++ One Definition Rule...
2016-02-07 Martin Quinsonhunt down other occurences of _Bool
2016-02-07 Martin Quinsonclang does not define _Bool in C++, so use bool instead
2016-02-07 Martin Quinsoncompile SMPI as C++ source
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 Frederic Suterattempt to remove oudated coccinelle stuff
2016-02-05 Frederic Suterprivatization with coccinelle is outdated
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 Christian Heinrich[SMPI] Renamed option send_is_detached_thres to send_is...
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonframe a concept of execution, that will become a s4u...
2016-01-21 degommeUsing openMPI selector in this case possibly led to...
2016-01-20 degommedrop n-ary bcast/barrier that was not actually working...
2016-01-20 degommeSome weird codes actually call MPI_Init from C, then...
2016-01-20 degommeanother fix to avoid issues with .f or .F in f77
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 degommeHmm, that was a lie.
2016-01-20 degommebe careful never to change the case of the extension...
2016-01-19 degommeMake all predefined MPI_Datatype const
2016-01-19 degommeOops
2016-01-19 degommeWarn at build, and die painfully at execution time...
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-19 Lucas Mello Schnorr[action replay] verify optional parameters at the same...
2016-01-19 Lucas Mello Schnorr[action replay] check second optional parameter before...
2016-01-19 Lucas Mello Schnorr[action replay] fix allgather optional parameter parsing
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters in...
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters at...
2016-01-19 Lucas Mello Schnorr[action replay] independent parsing for two optional...
2016-01-19 Lucas Mello Schnorr[action replay] check parameters for all to all operation
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Frederic Suteronly test 5th field if 4th exists
2016-01-18 Frederic Suterreturn the allocated buffer not that of the previous...
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 degommenot for windows' eyes
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin QuinsonDo the Right Thing for the host_(get/set)_pstate
2015-12-11 Luka Stanisic[starpu] using segment index only when there is a priva...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Fix SMPI+MSG
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-04 Luka StanisicApplying (modified) Samuel's PATCH from 16.09.2015
2015-12-03 Luka Stanisicmodified [PATCH] Added functions to get SMPI's data...
2015-12-03 swhatelsemodified [PATCH] Allow multiple call to MPI_Init and...
2015-12-03 Luka Stanisicmodified [PATCH] Privatize data segment for SMPI proces...
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Gabriel Corona[smpi] Use virtual memory layout to find the data segment
2015-11-05 Martin Quinsoninline another getter simcall: host_get_nb_pstates
2015-11-04 Christian Heinrich[SMPI] Renamed smpi/async_small_thres to smpi/async_sma...
2015-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-02 Martin Quinsoninline two more simcalls: host_get_pstate and host_get_...
2015-10-31 Martin Quinsonmake it easier to ignore SMPI temp files, and do so...
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 degommehandle MPI_WIN_NULL in fortran
2015-10-23 degommemake tracing work better with gatherv and scatterv
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-15 Christian Heinrich[SMPI] Indentation..
2015-10-15 Christian Heinrich[SMPI] Fixed wrong output
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-09 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-09 Martin QuinsonMerge pull request #30 from fernandodeperto/bugfix...
2015-10-09 Fernando MendoncaFix duplicate PTP messages when tracing/smpi/internals...
2015-10-09 Christian Heinrich[SMPI] Fixed output alignment for display_timing option
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaFix unintialized variables
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in smpi
2015-09-21 Christian Heinrich[SMPI] Grammar...
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel CoronaMerge remote-tracking branch 'origin2/master'
2015-09-07 Gabriel CoronaUse env to find script interpreters
2015-08-27 Martin QuinsonMerge branch 'master' into S4U
2015-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-27 Gabriel Corona[smpi] Fix compilation
2015-08-27 Gabriel Corona[smpi] Avoid locking the mutex when it's not needed
2015-08-25 Gabriel Coronasmpirun: Option to run the child in foreground
2015-08-25 Gabriel Coronasmpirun: Raise the same signal we received
2015-08-24 Gabriel Coronasmpirun: cleanup files and children before dying
2015-08-16 Martin QuinsonMerge branch 'master' into S4U
2015-08-16 Martin Quinsonuniformize simcall_comm_send() and simcall_comm_recv()
2015-08-16 Martin Quinsonspellcheck
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
next