I am using Visual Studio 2022 with Intel OneAPI (Base + HPC) to try and create a Fortran program in Windows 11. I'm having a few issues compiling which I'm troubleshooting, but I'm stumped that ifx won't even tell me what version is installed?
Why would "ifx /version" or "ifx --version" be an unknown option?
I've tried uninstalling-reinstalling OneAPI and Visual Studio, I've tried repairing the OneAPI toolkits, all which hasn't helped. Any suggestions or thoughts would be greatly appreciated, as I'd love to learn more here.
Simply put, there is no such flag in the official documentation. To display the version information, use, according to the options list, the -logo
//logo
flag.