Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
공지
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.

Trouble linking NAG library

Anonymous45
초급자
396 조회수
Hi there
I am using the Intel Visual Fortran Compiler (8.x Standart, together with Visual Studio 2003 .NET), and trying to call subroutines from the NAG library (version FLW3220D9, for Intel systems running Windows 98/NT/ME/2000/XP
using the NAGWare FTN90 compiler). I end up with the error message: 'Error: Error in opening the library module file'.
I made sure the variablesare set correctly, but it still does't work. Is it a problem that I am not using the same compiler which was used to build the library???
Apreciating any hint
Thanks
Thomas
0 포인트
1 응답
Steven_L_Intel1
396 조회수
That message sounds as if it is coming from the compiler for a USE statement. Compiled Fortran modules are compiler-specific - you can't use them with a different vendor's compiler.

The static libraries are also likely to be incompatible.
0 포인트
응답