Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-01-23 Frederic Suterplease clang
2018-01-23 Frederic Sutermessing around MSG
2018-01-22 Frederic Suterget rid of vm->isMigrating()
2018-01-22 Frederic SuterClose #105
2018-01-18 Arnaud GierschKeep deprecated functions for three versions as usual.
2018-01-18 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v322 for next deprecated...
2018-01-17 Christian Heinrich[TESH] Use platfdir and bindir for coll-alltoall test
2018-01-17 Christian Heinrich[CMAKE] Copy also hostfile_coll for smpi tests
2018-01-17 Christian Heinrich[SMPI] Added 2 FIXME's for PMPI_Is_thread_main()
2018-01-17 Christian Heinrich[SMPI] Change comment in smpi_global.cpp
2018-01-17 Christian Heinrich[SIMIX] Fix comment grammar
2018-01-17 Martin Quinsonimprove doc of how to release
2018-01-17 Martin Quinsonfix sg_host_get_current_consumption() to do the same...
2018-01-15 Christian Heinrich[SIMIX] Fix the ActorImpl signal
2018-01-15 Christian Heinrich[TESH] Update pt2pt-dsend.tesh file with bindir, platfd...
2018-01-15 Christian Heinrich[TESH] Fix smpi-trace tesh file
2018-01-15 Christian Heinrich[SMPI] Move even more redundant code to helper function
2018-01-15 Christian Heinrich[SMPI] Added FIXME comment...
2018-01-15 Christian Heinrich[SMPI] Pass the request as pointer and fix tracing
2018-01-15 Christian Heinrich[SMPI] PMPI_Waitany/all: Move redundant code to helper...
2018-01-15 Christian Heinrich[SMPI] Remove local variables
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitany
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitany
2018-01-15 Christian Heinrich[TESTS] Use platfdir, srcdir and bindir for more smpi...
2018-01-13 Arnaud GierschFix lua build.
2018-01-12 Arnaud GierschUpdate .mailmap file.
2018-01-12 Christian Heinrich[S4U] Add onCreation signal to the actor API
2018-01-12 Christian Heinrich[TESH] Use platfdir variable in coll-alltoall/clusters...
2018-01-12 Christian Heinrich[SMPI] Replace SIMIX_process_from_PID with S4U equivalent
2018-01-12 Frederic Suteruse enum class for cluster topology
2018-01-12 Frederic Suterone more class in platform creation
2018-01-12 Frederic Suterkill dead code
2018-01-12 Frederic Suterplease Sonar
2018-01-12 Christian Heinrich[SMPI] Spelling.
2018-01-12 Christian Heinrich[SMPI] Declare loop variable within the loop.
2018-01-12 Christian Heinrich[SMPI] Remove local variable sz in smpi_group.cpp
2018-01-12 Christian Heinrich[SMPI] Rename variable bar -> barrier
2018-01-12 Christian Heinrich[SMPI] Use variable instead of 3 calls to the same...
2018-01-12 Christian Heinrich[SMPI] Remove wrong comments on functions
2018-01-12 Christian Heinrich[SMPI] Fixed grammar in comment
2018-01-12 Christian Heinrich[SMPI] Added doc block for smpi_backup_global_memory_se...
2018-01-12 Christian Heinrich[SMPI] Use xbt_die() instead of printf & exit
2018-01-12 Christian Heinrich[CMAKE] Copy the file hostfile_cluster to build-dir.
2018-01-12 Christian Heinrich[CMAKE] Add srcdir, bindir and platfdir variables for...
2018-01-12 Christian Heinrich[CMAKE/TESH] Make the platfdir variable available to...
2018-01-11 Frederic Suterrefactoring and cosmetics
2018-01-11 Frederic Suteruse class and enum class in Actor parsing
2018-01-11 Frederic Suteruse enum class for trace connect kind
2018-01-11 Frederic SuterMessing up with VM
2018-01-11 Frederic Suterconvert cloud-migration example
2018-01-10 Frederic Suterfix 32bit
2018-01-10 Frederic Suterconvert kademlia example to s4u
2018-01-09 Arnaud GierschSlight cleanup after removal of xbt_dict_new().
2018-01-09 Arnaud GierschKill features marked deprecated until v3.19.
2018-01-09 Arnaud GierschFix xbt_log_extract_hierarchy.pl (remove check for...
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-09 Arnaud GierschAlways enable contructor attribute on log categories.
2018-01-09 Arnaud GierschRename constructor attribute.
2018-01-09 Martin Quinsoninstall.doc: improve the improvement
2018-01-09 Martin Quinsondoc improvment on cmake options
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-08 Martin QuinsonImprove the doc of MSG_task_*_bounded
2018-01-08 Martin Quinsonsolverstack actually lives on gitlab
2018-01-08 Martin Quinsoninstall: small improvements
2017-12-30 Frederic Suteravoid xbt_strdup in c++ examples and tests
2017-12-28 Arnaud GierschShutdown Engine first, and fix double-free errors.
2017-12-27 Arnaud GierschUse new/delete and remove useless cast.
2017-12-27 Arnaud GierschReturn 1.0 if the task has not started.
2017-12-27 Arnaud GierschMake messages match the code.
2017-12-27 Arnaud GierschDead assignments.
2017-12-27 Arnaud GierschGet the same result with a shorter command.
2017-12-27 Arnaud GierschAdd .mailmap, to improve git shortlog's output.
2017-12-27 Arnaud GierschTypo + kill trailing whitespaces.
2017-12-27 Frederic Sutersmpi doesn't know void anymore
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Martin Quinsonimplement s4u::Comm::test_any() (fix #194)
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Martin Quinsonimprove the doc of SMPI privatization (fix #137)
2017-12-26 Martin Quinsonfix #245: migrating an actor does not migrate its execution
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-26 Martin Quinsonsplit MutexImpl into their own files
2017-12-26 Martin Quinsoncosmetics
2017-12-26 Martin Quinsonimprove the doc of the release process
2017-12-26 Martin Quinsoninitiate the 3.19 release cycle
2017-12-26 Frederic Suterallow zero-cost migration (a.k.a. setPm)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-25 Augustin Degommethis is still unimplemented, but please sonar
2017-12-24 Martin Quinsonrelease v3.18 v3.18
2017-12-24 Martin Quinsonimprove doc
2017-12-24 Martin Quinsontry to fix Apple privatization after recent default...
2017-12-24 Martin Quinsondefault privatization when not using SMPI should be...
2017-12-24 Martin Quinsonfix some borken links in doxygen
next