Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid multiple initializations for active_processes.
[simgrid.git] / teshsuite /
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 degommefix tests with timers by properly detecting POSIX_TIMERS
2018-04-03 degommefix dependency issue to prevent problems with make -jx
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case routing::NetPoint
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Arnaud GierschDisable privatization for smpi_replay.
2018-03-31 Martin Quinsonhave the maxmin system create by itself what it needs...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Prohibit execution of negative flops
2018-03-28 Christian Heinrich[MSG/Replay] Delete old msg/replay code
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-28 Arnaud GierschUsing namespace simgrid::kernel.
2018-03-28 Arnaud GierschGive correct function for func_fp().
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-22 Arnaud GierschMagic: rename variables and make tests succeed with...
2018-03-22 Arnaud GierschRework smpi-mpich3-coll tests.
2018-03-22 Arnaud GierschIndent.
2018-03-22 Arnaud GierschSmpi privatization is already enabled by default.
2018-03-19 Martin QuinsonDo not load internal headers when compiling the examples
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-15 degommeactivate tests for subarrays
2018-03-15 Arnaud GierschRemove almost duplicated file.
2018-03-15 Arnaud GierschReally test mmap privatization and not the default...
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic Suterdo not use deprecated function in our examples/tests
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommeone last verbose
2018-03-13 Martin QuinsonI know that feeling, pal (fix the fixes)
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-10 Martin Quinsonspeed the tests a bit: no need to test MSG with all...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-08 Arnaud GierschSD_task_dependency_add(): remove unused parameters...
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Arnaud GierschPlease scan-build.
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-22 Arnaud GierschRename two more files in msg/app-bittorrent/.
2018-02-18 Martin Quinsonfinish the s/FULLDUPLEX/SPLITDUPLEX/
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-16 Martin Quinsonsonar: dont escape LF in string literals
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 degommerename two files in examples
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschEXIT_SUCCESS/EXIT_FAILURE are standard C defined in...
2018-02-01 Millian Poquet[#!] #! ./tesh -> #!/usr/bin/env tesh
2018-02-01 Millian Poquet[#!] #!/bin/bash -> #!/usr/bin/env bash
2018-01-25 Frederic Suterplease sonar
2018-01-25 Augustin DegommeTry new fix for rget_testall.
2018-01-24 Christian HeinrichRevert "[TESTS] SMPI/MPICH3: Fix failing rma test"
2018-01-24 Christian Heinrich[TESTS] SMPI/MPICH3: Fix failing rma test
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[TESH] Replace 'smpi_process_index()' with call to...
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-22 Frederic SuterClose #105
2018-01-17 Christian Heinrich[TESH] Use platfdir and bindir for coll-alltoall test
2018-01-15 Christian Heinrich[TESH] Update pt2pt-dsend.tesh file with bindir, platfd...
2018-01-12 Christian Heinrich[TESH] Use platfdir variable in coll-alltoall/clusters...
2018-01-12 Christian Heinrich[CMAKE/TESH] Make the platfdir variable available to...
2018-01-11 Frederic SuterMessing up with VM
2018-01-11 Frederic Suterconvert cloud-migration example
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...
2017-12-30 Frederic Suteravoid xbt_strdup in c++ examples and tests
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-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-17 Arnaud GierschFix lua tests (app-token-ring has moved).
2017-12-16 Martin Quinsondeport three other MSG examples
2017-12-14 Martin Quinsonconvert another example to s4u, and move the MSG versio...
2017-12-12 Martin Quinsonanother MSG example fades away
next