Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restore the -no-privatize to the ampi example
[simgrid.git] / src /
2019-08-01 Martin Quinsonfix ampi example by not cleaning the tracing submodule...
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 QuinsonMC: kill a useless function
2019-07-29 Martin Quinsonsmpi: some useless cleanups while I read this code
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 Martin Quinsonsafety: give some basic logging at verbose level already
2019-07-26 Martin Quinsonsmpi: cut some includes
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-24 Augustin Degommetake care of some C/Fortran discrepancies
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 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 QuinsonHost::get_englobing_zone() returns the englobing netzone
2019-07-24 Martin Quinsondon't swallow the zone properties while parsing the XML
2019-07-23 Martin QuinsonChange -fpic to -fPIC as the former is not always suffi...
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 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 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 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-13 Martin QuinsonIntroduce SG_BARRIER_SERIAL_THREAD
2019-07-12 Arnaud Giersch[sonar] Preserve const qualifier with cast.
2019-07-12 Arnaud Giersch[sonar] More dead code.
2019-07-11 Arnaud GierschUseless casts.
2019-07-11 Arnaud Gierschmc: better way to check if address is on heap.
2019-07-11 Arnaud GierschDead code.
2019-07-11 Martin Quinsonintroducing the new <disk> tag
2019-07-11 Frederic Suteradd Host::send_to and sg_send_to
2019-07-11 Martin Quinsonprefer to fail stop instead of logging
2019-07-11 Arnaud Gierschfx
2019-07-11 Arnaud Gierschmc/compare: cleanup++
2019-07-11 Arnaud Gierschmc/compare: const/ref
2019-07-11 Arnaud Gierschmc: const seems wrong here.
2019-07-11 Arnaud Gierschmc/compare: factorize code.
2019-07-11 Arnaud Gierschmc/compare: cosmetics.
2019-07-11 Arnaud Gierschmc/compare: change heap comparision functions to return...
2019-07-11 Arnaud Gierschmc/compare: define is_on_heap(const void*).
2019-07-11 Arnaud Gierschmc/compare: const casts.
2019-07-11 Arnaud Giersch[sonar] Handle default case in switch statements.
2019-07-11 Arnaud GierschMove extended hash to xbt/utility.
2019-07-11 Frederic Suteradd a sg_actor_self_execute function
2019-07-11 Martin Quinsonmc/compare: another round of tiny cleanups
2019-07-11 Arnaud Gierschmc/compare: dead stores.
2019-07-10 Martin Quinsonmc/compare: fix another copy/paste error
2019-07-10 Martin Quinsonmc: reduce the visibility of <dwarf.h> by a tiny bit
2019-07-10 Martin Quinsonmc/compare: some more tiny cleanups
2019-07-10 Arnaud GierschMC/compare: compare_heap_area_without_type becomes...
2019-07-10 Arnaud GierschCosmetics.
2019-07-10 Arnaud GierschReindent.
2019-07-10 Arnaud GierschKill Poor man's TCO.
2019-07-10 Arnaud GierschMC/compare: mmalloc_compare_heap becomes mmalloc_heap_e...
2019-07-10 Arnaud GierschMC/compare: cleanup++
2019-07-10 Arnaud GierschMC/compare: first round of cleanups.
2019-07-10 Martin QuinsonRemove option model-checker/hash; This is always activa...
2019-07-10 Martin Quinsonmc/compare: kill dead code
2019-07-10 Martin Quinsonsimplify smpirun script (and kill some perl)
2019-07-10 Frederic Suterplease users
2019-07-10 Frederic Suteremptty said it is better like this. Obey!
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Frederic Suteruntested C interface to Condition Variables
2019-07-10 Arnaud GierschImprove crash detection; still not working correctly.
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/30
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-10 Arnaud GierschMisc sonar threats.
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-09 Martin Quinsonfix NS3 build + avoid vector copies
2019-07-09 Martin Quinsonload the header needed by this file
2019-07-09 Arnaud GierschHide system-dependent message.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-09 Loic Guegan- Update xml DTD to handle WIFI sharing policy
2019-07-09 Loic GueganWifi model interface:
2019-07-09 Martin Quinsonimprove verification of crashing programs
2019-07-09 Arnaud GierschRevert "Reduce dependency on ptrace."
2019-07-09 Arnaud GierschReduce dependency on ptrace.
2019-07-09 Arnaud GierschSpecify visibility (hide warning).
2019-07-08 Martin QuinsonDon't use null objects v3.23.2
next