Hello,
We decided to evaluate the beta version of cluster studio xe 2015. Thus, I downloaded the tar file, installed it and everything went fine. Then I tried to compile (and link) a piece of code that I was using previously without any trouble. I use icpc to compile the different objects of my project then I link my project into an executable. The SAME linking command works under the 2013 noon-commercial edition but fails with the 2015 cluster. The compiler doesn't seem to find my objects. It is complaining that functions inside the objects are not referenced. At first, I thought I made a mistake than I test the same linking command on another machine (that still has the 2013 version) and it works just fine...
It seems that something is not right with the 2015 compiler...
Pierre
PS: Tested under RHEL 6.5 and under Ubuntu...