Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start implementing what is behind the new <disk> tag
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 2 Sep 2019 14:12:40 +0000 (16:12 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 2 Sep 2019 14:12:40 +0000 (16:12 +0200)
commiteb71d4f20b115188c0521f064f9427e01a916f72
treeceb66dbc1e9017ec23e8bb00310f4a5e4b42544c
parent9a26840d5c76893c3b805b17c62079aeded90fc9
start implementing what is behind the new <disk> tag
* Not tested at all
* Mostly duplicates the current Storage stuff minus what we want to
get rid off
* Several FIXME where the link with S4U should be done
MANIFEST.in
include/simgrid/forward.h
src/kernel/resource/DiskImpl.cpp [new file with mode: 0644]
src/kernel/resource/DiskImpl.hpp [new file with mode: 0644]
src/surf/disk_s19.cpp [new file with mode: 0644]
src/surf/disk_s19.hpp [new file with mode: 0644]
src/surf/sg_platf.cpp
src/surf/surf_interface.hpp
src/surf/xml/platf_private.hpp
src/surf/xml/surfxml_sax_cb.cpp
tools/cmake/DefinePackages.cmake