Originally posted by: SystemAdmin
Could you please provide additional information? Which version are you using and on which platform?
Additional, it would be great if you could send the model that produces the segfault.
One known issue is a bug in the Intel Math Kernel Library (MKL) that we are using inside the barrier algorithm (and with opportunistic parallel, we are using concurrent LP for the root node, which also calls barrier).
If you are indeed hitting the MKL bug, you could try to set the MKL_DISABLE_FAST_MM as system environment variable. This variable disables the MKL internal memory management, which fixes one of the bugs and degrades MKL performance a bit.
#CPLEXOptimizers#DecisionOptimization