c - Where can i get the .h file for OpenMP? -


i'm searching omp.h file using in eclipse. failed find in openmp.org.

where find omp.h?

thanks.

under linux, can find file by

locate omp.h 

have tried use with

#include <omp.h> 

and add openmp flag g++ compiler flag?

g++ -fopenmp sample.c 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -