Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-06-09 Augustin Degommeleaks --
2020-06-09 Augustin Degommedon't throw in smpi_helpers when passing configure...
2020-06-08 Augustin Degommeimprove handling of persistent requests.
2020-06-08 Augustin DegommeFinished = inactive
2020-06-08 Augustin Degommestandard says handle should be set to MPI_DATATYPE_NULL.
2020-06-07 Augustin DegommeThis call can be performed before MPI_Init, avoid bench...
2020-06-07 Augustin Degommereturning the correct value is better, weirdly.
2020-06-07 augustin degommefix issues with attr and cloning
2020-06-07 Augustin Degommeplease clang
2020-06-06 Augustin Degommeeven if useless, let's initialize these to avoid upsett...
2020-06-06 Augustin DegommeFix MPI_Type_dup for derived datatypes.
2020-06-06 augustin degommeplease sonar
2020-06-06 augustin degommeTiny fixes
2020-06-05 Augustin DegommeImplement MPI_Type_get_envelope and MPI_Type_get_contents
2020-06-05 Augustin Degommenothing to see here.
2020-06-05 Augustin Degommedon't fail for these probably harmless unimplemented...
2020-06-05 Arnaud GierschPrefer doublequotes (codacy).
2020-06-05 Arnaud GierschExclude more odr violations (seen with boost 1.71).
2020-06-05 Augustin Degommewhen SMPI_PRETEND_CC is set, don't replace program...
2020-06-03 Augustin Degommechangelog
2020-06-03 Arnaud GierschTry to fix python tests failing with python 3.9 on...
2020-06-03 Augustin Degommetry to fix ns3 examples. Not sure this was the way...
2020-06-03 Augustin Degommerequalify all SMPI tesh files with timing information...
2020-06-03 Augustin Degommeadd a 16 byte envelope to each MPI message.
2020-05-31 Arnaud GierschMisc issues in shell scripts (codefator.io).
2020-05-31 Arnaud GierschFix potential memory leaks.
2020-05-29 Martin Quinsonwifi: make room for the ns3-wifi binding
2020-05-28 Augustin Degommesmpi topo : a topo can be shared between some comm...
2020-05-28 Augustin Degommethat's not a double
2020-05-27 Augustin Degommefortran : protect in case some calls return success...
2020-05-27 Augustin Degommeattempt to please fortran on ci
2020-05-27 Augustin DegommeTrigger a warning when abort is called and a process...
2020-05-27 Augustin Degommedist
2020-05-27 Augustin DegommeMPI IO : "support" for ./ in filename
2020-05-27 Augustin DegommeMPI IO: now with more fortran bindings
2020-05-27 Augustin Degommefortran support for MPI_UB and MPI_LB
2020-05-27 Augustin Degommefortran : allow use of C names for types
2020-05-27 Arnaud GierschRemove redundant blank lines (codefactor).
2020-05-27 Arnaud GierschMake smpif90 support SMPI_NO_UNDEFINED_CHECK too.
2020-05-26 Augustin DegommeSMPI : Allow to deactivate link-time definitions check...
2020-05-25 Martin QuinsonDon't use XBT_LOG macros within a function (thanks...
2020-05-25 Martin Quinsonlgtm: Add some missing header guards
2020-05-25 Martin QuinsonBetter explanations for the parameters of the decay...
2020-05-25 Martin QuinsonMC: inline a function
2020-05-15 Augustin Degommebump osx version on travis
2020-05-14 Martin Quinsonfix ns3 builds
2020-05-14 Martin Quinsonremove an extraneous ';' that fools codacy
2020-05-14 Martin QuinsonMissing const marker
2020-05-14 Martin QuinsonSave the src_wifi_link and dst_wifi_link in a subclass...
2020-05-14 Martin Quinsonfix how wifi's host_rate is used in communicate()
2020-05-14 Martin Quinsonfix save src/dst
2020-05-14 Martin Quinsonremove the src and dst from the Link::on_communicate...
2020-05-14 Martin Quinsonsave the source and destination hosts in the NetworkAction
2020-05-14 Martin Quinsonstick to our coding standards: getters should have...
2020-05-13 Augustin Degommethird time's the charm. It was already done properly...
2020-05-13 Augustin Degommedisable on osx as -z is not supported there
2020-05-13 Augustin Degommeadd definitions check to link phase in SMPI (gh #342...
2020-05-10 Martin Quinsonsonar: also ignore S5271 for the examples in C++
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-10 Martin Quinsondo not downcast activities to the wrong type just to...
2020-05-10 Martin QuinsonBetter fix for FG#50
2020-05-10 Martin Quinsonplease codacy by not setting a variable we won't use
2020-05-10 Martin Quinsonsonar: ignore more useless warnings in the examples
2020-05-10 Martin QuinsonFix MC on FreeBSD
2020-05-10 Martin QuinsonFix pip builds
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-05-10 Martin Quinsonsonar: ignore more crufty warnings about the examples
2020-05-10 Martin QuinsonThe examples must be readable. I'll shut off sonar...
2020-05-10 Martin QuinsonMC: obey to the rule of 5 to please sonar
2020-05-10 Martin QuinsonFix MC+SMPI builds
2020-05-09 Martin QuinsonEnsure that suspending an actor running later in the...
2020-05-09 Martin Quinsoncosmetics
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-07 Augustin Degommetry to print pointer correctly on sunos as well
2020-05-07 Augustin Degommedoc: add units for message sizes, and try to make smpi...
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-05-06 Martin QuinsonMC: move a function around + cosmetics
2020-05-06 Martin QuinsonMC: inline a trivial function
2020-05-06 Martin QuinsonMC: rename remote/EventLoop into remote/CheckerSide
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-05-06 Martin Quinsonactor-exiting: Align the C test with the C++ one
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
2020-05-06 Martin QuinsonExtra header needed by FreeBSD to know SIGCHILD
2020-05-06 Martin Quinsonsplit a piece of src/mc/ModelChecker.cpp into src/mc...
2020-05-06 Martin QuinsonMC: tiny code simplifications
2020-05-05 Martin Quinsonfurther simplify the MC initialization
2020-05-05 Martin Quinsonsimplify the MC initialization by using only one env...
2020-05-05 Martin QuinsonRemove a useless call in MC initialization
2020-05-01 Martin QuinsonFix doc markup to not break the build process
2020-05-01 Martin Quinsonmake sure that the doc build failures get detected
2020-04-30 Arnaud GierschUse const reference for std::string parameters.
2020-04-29 Arnaud GierschAlso check that the i/o operation didn't fail.
2020-04-29 Arnaud GierschUpdate ChangeLog.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suterrevalidate tesh files
2020-04-27 Frederic Suteruse signals for smpi tracing of execs
next