Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Assert that the log categories are unique
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 25 Jan 2021 10:06:53 +0000 (11:06 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 25 Jan 2021 10:06:57 +0000 (11:06 +0100)
commit7ca53b5ebe9b96f24832b6890a34e13599b254c2
tree4d054aaf2eb9fcaae8611a6fd9383b52de0d3100
parentcd697583f3ffd8496d1ee3d3a23ee3fa7875b54c
Assert that the log categories are unique

This interacts badly with SMPI that loads the same binary several
times, as its constructors are naturally started several times. This
is why it's not a real assert but a warning for now.
examples/c/io-disk-raw/io-disk-raw.c
examples/s4u/io-disk-raw/s4u-io-disk-raw.cpp
examples/smpi/replay/replay.cpp
examples/smpi/trace_call_location/trace_call_location.tesh
include/xbt/log.h
src/smpi/internals/smpi_global.cpp
src/xbt/log.cpp
teshsuite/smpi/gh-139/gh-139.tesh
teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.tesh