sl1pkn07 commented on issue #17641: OpenMP Error
URL: 
https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590963638
 
 
   in archlinux (my case)
   
   libgomp and libomp is provided by different package
   
   ~~~
   └───╼  pacman -Ql openmp |grep .so
   openmp /usr/lib/libomp.so
   openmp /usr/lib/libomptarget.rtl.x86_64.so
   openmp /usr/lib/libomptarget.so
   └───╼  pacman -Ql gcc-libs |grep mp.so
   gcc-libs /usr/lib/libgomp.so
   gcc-libs /usr/lib/libgomp.so.1
   gcc-libs /usr/lib/libgomp.so.1.0.0
   ~~~
   
   openmp is builded with this flag for prevent make a libomp symlink
   
   ~~~
      -DLIBOMP_INSTALL_ALIASES=OFF
   ~~~
   
(https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/openmp#n35)
   
   i'm not sure if this helps
   
   greetings

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to