Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[routing] kill supurious checks, and reformulate error messages
[simgrid.git] / src / smpi /
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Arnaud Gierschsmpirun: turn error into warning only.
2012-04-02 Arnaud Gierschsmpirun: option -quiet disappeared a long time ago.
2012-04-02 Arnaud Gierschsmpirun.in: various little fixes.
2012-04-02 Martin Quinsonsmpirun: Use the amount of processes in the hostfile...
2012-04-02 Martin QuinsonBasic checks on the arguments provoded to smpirun
2012-04-02 Martin Quinsonsome more doc
2012-03-30 Arnaud GierschAlso connect main log categories.
2012-03-30 Arnaud GierschRemove unused 2nd parameter for XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-02-14 Lucas Schnorr[trace] simulated clock functions to be used by akypuer...
2012-02-09 Arnaud GierschFix segfault in smpi+tracing with detached sends.
2012-02-01 Arnaud Gierschsmpi_mpi_request_free expects an MPI_request*.
2012-02-01 Arnaud GierschThese free's are buggy.
2012-02-01 Arnaud Gierschsmpirun: report exit status.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-22 Lucas Schnorr[trace] fixing some memory leaks in smpi instrumentatio...
2012-01-22 Lucas Schnorr[trace] in SMPI, follow the same start/end interface...
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-16 navarroPut xbt_cfg_register for smpi into surf_config.c file
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix error: passing argument 7 of ‘SIMIX_req_comm_isend...
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-09 Martin Quinsonmake it compile with -Werror by forcing a type casting
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe Thiéryclean_fun is the function that frees the userdata of...
2012-01-05 Christophe ThiérySMPI: don't finish immediately a dsend comm.
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin Quinsonmore verbose debug messages
2011-12-26 Martin Quinsonuse sensible process names (their rank) in SMPI, and...
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsonmore verbose debug around detached sends
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-26 Martin Quinsondocument SMPI configuration items
2011-12-25 Martin Quinsonfix the tests that my cleanups in the config variable...
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Stephane Genauddsend used for small messages
2011-12-12 Mark Stillwellspelling error in comment. very minor.
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-28 Mark Stillwellupdates to smpi_bench and added smpi_calibration
2011-11-25 Mark StillwellMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-11-24 mstillwellgettimeofday also needs to update benchmark info.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Martin Quinsonfurther parser cleanups
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Mark Stillwellfixed minor bug where the Fortran compatibility layer...
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-12 Mark Stillwellfixed smpi gettimeofday -- usecs should always be norma...
2011-09-28 NavarropWe need the same gcc of cmake for smpicc.
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-19 Mark Stillwellfixing some compiler warnings for adding to void pointe...
2011-07-04 Mark Stillwellhaha! problem with call to get_remote_mailbox...code...
2011-07-03 Mark Stillwellfixed several problems in gather, gatherv, allgather...
2011-07-01 Mark Stillwellremoved check that sent/received requests are for the...
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-06-09 Pierre-Nicolas ClaussRevert "Use private mapping (we already have early...
2011-06-08 Pierre-Nicolas ClaussUse private mapping (we already have early unlinking).
2011-06-08 Pierre-Nicolas ClaussUse shared segments to implement SHARED_MALLOC.
2011-06-07 Arnaud GierschRemove unused variables.
2011-06-07 Arnaud GierschUse retval for the return value.
2011-05-26 Mark Stillwelltree_bcast and antibcast don't actually use the root...
2011-05-26 Mark Stillwellchanged match_recv and match_send...They were requiring...
2011-05-26 Mark Stillwellfixed build_tree to enable MPI broadcasts with root...
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] bugfix, parameters were wrong
2011-05-24 Lucas Schnorr[trace] new smpi tracing options
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-17 Pierre-Nicolas ClaussVery basic memoizer.
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-04 Pierre-Nicolas ClaussUse a thread-specific cache variable (make sure to...
2011-05-04 Pierre-Nicolas ClaussUse a global variable to cache the rank of currently...
2011-05-04 Pierre-Nicolas ClaussBe a little more verbose before aborting.
2011-04-28 Lucas Schnorrcheck if smpirun has something to execute
2011-04-28 Lucas Schnorrcreate an usage function to smpirun, check if at least...
2011-04-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-15 Lucas Schnorrnew option for smpirun, group mpi ranks by their location
2011-04-04 Pierre-Nicolas ClaussSome distros need this
2011-04-01 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing call. C-MPI should now compile.
2011-03-31 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing MPI call.
2011-03-31 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussPrograms compiled with smpicc now silently and successf...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-01 piniTentatively use sampling with Fortran.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
next