Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2019-08-08 Martin Quinsonanother assert to make one segfault more explicit
2019-08-08 Martin Quinsonnamespacify a global function of SIMIX
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-08-02 Martin Quinsonforcefully kill exiting actors even if their host is...
2019-08-02 Martin Quinsonimprove debug msg
2019-08-02 Martin Quinsonrun Actor::on_destruction even if the actor was killed...
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-02 Martin Quinsonactivity-lifecycle: make tests shorter to ensure that...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-08-01 Martin Quinsonsmpicxx: obey the VERBOSE environment variable and...
2019-08-01 Martin QuinsonActor::by_pid: also search through the dead actors
2019-08-01 Martin QuinsonActorImpl: postpone the on_destroy signal to the destructor
2019-08-01 Martin QuinsonRestore the -no-privatize to the ampi example
2019-08-01 Martin Quinsonfix ampi example by not cleaning the tracing submodule...
2019-08-01 Martin Quinsonadd a dependency of this test to mpi, as required on...
2019-08-01 Martin QuinsonSMPI: redesign the end of actors/ranks' lifetime
2019-08-01 Martin Quinsonsort out the functions on MPI init/fini
2019-08-01 Martin Quinsonsmall simplification of MPI initialization
2019-08-01 Martin QuinsonMPI: we don't mess with argc/argv anymore nowadays
2019-08-01 Martin Quinsonsmpi_deployment: obey our coding rules
2019-07-31 Martin QuinsonI'd like to turn process_data into a regular extension...
2019-07-31 Martin QuinsonSMPI: prefer xbt_assert to 'if () xbt_die'
2019-07-31 Martin QuinsonMPI init: inline a function and various small cleanups
2019-07-31 Martin Quinsonsmpi::ActorExt: this constructor parameter is not used
2019-07-31 Martin QuinsonMPI init: inline a function
2019-07-31 Martin QuinsonSMPI init: stringify and rename a variable
2019-07-29 Martin Quinsonkill smpi_process_count(), use smpi_get_universe_size...
2019-07-29 Martin Quinsoncmake: build smpi internals before the collectives
2019-07-29 Martin QuinsonMC: kill a useless function
2019-07-29 Martin Quinsonsmpi: some useless cleanups while I read this code
2019-07-27 Augustin Degommeavoid mixing travis builders
2019-07-27 Martin Quinsondocs: fix some typos reported by Gene
2019-07-26 Augustin Degommetypo...
2019-07-26 Augustin Degommemerge before pushing, next time
2019-07-26 Augustin Degommereally build on mojave
2019-07-26 Augustin Degommetry to fix broken detection of boost_stacktrace on...
2019-07-26 Augustin Degommeadd color for travis and appveyor builds
2019-07-26 Augustin Degommetypo
2019-07-26 Augustin Degommeadd some comments on tests we don't pass
2019-07-26 Augustin DegommePartially revert 2b4dcee56 and activate a test.
2019-07-26 Augustin Degommeactivate a fortran test
2019-07-26 Augustin Degommestandard says : "The names attached to opaque objects...
2019-07-26 Augustin Degommeappveyor's back
2019-07-26 Martin QuinsonMake SG_BARRIER_SERIAL_THREAD visible from C files too
2019-07-26 Martin Quinsonsafety: give some basic logging at verbose level already
2019-07-26 Martin QuinsonMove 'unit-tests' binary from 'all' target to 'tests'
2019-07-26 Martin Quinsonsmpi: cut some includes
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-24 Augustin Degommedon't referenece missing symbol
2019-07-24 Augustin Degommetake care of some C/Fortran discrepancies
2019-07-24 Augustin Degommeactivate some C/Fortran tests
2019-07-24 Augustin Degommeconvert between Fortran and C MPI_*_NULL handles
2019-07-24 Augustin Degommedon't test on a cancelled comm
2019-07-24 Martin Quinsoninline a function
2019-07-24 Martin Quinsondoc/mc: improve the replay documentation
2019-07-24 Martin Quinsoncosmetic to make the code easier to read
2019-07-24 Martin QuinsonDon't whine that smpi/host-speed was not set in MC...
2019-07-24 Martin Quinsonexample s4u-platform-properties: test thehost->get_engl...
2019-07-24 Martin QuinsonHost::get_englobing_zone() returns the englobing netzone
2019-07-24 Martin Quinsondon't swallow the zone properties while parsing the XML
2019-07-24 Martin Quinsontravis: we now use travis
2019-07-24 Martin Quinsontravis: manually use apt-get since the apt addon is...
2019-07-24 Martin Quinsontravis: cleanups and simplify our use of the apt addon
2019-07-24 Martin Quinsonfix the link of smpireplaymain on alpha and ia64
2019-07-23 Martin Quinsontravis: use the bionic image
2019-07-23 Martin QuinsonChange -fpic to -fPIC as the former is not always suffi...
2019-07-23 Martin Quinsondoc: fix the list of make targets
2019-07-22 Augustin Degommeadd some grey
2019-07-22 Augustin Degommeadd some color to project description
2019-07-22 Augustin Degommebetter handling of some datatypes in fortran
2019-07-21 Augustin DegommeMerge branch 'master' into 'master'
2019-07-21 Samuel ThibaultMC: complete workaround in the error msg seen on modern...
2019-07-18 Augustin Degommethat can be a bit too much for our poor ci vms
2019-07-18 Augustin Degommecmake 3.15 changed its boost detection message
2019-07-18 Augustin Degommesomehow mpich forgot to activate these tests
2019-07-18 Augustin DegommeActivate some OP tests, and add some optional (stupid...
2019-07-18 Augustin DegommeOnly wait on active requests (not null and not finished)
2019-07-18 Augustin Degommefinally activate all weird modes of allpairf(90)
2019-07-18 Augustin DegommeFix the fix of the fix of testsome.
2019-07-18 Augustin Degommetestsome and waitsome in fortran need to fortranize...
2019-07-18 Augustin DegommeStatus must be given for a detached request. But not...
2019-07-17 Augustin Degommethese can now be activated
2019-07-17 Augustin Degommereduce some tests duration as comm_create takes longer...
2019-07-17 Augustin DegommeHave the communicators created together share a unique ID.
2019-07-17 Arnaud GierschAdd simple support for MPI_Rsend, MPI_Rsend_init.
2019-07-17 Martin Quinsonbe compatible with the standard of cmake+MPI
2019-07-16 Martin QuinsonAdd support for MPI_Irsend
2019-07-16 Arnaud GierschCosmetics.
2019-07-14 Martin QuinsonMC: provide a workaround in the error msg seen on moder...
2019-07-14 Martin QuinsonAdd a missing build-dep of the website
2019-07-13 Martin QuinsonIntroduce SG_BARRIER_SERIAL_THREAD
2019-07-12 Arnaud Giersch[sonar] Preserve const qualifier with cast.
next