Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenMP support #3

Open
muschellij2 opened this issue Aug 22, 2019 · 1 comment
Open

OpenMP support #3

muschellij2 opened this issue Aug 22, 2019 · 1 comment

Comments

@muschellij2
Copy link
Contributor

Not all Mac OSX users have OpenMP support (unless they install the clang toolchain from CRAN).

Please see
https://github.com/USCBiostats/software-dev/wiki/Setting-up-optional-OpenMP-support
Rdatatable/data.table#2161

for some resources on how to add if statements using autoconf for openMP flags.

@muschellij2
Copy link
Contributor Author

For those on OSX, if you have this in ~/.R/Makevars, you should be fine:

SHLIB_OPENMP_CFLAGS=
SHLIB_OPENMP_CXXFLAGS=
SHLIB_OPENMP_CPPFLAGS=
SHLIB_OPENMP_FCFLAGS= 
SHLIB_OPENMP_FFLAGS=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant