52c85878ce
PR: 242930 Submitted by: tatsuki_makino@hotmail.com (maintainer)
12 lines
256 B
Text
12 lines
256 B
Text
[
|
|
{
|
|
type: install
|
|
message: <<EOM
|
|
If OpenMP causes a problem, define the environment variable OMP_THREAD_LIMIT, set it to 1, and then run the program.
|
|
It loses performance, but increases stability.
|
|
|
|
An example
|
|
env OMP_THREAD_LIMIT=1 openshot-qt
|
|
EOM
|
|
}
|
|
]
|