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
tianlh
LightGBM-DCU
Commits
4cbff0c8
Unverified
Commit
4cbff0c8
authored
Jul 20, 2024
by
Nikita Titov
Committed by
GitHub
Jul 20, 2024
Browse files
[docs] fix link to multiple OpenMP issue description (#6562)
parent
ed327aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/FAQ.rst
docs/FAQ.rst
+1
-1
No files found.
docs/FAQ.rst
View file @
4cbff0c8
...
@@ -202,7 +202,7 @@ If you are using any Python package that depends on ``threadpoolctl``, you also
...
@@ -202,7 +202,7 @@ If you are using any Python package that depends on ``threadpoolctl``, you also
Detailed
description
of
conflicts
between
multiple
OpenMP
instances
is
provided
in
the
`
following
document
<
https
://
github
.
com
/
joblib
/
threadpoolctl
/
blob
/
master
/
multiple_openmp
.
md
>`
__
.
Detailed
description
of
conflicts
between
multiple
OpenMP
instances
is
provided
in
the
`
following
document
<
https
://
github
.
com
/
joblib
/
threadpoolctl
/
blob
/
master
/
multiple_openmp
.
md
>`
__
.
**
Solution
**:
Assuming
you
are
using
LightGBM
Python
-
package
and
conda
as
a
package
manager
,
we
strongly
recommend
using
``
conda
-
forge
``
channel
as
the
only
source
of
all
your
Python
package
installations
because
it
contains
built
-
in
patches
to
workaround
OpenMP
conflicts
.
Some
other
workarounds
are
listed
`
here
<
https
://
github
.
com
/
joblib
/
threadpoolctl
/
blob
/
master
/
multiple_openmp
.
md
#
user
-
content
-
w
orkarounds
-
for
-
i
ntel
-
o
pen
mp
-
and
-
llvm
-
openmp
-
case
>`
__
.
**
Solution
**:
Assuming
you
are
using
LightGBM
Python
-
package
and
conda
as
a
package
manager
,
we
strongly
recommend
using
``
conda
-
forge
``
channel
as
the
only
source
of
all
your
Python
package
installations
because
it
contains
built
-
in
patches
to
workaround
OpenMP
conflicts
.
Some
other
workarounds
are
listed
`
here
<
https
://
github
.
com
/
joblib
/
threadpoolctl
/
blob
/
master
/
multiple_openmp
.
md
>`
__
under
the
"W
orkarounds
for
I
ntel
O
pen
MP and LLVM OpenMP case"
section
.
If
this
is
not
your
case
,
then
you
should
find
conflicting
OpenMP
library
installations
on
your
own
and
leave
only
one
of
them
.
If
this
is
not
your
case
,
then
you
should
find
conflicting
OpenMP
library
installations
on
your
own
and
leave
only
one
of
them
.
...
...
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