configure intel C compiler / eclipse development environment

公子昂
2023-12-01

1. install eclipse + C SDK

2. install intel parallel studio , including X64 composer, TBB.

3. set environment variables as intel instruction.

4. add intel composer to eclipse as plug-ins.

5. add intel include directories to eclipse project. (tbb and so on)

6. add intel lib directories to eclipse project. (tbb.so and so on)

7. add intel lib names to eclipse project. ( e.g. 'libsundials.so' -> add 'sundials' )

8. build all.

 类似资料:

相关阅读

相关文章

相关问答