Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new simcall to get/set the receiver of a rendez-vous point.
[simgrid.git] / src / smpi /
2012-08-09 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-09 Martin QuinsonVarious hacks to unbench the logging to disk when run...
2012-08-08 Augustin Degommeadd getter/setter functions in simix to access more...
2012-08-08 Augustin Degommeadd missing includes
2012-08-07 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-07 Augustin Degommeadd an "smpi/async_small_thres" configure option to...
2012-08-04 Martin Quinsonand now, get the execution sampling macros work also...
2012-08-04 Martin Quinsondafuk? don't mix seconds and flops!
2012-08-04 Martin Quinsonrewrite the MPI execution sampling facility (previous...
2012-08-04 Martin Quinsonstop being protective against things we cannot deal...
2012-08-04 Martin Quinsonvariable renaming to try to understand this code
2012-08-04 Martin Quinsonmake an error message marginally more understandable...
2012-07-24 Jean-Baptiste HervéAdd an include to avoid a compilation warning
2012-07-12 suterDo the same as before to replay traces with SMPI, but...
2012-07-09 suterAdd what's missing to load traces from SMPI.
2012-07-09 suterno need to add "rank" to the rank (will decrease trace...
2012-06-29 Arnaud GierschDon't mix install and build directories in smpicc.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 Arnaud GierschDon't rely on the non-standard on_exit() function.
2012-06-12 Martin Quinsonthat's perfectly fine to not free that memory on proces...
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-11 Stephane Genaudgcc defines __APPLE__, use this instead APPLE
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-07 pierreHack to compile smpi on Mac (but need to fix;)
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonMerge all public simix headers, and distribute them...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
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 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
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...
next