I'm using Visual Studio 2013 and IncrediBuild 5.5 to build apps using Intel Parallel Studio. I've recently downloaded Intel MPI and found that it essentially has a compiler wrapper (mpiicpc) that I need to use to compile apps (and, correspondingly, run them with mpiexec).
My question is this: how do I configure Visual Studio 2013 so that mpiicpc is used instead of icpc for compilation?
Thanks.