Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the put/get(_async) mailbox methods in the Python bindings
authorTom Cornebize <tom.cornebize@intel.com>
Thu, 16 Jun 2022 19:10:47 +0000 (21:10 +0200)
committerTom Cornebize <tom.cornebize@intel.com>
Fri, 17 Jun 2022 07:21:15 +0000 (09:21 +0200)
commit9452848054a946db8d50751bf2c2ec2e0c8f692e
treefe921be60d6881e4cff44db405af4a8a5ccd555b
parentcf0167eb459e9cae60188cbc9f9a7c126d857b08
Fix the put/get(_async) mailbox methods in the Python bindings

The message sizes had to fit in an int, which is too small for
some reasonable cases (e.g. sending 10 GB).
src/bindings/python/simgrid_python.cpp