You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
intel compiler
About this tag
The Intel Compiler tag on WindowsForum covers issues with Intel Fortran Compiler and MS MPI on Windows 10. Users report that 64-bit Fortran programs compiled with Intel Fortran Compiler under Windows 7 fail to send arrays between tasks when moved to Windows 10, while non-array variables work. Discussions focus on troubleshooting MPI communication problems, including upgrading MS MPI versions, and seeking solutions for compatibility between Intel-compiled code and Windows 10 environments.
Hi everyone,
I have a 64bit Fortran program that was compiled by Intel Fortran Compiler under Windows 7 pro 64bit and MS MPI 2008 R2. When I moved to Windows 10 and run the same program I noticed that arrays are not any more sent between tasks. I used to send the array variable specifying its...