Version : Intel® Visual Fortran Compiler 17.0, 18.0
Operating System : Microsoft* Windows 10 64-bit, Microsoft* Windows Server 2012 R2 64-bit
Problem Description : Coarray Fortran 32-bit doesn't work on Microsoft* Windows 10 or Microsoft* Windows Server 2012 R2 (only on 64-bit OS) due to required utilities “mpiexec.exe” and “smpd.exe” not working properly.
Resolution Status :
It is a compatibility issue. You need to change the compatibility properties in order to run “mpiexec.exe” and “smpd.exe” correctly. Following workaround should resolve the problem:
1. Go to folder where your “mpiexec.exe” and “smpd.exe” files are located.
2. For both files follow these steps:
- Right click > Properties > Compatibility Tab
- Make sure the “Run this program in compatibility mode for:” box is checked and Windows Vista (Service Pack 2) is chosen.
- Click Apply and close the Properties window.
Coarray Fortran 32-bit application should work fine if all steps followed carefully.