Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix mc build with gcc10
[simgrid.git] / src / smpi /
2019-08-27 Augustin DegommeAdd some includes to please GCC 10
2019-08-27 Arnaud Giersch[cppcheck] Reduce scope for variable.
2019-08-22 Augustin Degommetypos
2019-08-22 Augustin Degommeattach errhandlers to some forgotten calls
2019-08-22 Augustin DegommeErrors occurring during calls to routines that create...
2019-08-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-20 Faure Adrienfix bad private function location
2019-08-20 Faure Adrienexecute_flops now logs compute
2019-08-19 Augustin DegommeAllgatherv : don't output MPI_ERR_BUFFER if recvbuf...
2019-08-19 Augustin DegommeFor File, we can change the default error handler by...
2019-08-19 Augustin DegommeUnlike errors on communicators and windows, the default...
2019-08-18 Augustin Degommefix request and coll failing tests
2019-08-18 Augustin Degommetopo was a bit too eager to return errors.
2019-08-18 Augustin DegommeDon't return an error when a key is not found in an...
2019-08-18 Augustin Degommeset default error handler to MPI_ERRORS_ARE_FATAL,...
2019-08-18 Augustin Degommedisalign tags for collectives from their nonblocking...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-18 Martin QuinsonApply the default settings of 'smpi/buffering' too
2019-08-18 Martin Quinsonmore informative error message when checking params...
2019-08-18 Martin QuinsonMPI_Scatterv: sendcounts and displs params can be NULL...
2019-08-18 Martin Quinsonmore informative error messages on parameter checks...
2019-08-17 Martin Quinsonsmpirun: add a -quiet argument, allowing failing tests...
2019-08-17 Martin QuinsonPMPI_Cart_create: check that each dim is positive
2019-08-17 Martin QuinsonHave SMPI fail on MPI_ERR_* in MC mode
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-10 Martin Quinsonreduce the use of simcall_process_sleep() -> this_actor...
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 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 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 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 QuinsonDon't whine that smpi/host-speed was not set in MC...
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-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-11 Arnaud GierschUseless casts.
2019-07-10 Martin Quinsonsimplify smpirun script (and kill some perl)
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-03 Arnaud Giersch[sonar] Replace "std::function" by a template parameter.
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud Giersch[sonar] Replace usage of "printf" by a logger.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-21 Augustin Degommeunused
2019-06-21 Augustin Degommeremove spurious ;
2019-06-21 Augustin Degommeadd haiku support. Because why not.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-18 Arnaud GierschUse known PYTHON_EXECUTABLE.
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-17 Martin Quinsonsmpirun: use a python chunk to generate missing hostfiles
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschDon't take buffer on stack, 4M may be too big.
2019-05-16 Arnaud GierschCopy the values of {C,CXX,F}FLAGS into smpi{cc,cxx...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-14 Arnaud GierschGet rid of "local" keyword for sh.
2019-05-14 Arnaud GierschFix PMPI_Error_string.
2019-05-14 Augustin Degommereplace useless strncpy by a memcpy
2019-05-14 Augustin DegommeOn some systems, sqrt(int) is not defined properly...
2019-05-14 Augustin Degommeadd some debug messages to MPI_Testany
2019-05-14 Augustin Degommebefore matching message sent with MPI_ANY_SOURCE, check...
2019-05-14 Augustin DegommeDon't use positive tags for internal messages.
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-03 Augustin Degommeplease sonar by handling properly pointers in unimpleme...
next