You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Sorry for opening an issue during Christmas and New Year, but when I use DSPopt.jl, I failed to pass some of the tests and occurred the segmentation fault (received signal: 11).
I installed DSP and DSPopt in two places:
When I installed DSP and DSPopt on a 2020 Intel Macbook Pro with the solver of SCIP.
When I ran "] test DSPopt", it couldn't execute the optimization procedure and got the segmentation fault (received signal: 11)
I also ran "ctest" for DSP and it didn't pass two tests on problems 6 and 24, I don't know whether it related to the failure of the DSPopt test.
I also install DSP and DSP on a Linux HPC server (ComputeCanada) with the solver CPLEX.
Here when I ran "] test DSPopt", the test looks fine but it still pop out the segmentation fault (received signal: 11) at the end of the process.
Here "ctest" on DSP has no problem
I will be glab to provide more details if needed.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
kingsley1989
changed the title
Failure of to pass the test (segm)
Failure of to pass the test (segmentation fault)
Jan 1, 2022
Thanks for the report. We will look into that. Meanwhile, can you give us more information for the build setting (e.g., sharing UserConfig.cmake)? Which version of SCIP did you use?
Hello,
Sorry for opening an issue during Christmas and New Year, but when I use DSPopt.jl, I failed to pass some of the tests and occurred the segmentation fault (received signal: 11).
I installed DSP and DSPopt in two places:
When I ran "] test DSPopt", it couldn't execute the optimization procedure and got the segmentation fault (received signal: 11)
I also ran "ctest" for DSP and it didn't pass two tests on problems 6 and 24, I don't know whether it related to the failure of the DSPopt test.
Here when I ran "] test DSPopt", the test looks fine but it still pop out the segmentation fault (received signal: 11) at the end of the process.
Here "ctest" on DSP has no problem
I will be glab to provide more details if needed.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: