Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to answer to simcall when host is off.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 11 Feb 2019 15:07:12 +0000 (16:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 11 Feb 2019 15:07:12 +0000 (16:07 +0100)
commit2a4e0832d58c384b44501fea364c650327b830f9
treec7784b71752582c3745da5c0355ac659b18d155e
parenta5da20e6d4fc6ad5b4a96b72d979a48b999838b2
No need to answer to simcall when host is off.

These changes should fix tests platform-failures where some processes were
duplicated in process_to_run[], leading to runtime errors with boost and raw
contexts.

The error could be seen with a "xbt_assert(next_context != this);" just before
"this->swap_into(next_context);" in SwappedContext::suspend().
examples/deprecated/msg/CMakeLists.txt
examples/s4u/CMakeLists.txt
src/simix/smx_host.cpp
src/simix/smx_io.cpp
src/simix/smx_network.cpp
src/simix/smx_synchro.cpp