Coreform Cubit on OpenSuse: LD_LIBRARY_PATH=""

Hello,
I am trying to install Coreform Cubit on OpenSuse Leap 15.3 and Tumbleweed. I downloaded the Coreform-Cubit-2020.2-Cen7.tar.gz and simply extracted. But when I try to run using the command:
./bin/coreform_cubit

I can see the activation screen and then it crashes with the following message:
[2021-06-07 13:22:15.907] [info] RLM session initialized
Supervisor::Impl::load_plugins: Loaded component: libcubitcomp.ccl
Supervisor::Impl::load_plugins: Loaded component: libcubitcompgui.ccg
Segmentation fault (core dumped)

Any help/suggestion would be greatly appreciated!

Best,
Hom Nath

I’d recommend updating to Coreform Cubit 2021.5 and using the RPM installer. We’ve made a number of improvements with installation and packaging that should fix this issue.

If you’re unable to update, there’s a few things you can do:
There’s a readme.txt file in the installation directory that lists all the dependencies Coreform Cubit requires. For Redhat-based distributions, that list is here:

libX11 
mesa-libGL (If graphics driver is not already installed)
mesa-libGLU (If graphics driver is not already installed)
libXt 
xcb-util-wm 
xcb-util-image 
xcb-util-keysyms 
xcb-util-renderutil 
libxkbcommon-x11
libglvnd-opengl

If that doesn’t fix the issue, set the environment variable CUBIT_VERBOSE=5 in your shell and run coreform_cubit again. Please report the full output.

Also take a system call log with strace like this:

strace -o debug_cubit.txt ./coreform_cubit

Please attach the generated debug_cubit.txt file.

Thanks Scot! New version runs perfectly. Greatly appreciated!

Best,
Hom Nath

1 Like