Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_data
Commits
033decfb
Commit
033decfb
authored
Nov 14, 2021
by
incardon
Browse files
Fix openMP on OSX
parent
f5f3cfe3
Pipeline
#3825
failed with stages
in 9 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Grid/cuda/map_grid_cuda_ker.cuh
View file @
033decfb
...
...
@@ -14,7 +14,9 @@
#ifdef CUDA_GPU
#include "memory/CudaMemory.cuh"
#endif
#ifdef HAVE_OPENMP
#include <omp.h>
#endif
/*! \brief this class is a functor for "for_each" algorithm
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment