Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Host::send_to and sg_send_to
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 11 Jul 2019 21:38:31 +0000 (23:38 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 11 Jul 2019 21:40:13 +0000 (23:40 +0200)
commit7d6c459a38d4385a4e269fcd16c426290e5061d7
treef16cb201fd1d9b51a61578fd02c6c093e882b1ca
parent16161a9da50b5cd4bca163c8542a4d65ff78e7d1
add Host::send_to and sg_send_to
* mimics a sort of RMA between two hosts (with a parallel task within)
* refactor file system plugin
* fix https://framagit.org/simgrid/simgrid/issues/36
include/simgrid/host.h
include/simgrid/s4u/Host.hpp
src/plugins/file_system/s4u_FileSystem.cpp
src/s4u/s4u_Host.cpp