Open kingsley1989 opened 2 years ago
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 my late reply.
The build setting on my mac is as follow: SCIP 7.0.3 (SCIPOptSuite-7.0.3-Darwin) cmake 3.21.1 Apple clang 13.0.0 openmpi 4.1.1 julia 1.6.0
The UserConfig.cmake
content on Mac:
# This file defines the user-specific settings.
set(MA27LIB_DIR "")
set(CPLEX_LIB_DIR "")
set(CPLEX_INC_DIR "")
set(GUROBI_LIB_DIR "")
set(GUROBI_INC_DIR "")
set(SCIPOPT_INC_DIR "/Users/kinghua/workspace/SCIPOptSuite-7.0.3-Darwin/include")
set(SCIPOPT_LIB_DIR "/Users/kinghua/workspace/SCIPOptSuite-7.0.3-Darwin/lib")
The build setting on HPC is as follow: CPLEX/20.0.1 cmake/3.21.4 gcc/8.3.0 openblas/0.3.7 openmpi/4.1.1 julia/1.6.1
The UserConfig.cmake
content on HPC:
# This file defines the user-specific settings.
set(MA27LIB_DIR "")
set(CPLEX_LIB_DIR "/home/y/yankai/khua1989/CPLEX/opt/ibm/ILOG/CPLEX_Studio201/cplex/lib/x86-64_linux/static_pic")
set(CPLEX_INC_DIR "/home/y/yankai/khua1989/CPLEX/opt/ibm/ILOG/CPLEX_Studio201/cplex/include/ilcplex")
set(GUROBI_LIB_DIR "")
set(GUROBI_INC_DIR "")
set(SCIPOPT_INC_DIR "")
set(SCIPOPT_LIB_DIR "")
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:
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 "ctest" on DSP has no problem
I will be glab to provide more details if needed.
Any help would be appreciated.