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

Is IFQWIN only for Microsoft Windows?

christian_convey
Beginner
797 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
797 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