Re: Problem compiling a program with openmp and multithreading

2010-07-15 Thread MSteve
Ok, thanks for your answer. I will try to simplify my code (several header and source files) to keep only the part which produces the error, and I will post on the good forum with more precisions on the problem. Thanks. -- View this message in context: http://old.nabble.com/Problem-compiling-a

Problem compiling a program with openmp and multithreading

2010-07-15 Thread MSteve
Hi everybody! Here is my problem : I wrote a c++ program on Linux which uses the pthread library to handle several requests of several clients. Each request executes an algo in which some parts, some loops, are parallelized with openmp (on 2 processors). I compile my program with gcc 4.3. With on