- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've been using the Fortran compilers (9.0 & 9.1) on a RHEL3 itanium2 system and would like to run programs developed there on a department linux (Fedora Core) cluster composed of Pentium IV machines. As the cluster has no compilers, I want to compile for pentium on the itanium, but any processor-specific options I submit are discarded and thus the binary is created for itanium.
$ ifort -arch pn4 -static -o hellopentium6 hello.f
ifort: warning: target processor options not supported in this product
Is cross-platform not supported between the ia32, em64t, and ia64 compilers, or am I neglecting some aspect of the process? Thanks for your help.
Lori
I've been using the Fortran compilers (9.0 & 9.1) on a RHEL3 itanium2 system and would like to run programs developed there on a department linux (Fedora Core) cluster composed of Pentium IV machines. As the cluster has no compilers, I want to compile for pentium on the itanium, but any processor-specific options I submit are discarded and thus the binary is created for itanium.
$ ifort -arch pn4 -static -o hellopentium6 hello.f
ifort: warning: target processor options not supported in this product
Is cross-platform not supported between the ia32, em64t, and ia64 compilers, or am I neglecting some aspect of the process? Thanks for your help.
Lori
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, if you're on Itanium, you can compile for Itanium only. There are distinct compilers for each architecture. On IA-32 and Intel 64, it's possible to install both compilers (if you have the proper gcc environment) and do cross-compile, but this is not supported on Itanium.
There is a table in the Installation Guide and Release Notes that shows the supported combinations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alas, thanks for confirming that. I am chagrined to have missed the cross-compilation table in the short reference documents- I've been searching the manuals.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page