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
Post a Comment