Everything looks fine:
$ ldd /opt/darktable/bin/darktable|grep gomp    libgomp.so.1 => 
/lib64/libgomp.so.1 (0x00007f109c198000)


$ /opt/darktable/bin/darktable --version
this is darktable 1.7.0+1818~g3c930c6
copyright (c) 2009-2015 johannes hanika
[email protected]

compile options:
  OpenMP support enabled
  OpenCL support enabled
  Lua support disabled
  Colord support enabled
  gPhoto2 support disabled
  GraphicsMagick support enabled


but all processing became much slower without OpenMP, especially export.
What else can I check?
Thanks,Andrew
      From: Tobias Ellinghaus <[email protected]>
 To: [email protected] 
 Sent: Sunday, July 26, 2015 5:16 AM
 Subject: Re: [Darktable-users] OpenMP problem
   
Am Sonntag, 26. Juli 2015, 07:42:36 schrieb [email protected]:


> I use Fedora 22 64 bit Mate and Darktable built from git. Everything worked
> great, DT used all 8 cores. Then I decided to try XFCE. I didn't like it
> compared to Mate and promptly removed it. After that DT started using only
> 1 core instead of 8. I tried rebuilding DT, reinstalling it from packages,
> ensured that core options do specify 8 background threads - nothing helped.
> Other OpenMP-aware programs like Handbrake continue working correctly. What
> can I do to find and fix the problem with DT?

Is your dt executable linked to libgomp? Check with

  ldd `which darktable` | grep gomp

and also see what compile options were used with

  darktable --version


Tobias
------------------------------------------------------------------------------

_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users


  
------------------------------------------------------------------------------
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to