Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-09-17 Martin Quinsoncosmetics on the graphical TOC
2018-09-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-14 Martin Quinsonfix sectionning and one typo
2018-09-14 Arnaud LegrandGraphical representation of example platforms
2018-09-12 Martin QuinsonSMPI tuto: Start stealing content from SMPI courseware
2018-09-11 Martin Quinsontuto smpi: add a picture explaining how it works
2018-09-11 Martin Quinsonallow to have hidden/shown code blocks in the doc
2018-09-11 Arnaud GierschAdd an assert/fixme around Actor::set_auto_restart.
2018-09-11 Arnaud GierschUse a std::vector for actors_at_boot_.
2018-09-11 Martin Quinsonstart the SMPI tuto
2018-09-11 Arnaud GierschTypo.
2018-09-10 Martin Quinsontuto: don't speak of s4u processes (but actors)
2018-09-10 Martin Quinsondocs: simplify and document that file
2018-09-10 Martin Quinsonkilling trailing whitespaces on png files is not cleaver
2018-09-10 Martin QuinsonDTD: remove the last occurence of <gpu>
2018-09-10 Martin Quinsontesh: informative message for another error condition
2018-09-10 Martin QuinsonFix the DTD to not allow to mix internal node content...
2018-09-10 Martin Quinsonfix the SMPI tests that mandate smpi/wtime == 0
2018-09-10 Martin Quinsonalign doc and code on a more sensible value
2018-09-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-09-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-10 Martin QuinsonImprove option smpi/wtime
2018-09-10 Augustin DegommeAllow insertion of time inside gettimeofday and clock_g...
2018-09-10 Martin Quinsonmove smpi_mpi_wtime near to the other time-related...
2018-09-06 Martin Quinsondont use send/receive on mailboxes, but put/get
2018-09-05 FREDERIC SUTERUpdate app_s4u.rst
2018-09-05 FREDERIC SUTERUpdate application.rst
2018-09-03 Martin Quinsontry to fix windows builds
2018-09-03 FREDERIC SUTERUpdate intro_yours.rst
2018-09-03 Augustin DegommeMultiply memset size by size of element in umpire.
2018-09-03 FREDERIC SUTERUpdate intro_install.rst
2018-09-03 FREDERIC SUTERUpdate intro_concepts.rst
2018-09-03 Martin Quinsonfix make distcheck
2018-09-03 Martin QuinsonSomehow fix the killing of actors in Java
2018-09-02 Martin Quinsoncosmetics while debuging backtraces
2018-09-02 Martin Quinsonjava: obey our coding standard
2018-09-02 Martin Quinsondon't catch an exception that is never thrown
2018-09-02 Martin Quinsonjava: cosmetics
2018-09-01 Martin Quinsonthat was converted to sphinx
2018-09-01 Martin QuinsonRemove the deprecated 'state' attribute from the doc
2018-09-01 Martin Quinsondocs: write the overall section of 'Applications'
2018-08-31 Martin Quinsonsphinx: one warning less
2018-08-30 Martin QuinsonBummer. Really fix out of tree builds (I hope)
2018-08-30 Martin Quinsonfix out of tree builds
2018-08-29 Martin Quinsonfix maestro-set
2018-08-29 Martin Quinsondisable the platform-failure tests for now, sorry
2018-08-29 Martin Quinsonkill a superseeded sub-test, and fix another one
2018-08-29 Martin Quinsonfix make dist
2018-08-29 Martin Quinsonthis test is superseeded by activity-lifecycle
2018-08-29 Martin Quinsonsimplify the actor finalization a tiny bit by using...
2018-08-29 Martin QuinsonConvert all xbt_ex(network_error) throwing locations
2018-08-29 Martin Quinsontypo
2018-08-29 Martin Quinsonsonar
2018-08-29 Martin Quinsonwoops
2018-08-29 Martin Quinsonfix 32b builds
2018-08-29 Martin Quinsonplease sonar on rethrow
2018-08-29 Martin QuinsonDisplay a msg when contexts are killed by uncatched...
2018-08-29 Martin QuinsonLet's exhaustively test the activity lifecycle
2018-08-29 Martin Quinsonimprove debug messages and error reporting
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-08-28 Augustin Degommeupdate doc
2018-08-28 Augustin DegommeSwitch to ompi for umpire tests.
2018-08-28 Augustin Degommeupdate ompi selector as well with "recent" version
2018-08-28 Augustin DegommeRequalify automatic tesh, as another algorithm is used...
2018-08-28 Augustin Degommeupdate doc with new algo
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
2018-08-28 Martin Quinsoncircleci: do not optimise builds, you're supposed to...
2018-08-28 Augustin DegommeFix https://github.com/simgrid/simgrid/issues/294
2018-08-26 Martin QuinsonNot sure of why it helps now
2018-08-26 Martin Quinsonfix travis builds
2018-08-26 Martin Quinsonstrenghten this test
2018-08-26 Martin QuinsonMSG_process_sleep should intercept HostFailureException...
2018-08-26 Martin QuinsonWhen the host dies, the actor need an exception even...
2018-08-26 Martin Quinsonsome compilers cannot see that this value is initialize...
2018-08-26 Martin QuinsonDo not throw exception in maestro when host->is_off...
2018-08-26 Martin Quinsonconvert some xbt_ex(tracing_error) into xbt_assert
2018-08-26 Martin Quinsonimplement THROW_IMPOSSIBLE and THROW_UNIMPLEMENTED...
2018-08-25 Martin Quinsonconvert a xbt_ex(arg_error) into a std::invalid_argument
2018-08-25 Martin Quinsondeprecate SIMIX_process_throw for ActorImpl::throw_exce...
2018-08-25 Martin Quinsonconvert xbt_ex(timeout_error) catching locations to...
2018-08-25 Martin QuinsonDo not swallow exceptions I don't know
2018-08-25 Martin QuinsonDo not convert TimeoutError to xbt_ex(timeout) in case...
2018-08-25 Martin Quinsonconvert all xbt_ex(timeout_error) throwing locations...
2018-08-25 Martin Quinsonconvert all xbt_ex(host_error) catching locations to...
2018-08-25 Martin QuinsonReplace all xbt_ex(host_error) throwing location with...
2018-08-25 Martin Quinsonconvert some catch locations to simgrid::HostFailureExc...
2018-08-25 Martin Quinsonallow to pass a std::string as message to Exceptions
2018-08-25 Martin QuinsonThis is our first modern exception. How stirring!
2018-08-25 Martin QuinsonMake HostFailureException compatible with the old xbt_e...
2018-08-25 Martin QuinsonMake the future simgrid::*Exception inherit of legacy...
2018-08-25 Martin QuinsonMerge the content of xbt::WithContextException into...
2018-08-25 Martin QuinsonPlease people, stop including internal_config.h in...
2018-08-25 Martin Quinsonfix make dist
2018-08-25 Martin QuinsonMerge the content of xbt/exception.hpp into simgrid...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmove xbt::Backtrace to its own file
2018-08-24 Martin Quinsonrename xbt::WithContextException into xbt::ContextedExc...
2018-08-24 Martin Quinsontypo
2018-08-24 Martin Quinsonrename fields to end with _
2018-08-24 Martin Quinsonremove an unused class around exceptions
next