Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
2ec5531d
Commit
2ec5531d
authored
Aug 20, 2010
by
Uwe Schulzweida
Browse files
pstream: removed define for MACOSX
parent
c89cd65c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pstream.c
View file @
2ec5531d
...
...
@@ -1361,9 +1361,7 @@ void cdoInitialize(void *argument)
int
processID
;
#if defined (_OPENMP)
#if !(defined __APPLE__ && defined __MACH__)
omp_set_num_threads
(
ompNumThreads
);
/* Have to be called for every module (pthread)! */
#endif
#endif
processID
=
processCreate
();
...
...
Write
Preview
Supports
Markdown
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