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
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
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
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