Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Is IFQWIN only for Microsoft Windows?

christian_convey
Beginner
800 Views

I'm porting an old Compaq Fortran app to Intel Fortran 11.1 on Windows and OS X.

I've found some stuff on the web saying that the module "DFLIB" is replaced by three new modules: "IFPORT", "IFCORE", and "IFQWIN".

The problem is, at least on OS X, I can't find any file named like "*IFQWIN*". Is that module only available on the Windows version of Intel Fortran? Or do I maybe have a messed-up insttallation of Ifort on OS X?

Thanks,
Christian

0 Kudos
1 Reply
Steven_L_Intel1
Employee
800 Views
QuickWin is Windows-only. But the routines you want may be in IFPORT or IFCORE, which are available on all three platforms. Try using just IFPORT and IFCORE and see if you can build.
0 Kudos
Reply