I have a problem with CSXCAD on openEMS built from source downloaded from github. The simulator works fine, I can run most of the code from the tutorial pages, but AppCSXCAD crashes. The OS if Fedora 27, running on i9-7920X with 32GB of RAM, graphics card is NVidia GeForce GTX 1060 6GB and I'm using driver from NVidia, version 384.111.
Here is when I get when I try to run AppCSXCAD:
Code: Select all
$ LIBGL_ALWAYS_INDIRECT=y LD_PRELOAD=/usr/lib64/openmpi/lib/libmpi_cxx.so ./AppCSXCAD
ERROR: In /builddir/build/BUILD/VTK-7.1.1/Rendering/OpenGL2/vtkShaderProgram.cxx, line 424
vtkShaderProgram (0x2c9a000): Shader object was not initialized, cannot attach it.
Segmentation fault (core dumped)
$
VTK has been installed from binary package provided by the distribution:
Code: Select all
$ rpm -q vtk
vtk-7.1.1-7.fc27.x86_64