Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-01-24 Christian Heinrich[SMPI] Added stupid comment to smpi_group.cpp
2018-01-24 Christian Heinrich[SMPI] Fix errors on SUSE: ActorPtr cannot be printed...
2018-01-24 Christian Heinrich[SMPI] Replace Actor::self() with smpi::Process's process_
2018-01-24 Christian Heinrich[SMPI] C++ify smpi::Process mailboxnames
2018-01-24 Christian Heinrich[SMPI] Cosmetics in smpi_process.cpp: Correct indentation
2018-01-24 Christian Heinrich[SMPI] smpi_process: Move instance_id_ from char* to...
2018-01-24 Christian Heinrich[SMPI] Remove comment
2018-01-24 Christian Heinrich[SMPI] Remove index_ and index() from smpi::Process
2018-01-24 Christian Heinrich[SMPI] Rename parameters from index to process_id in...
2018-01-24 Christian Heinrich[SMPI] smpi_process.cpp: Replace 'index' with 'Actor...
2018-01-24 Christian Heinrich[SIMIX] Remove SMPI-specific segment_index notion from...
2018-01-24 Christian Heinrich[SMPI/CHANGELOG] Deprecate smpi_process_index()
2018-01-24 Christian Heinrich[SMPI] smpi.h: Remove smpi_process_index() usage in...
2018-01-24 Christian Heinrich[SMPI] Search/Replace of smpi_process()->index() in...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Cosmetics as proposed by clang...
2018-01-24 Christian Heinrich[SMPI] Rename variables from 'rank' to 'my_proc_id...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Replace smpi_process()->index...
2018-01-24 Christian Heinrich[CHANGELOG] Update changelog with SMPI's index + trace...
2018-01-24 Christian Heinrich[SMPI] Cosmetics for smpi_pmpi_win.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Rename variable 'rank' to 'my_proc_id'
2018-01-24 Christian Heinrich[SMPI] (LAST PATCH) Fix SMPI replay & smpi-replay tesh
2018-01-24 Christian Heinrich[SMPI] (THIRD PATCH) Replace invalid uses of 'comm...
2018-01-24 Christian Heinrich[SMPI] (SECOND PATCH) Fix destinations/origins for...
2018-01-24 Christian Heinrich[SMPI] (FIRST PATCH) Remove 'getPid() - 1' arithmetic...
2018-01-24 Christian Heinrich[TESH] Replace 'smpi_process_index()' with call to...
2018-01-24 Christian Heinrich[SMPI] Remove outdated comment
2018-01-24 Christian Heinrich[SMPI] Cosmetics of smpi_pmpi_request.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Replace index() in smpi_pmpi_requests.cpp
2018-01-24 Christian Heinrich[SMPI] Replace index() in smpi_requests.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index() from smpi_pmpi_win.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index() from smpi_win.cpp + cosmetics
2018-01-24 Christian Heinrich[SMPI] Win::~Win(): Use class member rank_ instead...
2018-01-24 Christian Heinrich[SMPI] Remove usage of index() in smpi_pmpi_coll.cpp
2018-01-24 Christian Heinrich[SMPI] Make Comm::rank() use Actors
2018-01-24 Christian Heinrich[SMPI] Use actor.iface() instead of Actor::byId(actor...
2018-01-24 Christian Heinrich[SMPI] Move the pid calls to helper function that has...
2018-01-24 Christian Heinrich[SMPI] Fix smpi-replay-multiple test
2018-01-24 Christian Heinrich[EXAMPLES] Update smpi_msg_masterslave -- move the...
2018-01-24 Christian Heinrich[SMPI] Update smpi_deployment_register_process for...
2018-01-24 Christian Heinrich[SMPI] Rename 'index' to 'my_proc_id' in smpi::Process...
2018-01-24 Christian Heinrich[SMPI] Move process_data to map<Actor, smpi::Process>
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2018-01-24 Christian Heinrich[SMPI] Program against s4u::Actor and not smx_actor_t
2018-01-24 Christian Heinrich[SMPI] Move SMPI_init() call to other location
2018-01-24 Christian Heinrich[SMPI] Next step for dynamic privatization
2018-01-24 Christian Heinrich[SMPI] Added XBT_DEBUG statements to smpi_win.cpp
2018-01-24 Frederic Suterdistinguish shutdown and destroy in Java VMs
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-23 Frederic Suterplease clang
2018-01-23 Frederic Sutermessing around MSG
2018-01-22 Frederic Suterget rid of vm->isMigrating()
2018-01-22 Frederic SuterClose #105
2018-01-18 Arnaud GierschKeep deprecated functions for three versions as usual.
2018-01-18 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v322 for next deprecated...
2018-01-17 Christian Heinrich[TESH] Use platfdir and bindir for coll-alltoall test
2018-01-17 Christian Heinrich[CMAKE] Copy also hostfile_coll for smpi tests
2018-01-17 Christian Heinrich[SMPI] Added 2 FIXME's for PMPI_Is_thread_main()
2018-01-17 Christian Heinrich[SMPI] Change comment in smpi_global.cpp
2018-01-17 Christian Heinrich[SIMIX] Fix comment grammar
2018-01-17 Martin Quinsonimprove doc of how to release
2018-01-17 Martin Quinsonfix sg_host_get_current_consumption() to do the same...
2018-01-15 Christian Heinrich[SIMIX] Fix the ActorImpl signal
2018-01-15 Christian Heinrich[TESH] Update pt2pt-dsend.tesh file with bindir, platfd...
2018-01-15 Christian Heinrich[TESH] Fix smpi-trace tesh file
2018-01-15 Christian Heinrich[SMPI] Move even more redundant code to helper function
2018-01-15 Christian Heinrich[SMPI] Added FIXME comment...
2018-01-15 Christian Heinrich[SMPI] Pass the request as pointer and fix tracing
2018-01-15 Christian Heinrich[SMPI] PMPI_Waitany/all: Move redundant code to helper...
2018-01-15 Christian Heinrich[SMPI] Remove local variables
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitany
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitany
2018-01-15 Christian Heinrich[TESTS] Use platfdir, srcdir and bindir for more smpi...
2018-01-13 Arnaud GierschFix lua build.
2018-01-12 Arnaud GierschUpdate .mailmap file.
2018-01-12 Christian Heinrich[S4U] Add onCreation signal to the actor API
2018-01-12 Christian Heinrich[TESH] Use platfdir variable in coll-alltoall/clusters...
2018-01-12 Christian Heinrich[SMPI] Replace SIMIX_process_from_PID with S4U equivalent
2018-01-12 Frederic Suteruse enum class for cluster topology
2018-01-12 Frederic Suterone more class in platform creation
2018-01-12 Frederic Suterkill dead code
2018-01-12 Frederic Suterplease Sonar
2018-01-12 Christian Heinrich[SMPI] Spelling.
2018-01-12 Christian Heinrich[SMPI] Declare loop variable within the loop.
2018-01-12 Christian Heinrich[SMPI] Remove local variable sz in smpi_group.cpp
2018-01-12 Christian Heinrich[SMPI] Rename variable bar -> barrier
2018-01-12 Christian Heinrich[SMPI] Use variable instead of 3 calls to the same...
2018-01-12 Christian Heinrich[SMPI] Remove wrong comments on functions
2018-01-12 Christian Heinrich[SMPI] Fixed grammar in comment
2018-01-12 Christian Heinrich[SMPI] Added doc block for smpi_backup_global_memory_se...
2018-01-12 Christian Heinrich[SMPI] Use xbt_die() instead of printf & exit
2018-01-12 Christian Heinrich[CMAKE] Copy the file hostfile_cluster to build-dir.
2018-01-12 Christian Heinrich[CMAKE] Add srcdir, bindir and platfdir variables for...
2018-01-12 Christian Heinrich[CMAKE/TESH] Make the platfdir variable available to...
2018-01-11 Frederic Suterrefactoring and cosmetics
2018-01-11 Frederic Suteruse class and enum class in Actor parsing
2018-01-11 Frederic Suteruse enum class for trace connect kind
2018-01-11 Frederic SuterMessing up with VM
next