File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ tar -zxvf tbb*lin.tgz
222
222
folder:
223
223
``` bash
224
224
ln -s /opt/intel/tbb_< tbb_version> /tbb/lib/intel64/gcc4.8/libtbb.so
225
- /opt/intel/oclcpuexp /x64/libtbb.so
225
+ /opt/intel/oclcpuexp_ < cpu_version > /x64
226
226
ln -s /opt/intel/tbb_< tbb_version> /tbb/lib/intel64/gcc4.8/libtbbmalloc.so
227
- /opt/intel/oclcpuexp /x64/libtbbmalloc.so
227
+ /opt/intel/oclcpuexp_ < cpu_version > /x64
228
228
ln -s /opt/intel/tbb_< tbb_version> /tbb/lib/intel64/gcc4.8/libtbb.so.2
229
- /opt/intel/oclcpuexp /x64/libtbb.so.2
229
+ /opt/intel/oclcpuexp_ < cpu_version > /x64
230
230
ln -s /opt/intel/tbb_< tbb_version> /tbb/lib/intel64/gcc4.8/libtbbmalloc.so.2
231
- /opt/intel/oclcpuexp /x64/libtbbmalloc.so.2
231
+ /opt/intel/oclcpuexp_ < cpu_version > /x64
232
232
```
233
233
234
234
5 ) Configure library paths
You can’t perform that action at this time.
0 commit comments