Software Archive
Read-only legacy content
17061 Discussions

Using embree on CentOS 6.4

eben_l_
Beginner
906 Views

 When I running "embree" in CnetOS6.4,there goes error message"libembree_xeonphi.so.2  COI_MISSING_DEPENDENCY".
 Is there any other way for me to debug?

 

0 Kudos
3 Replies
BelindaLiviero
Employee
906 Views

Can you confirm the version of embree you downloaded (and from where)?

 

0 Kudos
eben_l_
Beginner
906 Views

There is my config as below.

OS:CENTOS 6.4 X64 、 CENTOS 6.5 X64
Install kit:LLVM 、 Clang 、 ISPC 、 MPSS 3.1.2(only mpss  no OFED….) 、Intel Composer XE 2013_SP1.2.14

embree 2.2 

git clone https://github.com/embree/embree.git embree

git clone https://github.com/embree/embree-renderer.git embree-renderer

 

There goes error message when I build program. Is it possible to cause the error before?

error message:icpc:warning #10237:-lcilkrts linked in dynamically,static library not available

 

 

0 Kudos
BelindaLiviero
Employee
906 Views

try this:

1) Locate the directory where these libraries are in your installation

2) set this environment variable prior to embree execution (COI uses this to find the libraries on the host and copy them to the coprocessor):

     export SINK_LD_LIBRARY_PATH=<path1>:<path2:>

Where <path1> and <path2> are full paths in your given file systems to the directory which holds the necessary libraries for your application.

 

0 Kudos
Reply