Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src /
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Augustin Degommeremove trace finalize from process ending, cleanup...
2019-09-25 Martin Quinsonfix a memleak coming from cyclic references in smart...
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-23 bcamusImproving the performance of the NS-3 bindings by:
2019-09-23 Martin QuinsonDon't mandate C++14 as some build daemons still don...
2019-09-23 Martin QuinsonMC: switch to xxhash as a (fast) hashing function.
2019-09-23 Martin QuinsonAdd a fast hash function (mandates C++14 for MC)
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-19 bcamusUnblock the number of communications that can be done...
2019-09-18 Martin QuinsonI am so sorry.
2019-09-17 bcamusTo detect all the flows that are finishing at the same...
2019-09-16 Martin Quinsonremove another pimpl in smpi initialization
2019-09-16 Martin Quinsonsmpi: get ride of process_data and use a regular Extension
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-15 Martin QuinsonAdd sg_actor_{get,set}_data()
2019-09-14 Martin QuinsonAlign Link get/set_data() with the Extendable version...
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-09-13 Martin Quinsontry to reduce the memory consistency requirements in...
2019-09-13 Martin QuinsonMC: rename some methods to make their intent clear
2019-09-10 Martin QuinsonMerge branch 'master' into 'master'
2019-09-10 bcamusTo stop NS3 in a consistant state at its next occuring...
2019-09-09 Martin Quinsoncosmetics in the wanna be MC's simcall observer
2019-09-06 Loic GueganWifi: Clean obsolete code
2019-09-06 Loic GueganWifi: Add crosstraffic on WIFI cells
2019-09-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-05 Frederic Suterno more need to pass issuer to suspend
2019-09-05 Loic GueganWifi: Ajust model on internal AP communication
2019-09-05 Loic GueganWifi: Allow crosstraffic simulations
2019-09-03 Martin Quinsonclang-tidy the ns3 model
2019-09-01 Martin Quinsonanother batch of small improvements advised by clang...
2019-09-01 Martin Quinsonfurther very small steps to modernize our code. thanks...
2019-09-01 Martin Quinsonmodernize our C++
2019-09-01 Martin QuinsonDon't name the unused parameter of this callback
2019-09-01 Martin Quinsonfix a bug in a deprecated function
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-27 Augustin Degommefix mc build with gcc10
2019-08-27 Augustin DegommeAdd some includes to please GCC 10
2019-08-27 Arnaud GierschWorkaround build error seen with clang 10 on freebsd.
2019-08-27 Arnaud GierschUse C++-style cast.
2019-08-27 Arnaud GierschFix build with MC.
2019-08-27 Arnaud GierschFix: undefined reference to `typeinfo for simgrid:...
2019-08-27 Arnaud Giersch[cppcheck] Reduce scope for variable.
2019-08-27 Loic GueganWIFI: Now implemented
2019-08-25 Martin QuinsonDPOR: improve debug messages
2019-08-22 Augustin Degommetypos
2019-08-22 Augustin Degommeattach errhandlers to some forgotten calls
2019-08-22 Augustin DegommeErrors occurring during calls to routines that create...
2019-08-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-20 Faure Adrienfix bad private function location
2019-08-20 Faure Adrienexecute_flops now logs compute
2019-08-19 Augustin DegommeAllgatherv : don't output MPI_ERR_BUFFER if recvbuf...
2019-08-19 Augustin DegommeFor File, we can change the default error handler by...
2019-08-19 Augustin DegommeUnlike errors on communicators and windows, the default...
2019-08-18 Martin Quinsonswitch to infty buffering for now as some tests are...
2019-08-18 Augustin Degommefix request and coll failing tests
2019-08-18 Augustin Degommetopo was a bit too eager to return errors.
2019-08-18 Augustin DegommeDon't return an error when a key is not found in an...
2019-08-18 Augustin Degommeset default error handler to MPI_ERRORS_ARE_FATAL,...
2019-08-18 Augustin Degommedisalign tags for collectives from their nonblocking...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-18 Martin QuinsonApply the default settings of 'smpi/buffering' too
2019-08-18 Martin Quinsonmore informative error message when checking params...
2019-08-18 Martin QuinsonMPI_Scatterv: sendcounts and displs params can be NULL...
2019-08-18 Martin Quinsonmore informative error messages on parameter checks...
2019-08-17 Martin QuinsonNew MC option: smpi/buffering, to control MPI buffering
2019-08-17 Martin Quinsonsmpirun: add a -quiet argument, allowing failing tests...
2019-08-17 Martin Quinsonmore informative message when setting inexistant config...
2019-08-17 Martin QuinsonPMPI_Cart_create: check that each dim is positive
2019-08-17 Martin QuinsonHave SMPI fail on MPI_ERR_* in MC mode
2019-08-17 Martin Quinsonfix non-MC builds
2019-08-17 Martin Quinsonuse assignment to non-trivial class rather than artific...
2019-08-15 Martin QuinsonRestore triviality of s_smx_simcall to please GCC
2019-08-15 Martin Quinsonfix java build
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-08-15 Martin Quinsonnow, kernel::actor::simcall_blocking can return a value
2019-08-15 Martin QuinsonLet simcall.py produce valid code after recent renamings
2019-08-15 Martin Quinsoncode simplification + replace a FIXME with an assert
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonsmall logic simplification
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin QuinsonMC: rename processes to actors
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-15 Martin Quinsontransparent cleanups around simcalls mechanism
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-13 Frederic Suterprotect accesses to cnst->cnst_light_
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-10 Martin Quinsongetters don't have to be simcalls
2019-08-10 Martin Quinsonconvert simcall_process_sleep to modernity
2019-08-10 Martin Quinsonreduce the use of simcall_process_sleep() -> this_actor...
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonsmall simplification
2019-08-09 Martin Quinsonintroduce a simcall_blocking(), and improve the comments
2019-08-09 Martin QuinsonFix GCC+MC builds
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
next