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.

Issue with use DFLIB command

sasikumars
Beginner
885 Views
Hi,
I am using VS2005 and Intel 9.1 compiler. I am trying to compile the fortran code using Fortran compiler. I am getting the error "Error in opening the Library module file". Any idea how to fix this issue.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
885 Views

This should work - in VS, select Tools > Options > Intel Fortran and click the ... button next to Include Files. It should have the compiler's INCLUDE folder.

Consider changing DFLIB to one of the IFxxx modules. Look in the documentation for the routines you're using to see which one(s) you need.
0 Kudos
Mizanur_R_
Beginner
885 Views

I need help to resolve linking error. I am using source code which can compile in DEVELOPER FORTRAN IN VISUAL STUDIO. I am usingIntel(R) Visual Fortran     Package ID: w_fcompxe_2013_sp1.3.202 Intel(R) Visual Fortran Composer XE 2013 SP1 Update 3 Integration for Microsoft Visual Studio* 2012, 14.0.0092.1 to compile the  code. Code has quick window option. Can I still use DFLIB command or I need to use IFPORT, IFCORE and IFQWIN.

I am getting following error. Seems it is not getting library routine.

Thanks

0 Kudos
Steven_L_Intel1
Employee
885 Views

You can still USE DFLIB. I don't see the error message in your post.

0 Kudos
Reply