Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src /
2021-04-06 SUTER Fredericcosmetics
2021-04-06 Bruno DonassoloSingle way to create links in NetZone
2021-04-06 Bruno DonassoloSimplify NetZone's hierarchy
2021-04-06 Bruno DonassoloOne method to set netzone's relationship
2021-04-06 Bruno DonassoloCopy models from parent netzone
2021-04-04 Augustin Degommechecks for PMPI_Type_create_subarray
2021-04-04 Augustin Degommecheck for alloc mem
2021-04-04 Augustin Degommecheck illegal in_place for gather/scatter
2021-04-04 Augustin Degommecheck ranks for probes/iprobes
2021-04-04 Augustin Degommeincrease rank checking for RMA comms
2021-04-03 Augustin Degommegroup inputs validation
2021-04-03 Augustin Degommeset keyval to invalid after free
2021-04-03 Augustin DegommeMPI_Abort : try to kill other processes from the commun...
2021-04-03 Augustin DegommeKeyvals : handle MPI_KEYVAL_INVALID
2021-04-03 Augustin DegommeErrhandler : inputs + cleanup
2021-04-03 Augustin Degommeoops.
2021-04-03 Augustin DegommeAbort : check input, and remove fixme... Actual impleme...
2021-04-03 Augustin DegommeInit : dont just crash with asserts, return errors...
2021-04-03 Augustin Degommecomm, input validation
2021-04-03 Augustin Degommeuse MPI_COMM_WORLD errhandler if MPI_COMM_NULL is given
2021-04-03 Arnaud GierschFix null dereference.
2021-04-03 Arnaud GierschSort the list of leaks before print.
2021-04-03 Augustin Degommeavoid allocating comm_self if not needed
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonCosmetics in an error message
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-03 Augustin Degommevalidate that MPI_Op can be applied at entrance of...
2021-04-03 Augustin DegommePack_size is meant to return the upper bound of the...
2021-04-02 Arnaud GierschA bool is OK in boolean context.
2021-04-02 Arnaud GierschCosmetics.
2021-04-02 SUTER Fredericchange way WIFI are create + make sharing_policy optional
2021-04-02 SUTER Fredericmore simplifications
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Arnaud GierschFunction doesn't exist.
2021-04-02 Arnaud Giersch[mc] Enable finalize_app() in SafetyChecker.
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Augustin DegommeMPI_BYTE has some specific requirements, and doesn...
2021-04-02 Augustin Degommereport the proper size on the receiver side, when its...
2021-04-02 Augustin Degommeselect proper errhandler when MPI_COMM_WORLD is duplicated
2021-04-02 Augustin Degommerecv should return MPI_ERR_TRUNCATE
2021-04-02 Augustin Degommefail when trying to attach a buffer if one is already...
2021-04-02 Augustin Degommewhen the standard said "return" here, it was not meant...
2021-04-02 Augustin Degommewe need to check comm is not null before trying for...
2021-04-02 Augustin DegommeAdd a deleted flag to keep track of invalid but not...
2021-04-02 Augustin Degommefix size of allocated buffer
2021-04-02 Augustin DegommeImplement MPI_Comm_test_inter.
2021-04-02 Bruno DonassoloSeal NetZone
2021-04-02 Bruno DonassoloConstify list of links parameter
2021-04-02 Bruno DonassoloSimplified methods to add routes
2021-04-02 SUTER Fredericsimplify constant model a bit
2021-04-02 SUTER Fredericsnake casing IB
2021-04-02 SUTER Fredericsmall simplifications and cleanups
2021-04-02 SUTER Fredericsimplification
2021-04-02 Bruno DonassoloFix error handling.
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-02 Arnaud GierschMake mc::Api::get_actor_name return a const&.
2021-04-01 Arnaud GierschImprove debug messages (code is still not functional).
2021-04-01 Arnaud GierschFIXME++
2021-04-01 Arnaud GierschFix segfault with debug message.
2021-04-01 Arnaud GierschRender mc::Api::get_actor_name() public.
2021-04-01 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-04-01 Martin Quinsonsnake_case some surviving camels
2021-04-01 Bruno DonassoloRenaming, snake_case
2021-04-01 Bruno DonassoloFriendly set_latency, accepts strings.
2021-04-01 Bruno DonassoloAdd create_link in s4u::NetZone
2021-04-01 Bruno DonassoloSimplyfying create_host and exporting it to s4u::NetZone
2021-04-01 Bruno DonassoloAdding seal() for Host
2021-04-01 Bruno DonassoloFactory functions for all Netzones
2021-04-01 Arnaud GierschDeobfuscate error checking.
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-04-01 Arnaud GierschUsing xbt_* functions in vasprintf() does not look...
2021-04-01 Bruno DonassoloMoving the models initialization to NetZoneImpl.
2021-04-01 Martin Quinsonsg_exit never allowed to reload a platform afterward...
2021-04-01 Martin Quinsontypo (reported by lintian)
2021-04-01 Martin QuinsonActor's ID should be a long, and should be named AID
2021-03-31 Arnaud GierschMake ExecImpl::get_hosts return a const&.
2021-03-31 Arnaud GierschPointer to const.
2021-03-31 Arnaud GierschUnused variable.
2021-03-31 Arnaud GierschSave a reinterpret_cast.
2021-03-31 Arnaud GierschPtrace returns a long int.
2021-03-30 Arnaud Giersch[mc] Add some coverage_checkpoint() for model-checked...
2021-03-30 Arnaud Giersch[mc] Politely ask the model-checked application to...
2021-03-30 Arnaud Giersch[mc] Add an option to ask a model-checked application...
2021-03-30 Arnaud Giersch[mc] Use a basic message type for answering mc::Message...
2021-03-30 Arnaud Giersch[mc] Use existing ModelChecker::shutdown() on ModelChec...
2021-03-30 Arnaud Giersch[mc] Terminate crashing applications too.
2021-03-30 Arnaud GierschRemove function calls with side effects from xbt_assert.
2021-03-30 Arnaud Giersch[mc] Don't retrieve actor hostname again if it's alread...
2021-03-30 Arnaud Giersch[mc] Fix mc::Api::get_actor_host_name.
2021-03-30 Arnaud GierschRevert "Fix MC tests."
2021-03-30 Bruno DonassoloFix MC tests.
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-30 Bruno DonassoloNew API: set_pstate_speed
2021-03-30 SUTER Fredericfix java test: get_remaining() needs the Exec to be...
2021-03-30 SUTER Frederictry to match Activity design to Resource design
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-29 Arnaud GierschMove xbt_modinter.h to src/include/xbt/.
2021-03-28 Augustin Degommetypo [noci]
next