Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto: don't speak of s4u processes (but actors)
[simgrid.git] / src /
2018-09-10 Martin QuinsonDTD: remove the last occurence of <gpu>
2018-09-10 Martin QuinsonFix the DTD to not allow to mix internal node content...
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-03 Martin Quinsontry to fix windows builds
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-08-29 Martin Quinsonfix maestro-set
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 Quinsonsonar
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 Quinsonimprove debug messages and error reporting
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-08-28 Augustin Degommeupdate ompi selector as well with "recent" version
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
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 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 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 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 QuinsonMerge the content of xbt::WithContextException into...
2018-08-25 Martin QuinsonPlease people, stop including internal_config.h in...
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 Quinsonrename xbt::WithContextException into xbt::ContextedExc...
2018-08-24 Martin Quinsonrename fields to end with _
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-24 Martin Quinsonnew function: Activity::wait_until()
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-24 Martin QuinsonNew function: s4u::Activity::test()
2018-08-24 Martin Quinsonnew function: Host::exec_async
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin QuinsonMark actors as auto_restart when recreating them on...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-15 Frederic Suterauto-restart daemons as daemons (untested)
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
2018-08-13 Martin Quinsonon actor_restart, add it into the real map, not into...
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-12 Martin QuinsonMerge pull request #290 from kovin/master
2018-08-12 Martin Quinsoncosmetics
2018-08-11 Kevin PiotrkowskiAdd method to check if a mailbox has a message ready...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschForgot that ifort needs argv to stay alive.
2018-08-10 Arnaud GierschAnother try to fix memory leaks in smpi_run_entry_point.
2018-08-10 Arnaud GierschVariables are not used with SMPI_FORT.
2018-08-10 Arnaud GierschDisable unused copy constructor (cppcheck).
2018-08-10 Arnaud GierschFix includes.
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschFix build without smpi.
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Arnaud GierschDead store.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI] Remove TRACE_smpi_send_process_data_in & _out
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[DVFS] Use accessors instead of fields
2018-08-08 Christian Heinrich[DVFS] Make sure pstate is never smaller than minimum
2018-08-08 Christian Heinrich[DVFS] Also allow max_pstate/min_pstate options on...
2018-08-08 Christian Heinrich[DVFS] Simplify by removing a variable
2018-08-08 Christian Heinrich[DVFS] Support min/max pstate ranges
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/DVFS] Add Adagio DVFS
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[DVFS] Assert that get_name() doesn't change the object
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-08 Frederic Suteradd the Storage::read_async and Storage::write_async...
2018-08-07 Arnaud GierschFields are private.
2018-08-07 Frederic Sutersplit a function in two and kill it
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-06 Martin Quinsonvarious doc fixes
next