Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
enable remote copy and move for disks
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 11 Sep 2019 13:16:53 +0000 (15:16 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 11 Sep 2019 13:16:53 +0000 (15:16 +0200)
commit392ea56b871fa53b1f7f566340d43ddffb80d977
tree6db28cb692dc6ee5d07eefc88597b255369802be
parent3ad41a910feecc815ecd91d5cfceaa740068d7b4
enable remote copy and move for disks
* need to have a local disk on both sides. it amounts to reading on
one side, sending the read data and writing it on the other side.
* seemless remote accesses for read and write are no longer available.
* simplify the s4u-file-remote test (remote operations with storage is
still tested in teshsuite by an old MSG test)
examples/platforms/hosts_with_disks.xml
examples/s4u/io-file-remote/s4u-io-file-remote.cpp
examples/s4u/io-file-remote/s4u-io-file-remote.tesh
examples/s4u/io-file-remote/s4u-io-file-remote_d.xml
examples/s4u/io-file-system/s4u-io-file-system.cpp
examples/s4u/io-file-system/s4u-io-file-system.tesh
include/simgrid/s4u/Disk.hpp
src/kernel/resource/DiskImpl.hpp
src/plugins/file_system/s4u_FileSystem.cpp
src/s4u/s4u_Disk.cpp
src/surf/sg_platf.cpp