Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

is it possible to build source code locally and then run this binary on cluster which has not install intel complier

yongbei_ma_
New Contributor I
961 Views

Friends,

if I build my source code on my local computer,then upload the binary file to cluster and the cluster has not install intel complier.

is this possible to run binary file?are there some trick to build this binary file?

Thanks

0 Kudos
1 Reply
TimP
Honored Contributor III
961 Views
The static-intel option would take care of many Intel compiler library dependencies by copying functions into your executable. The redistributable installer which should be available at the compiler download site (If you have a full license) would install all those shared object libraries.
0 Kudos
Reply