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

Why does HPCkit installed on Windows 11, install a 32 bit fortran?

nicholasferguson
Beginner
822 Views

Why does HPCkit installed on Windows 11, install a 32 bit fortran?

0 Kudos
2 Replies
Ron_Green
Moderator
820 Views

It does not.  the compiler is a 64bit application.  It can create Win 32bit binaries.  Visual Studio configuration default is ia32, so you have to be able to create output 32bit binaries even if our tools are 64bit.   Similar for Linux.  macOS is 64bit only, as Apple dropped 32bit support with Catalina.

0 Kudos
nicholasferguson
Beginner
820 Views

My bad.  In Visual Studio,I can specify fortan 64....

0 Kudos
Reply