Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28456 Discussions

oneAPI 2022.0.0.161 Fortran classic ASYNCHRONOUS issues

jimdempseyatthecove
Honored Contributor III
295 Views

Has anyone experienced issues using ASYNCHRONOUS IO with the current IVF classic?

 

After about 950 asynchronous (read...wait) using ID=n the wait hangs. I do not have a simple reproducer handy. Just want to know if others are having issues or success.

 

The failure point is quite consistent independent of using one thread or multiple threads (each with own ID's).

 

Jim Dempsey

0 Kudos
1 Reply
Ron_Green
Moderator
274 Views

Jim,

 

I searched the bug database, nothing open at this time.  You are on Windows, just to confirm (you said "IVF classic" which I assume is Windows).  Because I did close an issue on linux where async IO hung when build with -static but not when built with -static-intel (seems like the static version of glibc was at fault, not the compiler).  On Windows you would be building dynamic, not static.

0 Kudos
Reply