Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a small allocations counter in SMPI.
[simgrid.git] / src /
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-03-14 Augustin Degommedowngrade message to info level, it's usually not a...
2021-03-14 Arnaud GierschBogus default value for parameter.
2021-03-14 Arnaud GierschPointer-to-const for sonar.
2021-03-14 Arnaud GierschReplace magic number 8.
2021-03-14 Martin QuinsonGosh I hate the formating strings when size_t comes...
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonRemoteProcess: cache the addresses of maxpid, actors...
2021-03-14 Martin QuinsonMove the logic retrieving the actor info in the App...
2021-03-14 Martin QuinsonMove the logic of Api::get_maxpid() to RemoteProcess...
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-14 Augustin Degommeattempt to fix en issue when timing functions are calle...
2021-03-14 Martin QuinsonGive an explicit name to the session singleton
2021-03-14 Martin QuinsonRemove more uses of the session global
2021-03-14 Martin Quinsoncosmetics
2021-03-14 Martin QuinsonThe checker has the session and don't need the API...
2021-03-14 Martin QuinsonInline a function
2021-03-14 Martin QuinsonDont pass as a parameter something that is already...
2021-03-14 Martin QuinsonKill a file that was almost empty
2021-03-14 Martin QuinsonKill some use of the mc_model_checker global variable
2021-03-14 Martin QuinsonThe checker now have a reference to the session
2021-03-14 Martin QuinsonA checker don't need the mc::api to find itself
2021-03-14 Martin QuinsonRename model_checker->get_remote_simulation() into...
2021-03-13 Martin QuinsonMC: cosmetics
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-13 Martin QuinsonMC: simplify initialization and kill api::set_checker()
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Martin Quinsongetraw is only useful when dealing with boost intrusive...
2021-03-13 Arnaud GierschAdd parameter timeout to mc::ConditionWaitSimcall and...
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschConst attributes in SimcallObserver.
2021-03-13 Arnaud GierschUse ConditionVariable::create() for sg_cond_init().
2021-03-13 Arnaud GierschRename ConditionVariable::cond_ to pimpl_ for consistency.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-13 Arnaud GierschPrefer type bool for boolean values.
2021-03-13 Arnaud GierschMutex::pimpl_ is never null.
2021-03-13 Arnaud GierschUse Mutex::create() for sg_mutex_init().
2021-03-13 Arnaud GierschFix include.
2021-03-13 Martin Quinsoninline simcall_check_dependency() now that it's called...
2021-03-13 Martin QuinsonMC: check dependency between 2 given requests only...
2021-03-13 Martin Quinsonrequest_depend_asymmetric(r1,r2) now tests when r1...
2021-03-13 Martin QuinsonSort comm_* simcalls alphabetically
2021-03-13 Martin Quinsoninline a function
2021-03-13 Martin QuinsonBoth request cannot be of the same type here
2021-03-13 Martin QuinsonOnly 4 simcalls are considered by indep theorems for now
2021-03-13 Martin QuinsonMC: cosmetics and tiny code simplifications
2021-03-12 Martin QuinsonMC: simix::unmarshal should NEVER be called automatically
2021-03-12 Martin Quinsoncosmetics
2021-03-11 Martin Quinsons4u_synchro were renamed to activity in 2015, as far...
2021-03-11 Arnaud GierschMerge branch 'model_types_rework_part1' into 'master'
2021-03-11 Bruno DonassoloInitializing SimGrid's model in another way
2021-03-11 Bruno DonassoloSimple constructor for NetZone's child classes.
2021-03-11 Bruno DonassoloNetZoneImpl: simpler constructor
2021-03-11 Bruno DonassoloNetZoneImpl: rework seal
2021-03-11 Martin QuinsonMerge pull request #374 from adegomme/master
2021-03-11 Arnaud Giersch[sonar] Move explaining comment inside body of empty...
2021-03-11 Arnaud Giersch[sonar] Use '=default'.
2021-03-11 Arnaud Giersch[sonar] Declare functions 'const'.
2021-03-11 Arnaud Giersch[sonar] Favor using-declarations.
2021-03-11 Martin QuinsonRemove useless default destructor definitions
2021-03-10 Martin QuinsonTwo small sonar fixes
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-03-10 Augustin Degommeimplement MPI_File_set_size
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschMerge branch 'unify_models' into 'master'
2021-03-10 Bruno DonassoloUniform treatment in EngineImpl for all models.
2021-03-10 Bruno DonassoloImprov comment
2021-03-10 Bruno DonassoloConst for some get functions
2021-03-10 msimonins4u Engine: expose get_all_models, get_model_list
2021-03-10 Arnaud GierschCosmetics around #include.
2021-03-10 Arnaud GierschMore error messages.
2021-03-10 Arnaud GierschPrefer xbt_assert here.
2021-03-09 Arnaud GierschMerge oberver classes MutexTrylockSimcall and MutexLock...
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
2021-03-09 Arnaud GierschMove check from checker side to app. side.
2021-03-09 Arnaud GierschDefine (and use) a callback for RawImpl::finish.
2021-03-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Martin QuinsonMerge branch 'hotfix_add_model_api' into 'master'
2021-03-09 Bruno DonassoloHotfix: expose add_model method in s4u::Engine
2021-03-09 Frederic Suternamespacing
2021-03-09 Frederic SuterA canceled Activity is a completed Activity too
2021-03-09 Frederic Suternamespacing
2021-03-09 Frederic Suterbe more uniform on action cleaning accross activities
2021-03-09 Frederic SuterDo the same for IoImpl as for ExecImpl when timeout...
2021-03-09 Frederic Suteruser bound is now stored at Action level and not modifi...
2021-03-09 Frederic SuterAllow failure detection for parallel exec
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-03-09 Bruno Donassoloclang-format: ExecImpl.cpp and sd_task.cpp
2021-03-09 Bruno Donassolosurf_disk_model: remove it.
2021-03-09 Bruno Donassolos4u_Host.cpp: clang-format
2021-03-09 Bruno DonassoloAdjust code after rebase.
2021-03-09 Bruno Donassolosurf_cpu_model_pm: remove global
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloNetZoneImpl::network_model_: get() and private object
2021-03-09 Bruno DonassoloGetting rid off surf_network_model global
2021-03-09 Bruno DonassoloRemove surf_network_model from host_clm03.
next