[digikam] [Bug 413972] align_image_stack and enfuse use only 1 CPU core if called by digiKam plugin, 4 CPU core on command line

2019-11-10 Thread Frerk Meyer
https://bugs.kde.org/show_bug.cgi?id=413972

--- Comment #5 from Frerk Meyer  ---
(In reply to Maik Qualmann from comment #4)
Hello Maik Qualmann,

Many thanks for this blazing fast response.
I hope this will solve it, cant wait to try 7.0.0 then.

Frerk

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 413972] align_image_stack and enfuse use only 1 CPU core if called by digiKam plugin, 4 CPU core on command line

2019-11-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=413972

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.0.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/bdada4d92763
   ||5f4aa5ee9579a2964a00382eb87
   ||c
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Maik Qualmann  ---
Git commit bdada4d927635f4aa5ee9579a2964a00382eb87c by Maik Qualmann.
Committed on 09/11/2019 at 17:39.
Pushed by mqualmann into branch 'master'.

set OMP_NUM_THREADS environment variable
FIXED-IN: 7.0.0

M  +2-1NEWS
M  +10   -2   
core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp
M  +10   -1core/dplugins/generic/tools/panorama/tasks/commandtask.cpp

https://invent.kde.org/kde/digikam/commit/bdada4d927635f4aa5ee9579a2964a00382eb87c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 413972] align_image_stack and enfuse use only 1 CPU core if called by digiKam plugin, 4 CPU core on command line

2019-11-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413972

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #3 from caulier.gil...@gmail.com ---
Maik, yes i confirm, same behavior under Mageia...

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 413972] align_image_stack and enfuse use only 1 CPU core if called by digiKam plugin, 4 CPU core on command line

2019-11-09 Thread Frerk Meyer
https://bugs.kde.org/show_bug.cgi?id=413972

--- Comment #2 from Frerk Meyer  ---
I only introduced the environment variable OMP_NUM_THREADS after I noticed that
only 1 core was used without. It was my try to remedy the situation.

So the bug was there on my machine without any environment variables with 'OMP'
set.

It may be specific to LEAP 15.1 or to my machine.

But OMP_NUM_THREADS influences both, align_image_stack and enfuse if called
from the command line as expected.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 413972] align_image_stack and enfuse use only 1 CPU core if called by digiKam plugin, 4 CPU core on command line

2019-11-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=413972

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
from the Enfuse Help:

The OMP_NUM_THREADS environment variable sets the number of threads to use in
OpenMP parallel regions. If unset Enfuse uses as many threads as there are
CPUs.


If the variable is not set, all available CPU cores will be used. I can confirm
that here on openSUSE Tumbleweed, with me all CPU cores are used. Gilles, can
you do a test under Mageia?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.