Hello Mike,
Could you provide more details about your MFC project? You can insert the MPI code to MFC project with no problem by setting the project properly as you did for separate MPI project. However, have you considered how to distribute your MPI code to the
cluster, ie. how you invoke your MPI apps in you MFC project? In my suggestion, the easiest way to invoke your MPI apps inside MFC is to compile your MPI apps separately. Then in you MFC project, just using job scheduler API to invoke the MPI apps. By doing
so, you can development and debug your MPI code independently from your main MFC project.
Please let me know whether this is doable in your project.
James