CarpetX's openPMD output code includes lohman/json.hpp which is not installed by openPMD_api

Issue #3 resolved
Roland Haas created an issue

This leads to compile time failures:

COMPILING CarpetX/CarpetX/src/io_openpmd.cxx
/home/jenkins/workspace/CarpetX/configs/sim/build/CarpetX/io_openpmd.cxx:18:10: fatal error: nlohmann/json.hpp: No such file or directory
   18 | #include <nlohmann/json.hpp>

removing the offending requires that one hand-constructs the correct json options string which should be easily possible

Comments (3)

  1. Log in to comment