Skip to content

Undefined symbol GOMP_parallel #522

Answered by svigerske
marcovc asked this question in Q&A
Discussion options

You must be logged in to vote

ldd is not about symbols, but shows you the library dependencies.

Apparently there is an unresolved OpenMP symbol in the Pardiso library, but the pardiso lib misses to list the OpenMP lib (libgomp.so) as a dependency. @oschenk ?

Making Ipopt depend on libgomp may work around that, so try calling Ipopt's configure with LDFLAGS=-fopenmp. Or run SCIP with LD_PRELOAD=libgomp.so in your environment.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by svigerske
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants