♦♣♠♥

Results 171 comments of ♦♣♠♥

it's here https://github.com/PHAREHUB/PHARE/pull/115/files#diff-5ce1f5e96daeccf6ec83e1eb3f551e28R12

I can reproduce this

we may want to consider something like this to kill the global dict https://github.com/Dekken/maiken/blob/master/server.cpp#L55

a possible solution might be to put PhareDict.stop() in ~PythonDataProvider()

it might still be an issue

possible work around is to kill the PythonDataProvider after "simulator->initialize();"

gtest define macro causes issues https://github.com/google/googletest/issues/3390 ``` sed -i 's/# define GTEST_CAN_STREAM_RESULTS_ 1/# define GTEST_CAN_STREAM_RESULTS_ 0/g' subprojects/googletest/googletest/include/gtest/internal/gtest-port.h ``` edit: resolved by cmake refactor, declare CXX_STANDARD after deps

highfive cmake config issue with PGI https://github.com/BlueBrain/HighFive/issues/446

build passing on TC https://hephaistos.lpp.polytechnique.fr/teamcity/buildConfiguration/Phare_Phare_GhPrPgccSamraisub

> > gtest define macro causes issues > > [google/googletest#3390](https://github.com/google/googletest/issues/3390) > > ``` > > sed -i 's/# define GTEST_CAN_STREAM_RESULTS_ 1/# define GTEST_CAN_STREAM_RESULTS_ 0/g' subprojects/googletest/googletest/include/gtest/internal/gtest-port.h > > ``` > >...