Home > Software engineering >  Icc9.0 VC6.0 openmp configuration problems
Icc9.0 VC6.0 openmp configuration problems

Time:10-12

Icc9.0 according to the online tutorials, installed, and then according to the tutorial configuration openm, at compile time appeared the following questions, do not know to whether there are met, can also help:
The Compiling...
Icl multiThread. CPP
icl: Command line warning: ignoring the option '- Qopenmp'; No argument required
multiThread. Obj: error LNK2001: unresolved external symbol _omp_get_thread_num
MultiThread. Exe: fatal error LNK1120:1 unresolved externals
An error occurred when performing xicl6. Exe.
MultiThread. Obj - 1 error (s), and 0 warning (s)
What reason is this?

CodePudding user response:

Little link related library, I guess,

CodePudding user response:

Before a similar situation seems less link libraries are concerned, but I don't know this, after all in the compiler
  • Related