Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_display_process_status becomes Global::display_all_actor_status
[simgrid.git] / examples / smpi /
2019-12-08 Arnaud GierschFix portability issues in shellscripts (codefactor...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommerequalify tesh as one message changed category
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-03 Augustin Degommeoops
2019-10-03 Augustin Degommetimer on windows WSL seems less precise and was countin...
2019-10-03 Augustin Degommeadd test for call location with ti traces/replay/adjust...
2019-10-03 Augustin Degommereplay : allow to really use --cfg=smpi/simulate-comput...
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-25 Arnaud GierschPrefer sh to bash.
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Martin QuinsonKill TRACE_smpi_finalize() and have the container unreg...
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-18 Martin QuinsonThese tests really need zero buffering
2019-08-18 Martin QuinsonFix tesh for the new mc-sendsend test
2019-08-18 Martin Quinsonfix make dist and python dist
2019-08-17 Martin Quinsonadd a test of MC detecting blocking send/send patterns
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonRestore the -no-privatize to the ampi example
2019-08-01 Martin QuinsonSMPI: redesign the end of actors/ranks' lifetime
2019-07-16 Arnaud GierschCosmetics.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-06-03 Arnaud GierschUnused parameters argc/argv.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Augustin Degomme--quiet long version is not supported on sunos
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeAdd simple gemm example for SMPI with sampling macros.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-25 Frederic Suterdo not promote bad practices: use "accessor" to get...
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-19 Augustin Degommereduce size of message sent ..
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschReset pointer to make it clear for cppcheck that it...
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-14 Augustin Degommefix dist
2019-01-14 Augustin Degommerename test to avoid name conflict (for sonarcloud...
2019-01-11 Augustin Degommeadd missing dependency
2019-01-11 Martin Quinsondo not build the examples by default, only when running...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin Quinsonmake this test more robust to cruft that may remain...
2018-11-27 Millian Poquet[examples] smpi-replay-mm: trace w/ collectives
2018-11-26 Frederic Suterrevalidate tesh files with correct ranks (starting...
2018-11-22 Arnaud GierschMerge remote-tracking branch 'github/master'
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-22 Augustin Degommetest some tracing options
2018-11-21 Millian Poquet[misc] spacing cosmetics
2018-11-21 Millian Poquet[smpi] replay from `smpirun -replay <tracefile>`
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-21 Millian Poquet[smpi args cleanup] remove load-balancer-replay
2018-11-21 Millian Poquet[smpi args cleanup] adapt replay examples
2018-10-25 Millian Poquet[examples] smpi-replay-mm: free -> xbt_free
2018-10-25 Millian PoquetMerge branch 'smpi-replay-mm-robustness'
2018-10-25 Millian Poquet[examples] smpi-replay-mm: sleep(1) at job end
2018-10-25 Millian Poquet[examples] smpi-replay-mm: fix output sort
2018-10-25 Millian Poquet[examples] smpi-replay-mm: align actors' name
2018-10-23 Millian Poquet[examples] smpi-replay-mmd: hack--, memleak++
2018-10-22 Millian Poquet[examples] smpi-replay-mmd: (ugly) memory clean-up
2018-10-16 Millian Poquet[examples] smpi-replay-mmd: static + cleanup
2018-10-16 Millian Poquet[examples] smpi-replay-mmd: sayonara MSG
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Millian Poquet[examples] smpi-replay-mmd: use s4u::Barrier
2018-09-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-18 Martin QuinsonUnify the host names in cluster description files
2018-09-17 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-17 Martin QuinsonRename cluster.xml to cluster_backbone.xml
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-10 Martin Quinsonfix the SMPI tests that mandate smpi/wtime == 0
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-07 Arnaud GierschRemove unused files.
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Christian Heinrich[EX/SMPI/LB] Install src file correctly
2018-08-03 Christian Heinrich[SMPI/AMPI] Make AMPI examples work and install correctly
2018-08-03 Christian Heinrich[EXAMPLES/LB] Disable non-existing LB-replay test
2018-08-02 Christian Heinrich[SAMPI] Rename example from load_balancer to AMPI
2018-08-02 Christian Heinrich[EXAMPLES/LB] Add a replay example for the LB plugin
2018-08-02 Christian Heinrich[CMAKE] Activate LB example
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
2018-08-02 Christian Heinrich[EXAMPLES] Added first example/test for SAMPI (load...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
next