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

Windows: sys/mman.h #89

Closed
danturner opened this issue Sep 21, 2015 · 3 comments
Closed

Windows: sys/mman.h #89

danturner opened this issue Sep 21, 2015 · 3 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@danturner
Copy link

sys/mman.h doesn’t exist on windows. This one might be kind of tricky. I used a google code version of mman as a workaround: https://code.google.com/p/mman-win32/ . I’m not sure what a more permanent solution would look like.

@crtrott
Copy link
Member

crtrott commented Sep 22, 2015

I believe we have guards already but they are not uniformly used and in particular missing for an include in base allocator. The other usage is in guest. Maybe we can hack up our copy of it??

@crtrott crtrott added bug - fix pushed to develop branch Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) labels Oct 28, 2015
@crtrott
Copy link
Member

crtrott commented Oct 28, 2015

I think we got this fixed on develop

@crtrott
Copy link
Member

crtrott commented Nov 12, 2015

Pushed to master

@crtrott crtrott closed this as completed Nov 12, 2015
@crtrott crtrott self-assigned this Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants