Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize cabinet creation
[simgrid.git] / src /
2021-04-12 SUTER Fredericmodernize cabinet creation
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschUpgrade embedded catch2 (-> v2.13.5).
2021-04-12 Arnaud GierschMinor Sonar smells.
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-12 Arnaud GierschReturn const reference to vector.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-12 Arnaud GierschDefine CommImpl::test_any().
2021-04-12 Arnaud GierschSimcall COMM_TESTANY is not blocking either. Simplify.
2021-04-12 Arnaud GierschDefine CommImpl::test().
2021-04-12 Arnaud GierschSimcall COMM_TEST is not blocking.
2021-04-12 Arnaud GierschLittle simplification.
2021-04-12 Arnaud GierschFinalize current CommImpl only once.
2021-04-12 Arnaud GierschHomogenize debug messages across ActivityImpl's finish...
2021-04-12 Arnaud GierschEnsure there is only one simcall waiting.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
2021-04-09 Augustin Degommetry to be preemptive about 32 bits complaints
2021-04-09 Augustin DegommeAdd initialization/finalization check at each call.
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-09 Bruno DonassoloUse directly std::string instead of c_str.
2021-04-08 Bruno Donassolos4u::Host::create_disk, human-friendly string version
2021-04-08 Bruno Donassolos4u::Host: moving create_disk impl to HostImpl
2021-04-08 Bruno Donassolos4u::Disk allow chaining set_property
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-08 Arnaud GierschMake fields private, and static functions class-member.
2021-04-08 Arnaud GierschUseless forward declaration.
2021-04-08 Arnaud GierschRedundant code (ctor is already inherited).
2021-04-07 Arnaud GierschPrefer nullptr.
2021-04-07 Arnaud GierschConst/override for member functions.
2021-04-07 Arnaud GierschInherited constructor.
2021-04-07 Arnaud GierschPointer-to-const parameter.
2021-04-07 SUTER Fredericcontinue to mess with platform creation
2021-04-07 Arnaud GierschKill empty statement.
2021-04-07 Arnaud GierschMake BacktraceImpl::resolve a bit faster.
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-04-07 Arnaud GierschUse a RemotePtr<> for RemoteProcess::heap_address.
2021-04-07 Arnaud GierschStop using void* for xbt_mheap_t.
2021-04-07 Arnaud GierschMake NetworkConstantAction "final": virtual set_state...
2021-04-07 Arnaud GierschMake virtual functions called from constructor "final".
2021-04-07 Augustin Degommeplease sonar
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-07 Augustin Degommehide references to current_handle inside *.cpp file...
2021-04-06 Augustin Degommeappease 32 bits
2021-04-06 Arnaud GierschUse a Remote<> for remote smpi::Request.
2021-04-06 Augustin Degommeappease clang
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-06 Augustin Degommetry to improve handling of comm_self a bit.
2021-04-06 Augustin Degommefix for potentially empty names
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
2021-04-06 Augustin Degommeoops
2021-04-06 Augustin Degommesame for win, get_info needs a copy.
2021-04-06 Augustin Degommeremove unwanted s4u include in all smpi files
2021-04-06 Augustin Degommeget_info calls actually must return a copy.
2021-04-06 Augustin Degommegeneralize mark_as_deleted call
2021-04-06 Augustin DegommeDon't add handles to the lookup for the sake of just...
2021-04-06 Augustin Degommeadd two fortran declarations
2021-04-06 Augustin DegommeAdd message to help improve backtrace
2021-04-06 Augustin Degomme\t removed
2021-04-06 Augustin Degommeprint backtrace when we exit due to an MPI failure
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-06 SUTER Fredericprefer create_host than creating the creation args
2021-04-06 SUTER Fredericcleanups
2021-04-06 SUTER Fredericsimplify kernel part of disk. It's really shallow now
2021-04-06 SUTER Fredericcosmetics
2021-04-06 SUTER FredericMatch Io and Exec creation
2021-04-06 SUTER FredericSave one assert and do not use shring policy to determi...
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
next