Re: [Bioc-devel] OpenMP on OS X

2016-04-16 Thread Aaron Taudt
That did the trick! Thanks. 2016-04-15 17:28 GMT+02:00 Vincent Carey : > other packages use > > #ifdef _OPENMP > > #include > > #endif > > > have you tried that? > > On Fri, Apr 15, 2016 at 11:21 AM, Aaron Taudt > wrote: > >> Hi, >> >> I am using openmp support in my C++ code and it builds jus

Re: [Bioc-devel] OpenMP on OS X

2016-04-15 Thread Martin Morgan
On 04/15/2016 11:28 AM, Vincent Carey wrote: other packages use #ifdef _OPENMP #include #endif have you tried that? And additional details at https://cran.r-project.org/doc/manuals/r-release/R-exts.html#OpenMP-support On Fri, Apr 15, 2016 at 11:21 AM, Aaron Taudt wrote: Hi, I a

Re: [Bioc-devel] OpenMP on OS X

2016-04-15 Thread Vincent Carey
other packages use #ifdef _OPENMP #include #endif have you tried that? On Fri, Apr 15, 2016 at 11:21 AM, Aaron Taudt wrote: > Hi, > > I am using openmp support in my C++ code and it builds just fine on Windows > and Linux. The morelia build output for OS X however yields the following > er

Re: [Bioc-devel] OpenMP on OS X

2016-04-15 Thread Aaron Taudt
Hi, I am using openmp support in my C++ code and it builds just fine on Windows and Linux. The morelia build output for OS X however yields the following error: In file included from ./R_interface.h:5: ./scalehmm.h:16:10: fatal error: 'libiomp/omp.h' file not found #include // parallelization op