Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_file_open/close now are in the plugin
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 30 Nov 2017 15:08:57 +0000 (16:08 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 30 Nov 2017 15:08:57 +0000 (16:08 +0100)
commit04d3d36e9e87d194bee4f88859f96d66975cce31
treedd1bc3bca7c1c2902f8eb8423ce96ef585a275f0
parentd8d9b58131bfeed28a5c1458ea2bee892121e3a6
MSG_file_open/close now are in the plugin
as long as the Host extension to handle maximum number of open files

only the remote operation remain outside of the plugin. they imply
some parallel tasks (pushed send) that require a bit of thinking
include/simgrid/msg.h
include/simgrid/plugins/file_system.h
src/msg/msg_global.cpp
src/msg/msg_host.cpp
src/msg/msg_io.cpp
src/msg/msg_private.hpp
src/plugins/file_system/FileSystem.hpp
src/plugins/file_system/s4u_FileSystem.cpp