- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On our Linux cluster, the "arch" command returns x86_64; however the Intel Fortran compiler is generating 32 bit code. The only compiler option for 64 bits is '-m64' and that option is not available. What gives?
earl
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On our Linux cluster, the "arch" command returns x86_64; however the Intel Fortran compiler is generating 32 bit code. The only compiler option for 64 bits is '-m64' and that option is not available. What gives?
earl
You are entitled to install both the 32-bit and the 64-bit ifort, on an x86_64 system. You choose between them by running the environment variable script, appending the intel64 option for 64-bit in the current version, or by running the script in the /fce/ rather than the /fc/ installation directory on the past versions. The -m32 and -m64 options aren't implemented in ifort, although of course you must use them consistently for gcc when combining gcc and ifort code.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page