Hello,
I am doing the porting of a part (some libraries) of a code to the Xeon Phi architecture. I have some questions concerning compatibility between different ICPC versions.
May be this question should have been posted to the icpc forum ?
To reach the maximum performance, we plan to use icpc V 15.0.0.90 for the Xeon Phi parts of the code.
Finaly, some of the libraries used by the code will come compiled with ICPC V13.0.1 and others (the MIC ones) with icpc 15.0.0.90.
My questions are :
* Is there a binary incompatibility between those two versions ?
* Can I link a binary object or a library compiled with icpc 13 with an object compiled with icpc 15 (even if there is a data offload inside one and an offlad execution inside the other) ?
* I think we have to link the binaries using the version 15, but is it possible to use the version 13 ?
Regards,
Michel Hummel