Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add File::open and File::close in FileSystem plugin
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 27 Oct 2021 08:56:37 +0000 (10:56 +0200)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 27 Oct 2021 08:56:37 +0000 (10:56 +0200)
commit52499398fbc12f4d4234cc7c622a0990e3daf094
tree5d5a9dbb180a2eda8bc4370e76cd5224a60bc681
parentae9ecde63e23c708bffdf472ab4c8eb77576614c
add File::open and File::close in FileSystem plugin

+ better match between C and C++ APIs
+ save some explicit new/delete in user code
examples/cpp/io-file-remote/s4u-io-file-remote.cpp
examples/cpp/io-file-system/s4u-io-file-system.cpp
include/simgrid/plugins/file_system.h
src/plugins/file_system/s4u_FileSystem.cpp
src/smpi/mpi/smpi_file.cpp