The compilation from a node of gaya does not work:
#include <pugixml.hpp>
^~~~~~~~~~~~~
1 error generated.
make[2]: *** [_deps/fmi4cpp-build/src/CMakeFiles/fmi4cpp.dir/build.make:233: _deps/fmi4cpp-build/src/CMakeFiles/fmi4cpp.dir/fmi4cpp/fmi2/xml/model_description_parser.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:11198: _deps/fmi4cpp-build/src/CMakeFiles/fmi4cpp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Step to reproduce
- Allocate the job
salloc -p public -N 1 --exclusive
- Connect to the node
ssh gaya2
- Go to build directory
cd /data/home/saigre/feelpp/build/default/toolboxes/heat
- Begin the compilation
make
Note that this issue does not occur on the frontal, where the compilation runs well (but takes much more time)
/cc @prudhomm
The compilation from a node of gaya does not work:
Step to reproduce
salloc -p public -N 1 --exclusivessh gaya2cd /data/home/saigre/feelpp/build/default/toolboxes/heatmakeNote that this issue does not occur on the frontal, where the compilation runs well (but takes much more time)
/cc @prudhomm