You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling in Visual Studio 2022 v. 17.14.16 using IFX 2025.2.0, the following warning appears:
command line error: Unrecognized keyword 'f15' for option '/stand'
The Intel Fortran Compiler has deprecated f15, and recommends f18. Testing with f08 to match the other build options or f18 both appear to work, though the stack size needs to be increased from the default in order to pass all tests.