Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

linking error while using -parallel compiler option

TimP
Honored Contributor III
251 Views
As no one has answered that post (which appears to have replies disabled), I'll mention what may be obvious:
you must include the -parallel or equivalent option to icpc at link time so that it searches for the OpenMP and threading support.
0 Kudos
0 Replies
Reply