Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prevent segfault when VM's host is created with pstate > 0
[simgrid.git] / src /
2022-07-15 Fred SuterPrevent segfault when VM's host is created with pstate > 0
2022-07-13 Martin Quinsonsthread: correctly switch to within simgrid when callin...
2022-07-13 Martin Quinsonmc::api: Inline a useless function
2022-07-13 Martin Quinsonmmalloc: rename a symbol to prepare further refactorings
2022-07-13 SUTER FredericWhen multi-threaded Exec are launched on VM, account...
2022-07-13 SUTER Fredericget access to Exec thread count
2022-07-13 Arnaud GierschUse fixed point arithmetic to avoid rounding errors.
2022-07-12 Arnaud GierschFix definition of overriding gettimeofday.
2022-07-11 Arnaud GierschHandle different types for second parameter of gettimeo...
2022-07-11 Arnaud GierschFor sonar...
2022-07-11 Martin QuinsonThe variable is named LD_BIND_NOW so these lines were...
2022-07-10 Martin QuinsonMC: allow to pass env variables to the verified application
2022-07-10 Martin Quinsonsthread: Intercept gettimeofday + sleep + usleep
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-07-05 Arnaud GierschRedundant initializations.
2022-07-02 Martin Quinsonsthread: don't intercept the main when run from smpirun
2022-07-02 Arnaud GierschMake libsthtread valgrind-aware.
2022-07-01 Arnaud GierschSonar issues.
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Tom CornebizeAdd ptasks in the Python bindings
2022-06-29 Martin QuinsonDisable sthread at the end of the sthread_main
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-28 Arnaud GierschUse std::string.
2022-06-28 Arnaud GierschMissing return in the raw path.
2022-06-28 Arnaud GierschAvoid memory leak when exception is thrown.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Fabien ChaixMake vm_by_name() public and modify c-cloud-migration...
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
2022-06-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
2022-06-23 Arnaud GierschMissing include (for uintptr_t).
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Arnaud GierschMissing 'override' specifier.
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-17 Arnaud GierschMerge branch 'fix_python' into 'master'
2022-06-17 Tom CornebizeFix the put/get(_async) mailbox methods in the Python...
2022-06-10 Martin QuinsonMC: better encapsulation design
2022-06-10 Fabien ChaixAlways advertise CpuImpl as used to trigger Engine...
2022-06-09 Arnaud Gierschs/NULL/nullptr/ [ci-skip]
2022-06-08 Arnaud GierschFix build with graphviz >= 3.
2022-06-05 Arnaud GierschPropagate const attribute (sonar).
2022-06-03 Arnaud GierschAddress a few "null dereference" warnings from fbinfer.
2022-06-03 Arnaud GierschCoding style: snake_case.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-06-01 Arnaud GierschCall smpi_mpi_init before smpi_bench_begin.
2022-06-01 Arnaud GierschVarious small fixes.
2022-05-30 Arnaud GierschAdd default value for every member variable (useful...
2022-05-30 Arnaud GierschDelete unusable default constructor.
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-25 Arnaud GierschAvoid null dereference in assert (when !dst).
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Tom CornebizeDeeper check on src and dst in add_route method
2022-05-24 Arnaud GierschSonar issues.
2022-05-20 Arnaud GierschToday's sonar/codefactor issues.
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschUse std::unique_ptr instead of new/delete in xbt_replay...
2022-05-19 Arnaud GierschMake function "const" (sonar).
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Fabien ChaixCosmetics
2022-05-19 Fabien ChaixInitial versio of the fault scenario test
2022-05-19 Fabien ChaixNo need to check for activities_ nullness
2022-05-19 Fabien ChaixMove hosts_ to private, and deal with consequences
2022-05-19 Fabien ChaixRemove post() calls when MailboxImpl::clear() is used...
2022-05-18 Fabien ChaixFix mailbox::clear() to properly finish Comms
2022-05-18 Fabien ChaixFix the addition of detached comms to maestro
2022-05-18 Fabien ChaixAdd detached isend to maestro to allow tracking in...
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-17 Augustin Degommecosmetics
2022-05-17 Augustin DegommeMerge branch 'dev-unit_test_cleanup' into 'master'
2022-05-17 Fabien ChaixFix cosmetics
2022-05-17 Fabien ChaixAdd trace2selist and re-enable unit tests for the stoch...
2022-05-17 Arnaud GierschStarZone::get_graph: link to the gateway router when...
2022-05-17 Arnaud GierschCosmetics: declare graph edges with the "right" direction.
2022-05-17 Arnaud GierschMerge branch 'dev-s4u-dirty-termination' into 'master'
2022-05-17 Fabien ChaixMake S4u dirty termination better looking
2022-05-17 Augustin DegommeMerge branch 'dev-fix-get-eager-activities' into 'master'
2022-05-17 Fabien Chaixadd eager get comms to actor activities
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-12 Arnaud GierschReduce scope for variables.
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-12 Bruno DonassoloLink-load plugin: check no link exists
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Arnaud GierschApply last sonar-related changes to the new function...
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
next