Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
79f5cf26
Commit
79f5cf26
authored
Oct 28, 2020
by
rusty1s
Browse files
print info
parent
c2fc5a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
setup.py
setup.py
+1
-0
No files found.
setup.py
View file @
79f5cf26
...
@@ -24,6 +24,7 @@ def get_extensions():
...
@@ -24,6 +24,7 @@ def get_extensions():
extra_link_args
=
[]
extra_link_args
=
[]
info
=
parallel_info
()
info
=
parallel_info
()
print
(
info
)
if
'parallel backend: OpenMP'
in
info
and
'OpenMP not found'
not
in
info
:
if
'parallel backend: OpenMP'
in
info
and
'OpenMP not found'
not
in
info
:
extra_compile_args
[
'cxx'
]
+=
[
'-DAT_PARALLEL_OPENMP'
,
'-fopenmp'
]
extra_compile_args
[
'cxx'
]
+=
[
'-DAT_PARALLEL_OPENMP'
,
'-fopenmp'
]
else
:
else
:
...
...
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