- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We distribute a CFD (computational fluid dynamics) program written in Fortran and compiled with Intel Classic Fortran 2021.6.0 and Intel MPI 2021.6. Recently a teacher had his students install the program on their laptops and one student with Windows 11 Home could not get the program to run. The reported error was
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Kevin_McGrattan yes, even our new IFX compiler only produces binaries for Intel and compatible processors.
We keep system requirements HERE
If our support for other architectures changes we'll announce it in the System Requirements and Release Notes.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it appears to be an Intel MPI error message. So that may be the problem. You can compile a Hello World without MPI, move that hello.exe program over, and run that just to confirm that Fortran apps run ok on that host.
On the Win 11 system did you install the Compiler Runtime libs AND the Intel MPI Runtime libs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, we distribute the runtime libs, and in fact, this computer was able to run an older version of our program, from Aug 2020, which did not use the oneAPI compiler or libraries. I also learned that the computer has an MS SQ2 processor. I do recall in the past having trouble with the "home" edition of Windows because it lacks some libraries that we take for granted.
I know I haven't given you enough info to solve the problem. My only question is whether there are known limitations of the OS or SQ2 processor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see this in the Intel MPI Release Notes
- Single-process run with I_MPI_FABRICS=shm may lead to crash. Please use out-of-box settings or I_MPI_FABRICS=shm:ofi instead.
- To use shared memory only and avoid network initialization on the single node, please explicitly set I_MPI_FABRICS=shm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recall this issue of fabrics some time ago. Our user is trying to run a single process application like
mpiexec -n 1 -localonly <exe> <inputs>
Does the -localonly option automatically invoke shm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the MS SQ2 processor is an ARM processor. the binaries our compiler produces only run on Intel or compatible IA architecture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, that's what I was looking for. I recall running into this issue with the new Apple chips. Will this always be the case, even after migrating to the new Fortran compiler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Kevin_McGrattan yes, even our new IFX compiler only produces binaries for Intel and compatible processors.
We keep system requirements HERE
If our support for other architectures changes we'll announce it in the System Requirements and Release Notes.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page