<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 02:18:06 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-using-intel-mkl-with-imsl-fortran-numerical-library/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments feed</title>
    <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-using-intel-mkl-with-imsl-fortran-numerical-library/feed/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Gilberto Rouxinol</title>
      <description><![CDATA[ Hello!
I have the Intel Fortran compiler 10.1.024 IntelR64m in plataform vista x64 and was make all steps write in this page for compiler the code with imsl. Unfornetly not work!! See example:


Program LFEMEDM
USE IMSLF90

!                                 Declare variables
      PARAMETER  ( IPATH = 1, LDA = 3, N = 3 )
      REAL       A(LDA,LDA), B(N), X(N)
!
!                                 Set values for A and B
!
!                                 A = ( 33.0  16.0  72.0)
!                                     (-24.0 -10.0 -57.0)
!                                     ( 18.0 -11.0   7.0)
!
!                                 B = (129.0 -96.0   8.5)
!
      DATA A / 33.0, -24.0, 18.0, 16.0, -10.0, -11.0, 72.0, -57.0, 7.0 /
      DATA B / 129.0, -96.0, 8.5 /
!      A = ((33.0, -24.0, 18.0), (16.0, -10.0, -11.0),( 72.0, -57.0, 7.0))
!      B = (129.0, -96.0, 8.5)
!
      CALL LSLRG (N, A, LDA, B, IPATH, X)
!                                 Print results
      CALL WRRRN ('X', 1, N, X, 1, 0)
      
END

The error list are:


Error	1	 Error: Error in opening the compiled module file.  Check INCLUDE paths.   [IMSLF90]	E:Trabalho 1001Projecto 1001Main Menu.F90	2	


What is wrong?
Thank you, Gilberto Rouixnol

 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-using-intel-mkl-with-imsl-fortran-numerical-library/#comment-29717</link>
      <pubDate>Mon, 17 Aug 2009 07:11:18 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-using-intel-mkl-with-imsl-fortran-numerical-library/#comment-29717</guid>
    </item>
  </channel></rss>