Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New callback: simgrid::s4u::onPlatformCreated (right before the simulation start)
[simgrid.git] / src /
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 degommeAdd some missing types for MPI operators.
2017-02-01 Martin Quinsonoptimize this vector traversal
2017-02-01 Martin Quinsontry to gather more info on this error situation
2017-02-01 Martin QuinsonComment a particularly ... inventive code path
2017-02-01 Martin Quinsonfix NS3 builds
2017-02-01 Martin Quinsoncosmetics
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-31 Martin Quinsonlet the users know about config changes concerning...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-28 Martin Quinsonadapt simcall.py to recent code reorg in MC
2017-01-28 Martin Quinsonour semaphore cannot be unlimited since GRAS is gone...
2017-01-27 Martin Quinsonjava: kill obscure NativeException
2017-01-26 Martin QuinsonMake MSG_process_yield visible from java, and test it
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-26 Martin Quinsonfix a memleak in Java VM when the used did not manually...
2017-01-26 Martin QuinsonMC: cosmetics
2017-01-25 Martin QuinsonMC: comment, rename stuff, don't change anything profund
2017-01-25 Martin Quinsonreduce the amount of mallocs and use space on the stack
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-23 Matthieu Volatdarwin: (preliminary) memory mappings + smpi variable...
2017-01-23 Matthieu VolatFix a typo in smpirun.
2017-01-23 Augustin Degommeremove weird blank characters
2017-01-22 Martin Quinsoncosmetics
2017-01-21 Martin Quinsontry to make SafetyChecker a bit easier to read
2017-01-20 Martin Quinsonplug a memleak
2017-01-19 Martin Quinsonplease sonar, even if it is really pesky sometimes
2017-01-19 Martin Quinsonmake sure that the HostStateChange event is fired when...
2017-01-19 Martin Quinsonimplement the DVFS functions in Java
2017-01-19 Martin Quinsonfix the build with older g++
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-16 Martin Quinsonclang-format broke my commit
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-16 Martin Quinsoncosmetics
2017-01-16 Martin Quinsoninline some functions to make livenessChecker more...
2017-01-15 Martin Quinsoncosmetics
2017-01-14 Martin Quinsonfurther cleanups to the SafetyChecker
2017-01-14 Martin QuinsonMC: use exceptions to report errors, not integer return...
2017-01-14 Martin Quinsonmove the checker algorithms to their own directory
2017-01-14 Martin Quinsoncosmetics to make the SafetyChecker even easier to...
2017-01-14 Martin Quinsonremove a now unused parameter
2017-01-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2017-01-14 Martin Quinsonmake the propaganda useful (and thus desirable) to...
2017-01-13 Matthieu VolatIn smpiff/smpif90 program, make -o consume the next...
2017-01-12 Matthieu VolatReally remove (commented) alternative method of resolve...
2017-01-12 Matthieu VolatSanitize the rest of dwarf operation regarding stack...
2017-01-12 Matthieu VolatComment not working code in resolve_member() (before...
2017-01-12 Matthieu VolatFix an undefined C behavior.
2017-01-12 Martin Quinsonmore propaganda
2017-01-11 Martin Quinsonfix a bug detected by mac (leading to segfault) but...
2017-01-10 Martin Quinsoncosmetics
2017-01-09 Martin Quinsonuseless cosmetics
2017-01-08 Martin Quinsonsmx processes are now called actors, avoiding confusion...
2017-01-08 Martin Quinsonignorable cosmetics
2017-01-08 Martin QuinsonInitialize a field in the constructor (+cosmetics)
2017-01-08 Martin Quinsoncosmetics
2017-01-07 Martin Quinsonturn a factory function into the constructor
2017-01-07 Martin Quinsondo the initialization in the constructor
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-06 Martin Quinsonkill an unused static function
2017-01-06 Martin Quinsonif reductionMode_ is dpor, then it's not none. True...
2017-01-04 Martin Quinsoncosmetics
2017-01-03 Martin QuinsonAS are called netzones, now
2017-01-02 Martin Quinsonremove an unused parameter + cosmetics
2017-01-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2017-01-02 Martin Quinsonremove a useless pimple
2017-01-01 Martin Quinsontodo--
2017-01-01 Martin Quinsonfix gcc 6.2 builds
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2017-01-01 Martin QuinsonIn <peer>, make the latency parameter non-mandatory
2016-12-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-29 Martin QuinsonRemove an easy FIXME
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-28 Martin Quinsoncosmetics in doc
2016-12-28 Martin Quinsonfix some typos found by the debian packaging tools
2016-12-27 Martin QuinsonImprove the routing documentation
2016-12-26 Martin Quinsonsmpirun: don't use the ARGS variable, that may be used...
2016-12-26 Martin Quinsonsmpirun: keep the temps when the cmd fails
2016-12-25 Martin QuinsonRevert "remove a few smells in instrumentation"
2016-12-24 Martin Quinsoncosmetics
2016-12-24 Martin Quinsonclang-format these files, no change
2016-12-23 Frederic Suterremove a few smells in instrumentation
2016-12-23 Martin Quinsonfix clang builds by including <string> where needed
2016-12-23 Martin Quinsonplug a huge memleak
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-21 Martin Quinsonhave only one callback for link creation
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-21 Martin Quinsontry to fix clang++ builds
2016-12-21 Martin Quinsoninline a useless function
2016-12-21 Martin Quinsonfurther trim the includes
2016-12-20 Matthieu VolatCheck that scope is non-NULL pointer.
2016-12-20 Martin Quinsonchange all links to my old webpage
2016-12-20 Martin Quinsonplease sonar
2016-12-20 Martin Quinsonanother bunch of include cuts. The last one for today
2016-12-20 Martin Quinsonfurther reduce the amount of includes
2016-12-19 Martin Quinsoncut some useless includes
2016-12-19 Martin Quinsondrop unimplementd VM methods: save/restore
next