Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-03-20 degommeUpdate changelog
2017-03-20 Martin QuinsonVM migration: don't send with timeout because the recei...
2017-03-20 degommeActivate Win_lock/unlock tests
2017-03-20 degommeSimple MPI_Win_lock and MPI_Win_unlock implementation.
2017-03-20 degommeactuvate few more working rma tests
2017-03-20 degommeleaks --
2017-03-20 degommeNetcards actually got removed, so these leaks are gone
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-19 degommeThis regexp excluded some files showing errors from...
2017-03-19 degommeBetter with the new files
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-19 degommesay goodbye to smpi_base.cpp .. It was made quite empty...
2017-03-18 degommeIntroduce smpi::Process
2017-03-16 degommeleak -- ?
2017-03-16 degommesmells --
2017-03-16 degommeUpdate changelog
2017-03-16 Martin QuinsonAlso ignore the 'avoid # and ##' rule in *.hpp
2017-03-16 Frederic SuterRevert "further cleanups"
2017-03-16 Frederic SuterRevert "was a bit too eager"
2017-03-16 Frederic Suterwas a bit too eager
2017-03-16 Frederic Suterfurther cleanups
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterbetter than static casting, use a container
2017-03-16 Frederic Suterstatic casting
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-16 Frederic Suterfactor line reading and action handling
2017-03-16 Martin Quinsonsmpi: regenerate tracing overloads after the recent...
2017-03-16 degommeToo advanced syntax for gcc 4.8, default to some other ...
2017-03-16 degommereverse alias type in config (reduce_scatter is the...
2017-03-16 degommemore macros to avoid duplications ..
2017-03-16 degommePlease sonar. Hopefully a lot.
2017-03-16 Martin Quinsontesh: woops, fix java and smpi tests
2017-03-16 Martin QuinsonFix various tesh bugs
2017-03-16 Martin Quinsontesh: timeout *= 10 when run on jenkins (for the dynami...
2017-03-16 Martin Quinsonsonar: ignore the MPI collectives in their new locations
2017-03-16 Martin Quinsona bit of cosmetics in this doc
2017-03-16 degommeremove useless unspecialized template which was causing...
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suter3 more smells
2017-03-15 degommeMore template based factorization
2017-03-15 degommeoops, wasn't supposed to change that
2017-03-15 Frederic Suterfix newly introduced bug and smells
2017-03-15 degommeactivate new mpich tests as we support new functions...
2017-03-15 degommeExpand the Keyval mechanism to Win.
2017-03-15 degommeMove Keyval handling to a new file, as it is shared...
2017-03-15 degommeFactorize keyval handling for Comm and Datatype (Win...
2017-03-15 Martin Quinsonreally increase a timeout value
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suteravoid double to size_t to double
2017-03-15 Martin Quinsontravis: try to run sonar even if some tests are broken
2017-03-15 Martin Quinsonfix windows build
2017-03-15 Martin Quinsondoc: add a link to the IRC webchat
2017-03-15 Frederic Suterfix 32-bit issues?
2017-03-15 Frederic Sutersimplify the s4u version of actions-comm to use s4u
2017-03-15 Martin Quinson%ZUt, again
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-15 Martin Quinsonincrease a timeout value
2017-03-15 Christian Heinrich[INCLUDES] Fix paths for includes in smpi.h
2017-03-14 degommeRequalify tesh for automatic testing.
2017-03-14 degommebad merge
2017-03-14 degommeSome cleanups, some smells
2017-03-14 degommehide this from users
2017-03-14 degommeSimplify, cleanup, remove useless bits, and some files.
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
2017-03-14 degommeMove collective algorithms to separate folders
2017-03-14 Christian Heinrich[EXAMPLES] Added an example for the HostLoad plugin
2017-03-14 Christian Heinrich[PLUGIN] Added the HostLoad plugin
2017-03-14 Frederic Sutercorrect/remove include of rename xbt/replay.h
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Martin Quinsonplease sonar: specify that these functions are not...
2017-03-13 Frederic Suterdumb me.
2017-03-13 Frederic Suterunperfect and uncomplete C++ization of xbt_replay....
2017-03-13 Martin Quinsoncosmetics
2017-03-13 Martin Quinsontiny update to the doc on how to add tests
2017-03-13 Frederic Suterxbt_str_split --
2017-03-13 Frederic Suterplease sonar and override finalize methods
2017-03-13 Frederic Sutera switch with only one case is an if
2017-03-13 Frederic Suterremove some useless typedefs
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Frederic Suterminor bugs and smells
2017-03-13 Frederic Suterxbt_sr_parse to std::sto
2017-03-13 Martin Quinsonfix out of tree builds
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin Quinsongive s4u::Actor a cname() method
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-13 Martin Quinsonmove an example from teshsuite to examples
2017-03-12 Martin Quinsontry to fix some supurious failures with Thread san
2017-03-12 Martin Quinsonplug a memleak
2017-03-12 Martin Quinsonplease sonar on recent SMPI++ code
2017-03-11 Martin Quinsoncosmetics
2017-03-11 degommeuse/unuse -> ref/unref
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-11 degommeDon't pretend we support types we don't actually support.
2017-03-11 degommeFinally free MPI_Info from the dreaded smpi_pmpi.cpp...
2017-03-10 Martin Quinsonavoid a stupid namespace clash: daemon() already exist...
2017-03-10 Martin Quinsonfix 32bits builds
next