<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Compiling problem, xcode in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750069#M6773</link>
    <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm attempting to use a subroutine from the MKL LAPACK routines using a USE statment, but get the following error when trying to built&amp;amp;debug the program in xcode:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;error #7002 Error in opening the compiled module file. Check INCLUDE paths.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I cd to the directory:/opt/intel/Compiler/11.1/089/Frameworks/mkl/include/em64t/lp64, I find the mkl95_lapack.mod-file.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Do I have to add that path to xcode as well? I so, how do I do that?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;DIV&gt;JC&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Oct 2010 13:49:19 GMT</pubDate>
    <dc:creator>inteljc</dc:creator>
    <dc:date>2010-10-28T13:49:19Z</dc:date>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750069#M6773</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm attempting to use a subroutine from the MKL LAPACK routines using a USE statment, but get the following error when trying to built&amp;amp;debug the program in xcode:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;error #7002 Error in opening the compiled module file. Check INCLUDE paths.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I cd to the directory:/opt/intel/Compiler/11.1/089/Frameworks/mkl/include/em64t/lp64, I find the mkl95_lapack.mod-file.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Do I have to add that path to xcode as well? I so, how do I do that?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;DIV&gt;JC&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750069#M6773</guid>
      <dc:creator>inteljc</dc:creator>
      <dc:date>2010-10-28T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750070#M6774</link>
      <description>If you are talking about xcode for MAC, this belongs in the other Fortran forum. As the message says, you should check whether the path you quoted is a default include path (possibly settable by an mklvars script in your MKL installation), or if you need to add it to your build include paths.</description>
      <pubDate>Thu, 28 Oct 2010 16:18:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750070#M6774</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-10-28T16:18:43Z</dc:date>
    </item>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750071#M6775</link>
      <description>Now I checked the mklvars script (mklvarsem64t.sh) and it seems likeneither $MKLPATH nor $MKLINCLUDE variables are set. But when I try to edit the file I run it troubles. A message saying:&lt;SPAN style="font-family: verdana, sans-serif;"&gt;"This file is not writable. You may not be able to save your changes". pop-up and after editing the file I really can't save the changes I made.&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="font-family: verdana, sans-serif;"&gt;My next question is therefore, how do I edit the file and save the changes?&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="font-family: verdana, sans-serif;"&gt;&lt;/SPAN&gt;A quick google search did bring up any solution and changing the permission to read&amp;amp;write neither has any effect. Hope this is the right forum for this kind of question :-/&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Oct 2010 18:09:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750071#M6775</guid>
      <dc:creator>inteljc</dc:creator>
      <dc:date>2010-10-28T18:09:35Z</dc:date>
    </item>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750072#M6776</link>
      <description>It's been years since I had access to a MAC with compilers, and that not with xcode, so I can only speak of generalities.&lt;BR /&gt;The files in a standard installation of ifort in /opt/intel/ normally have write permission reserved for root (sudo?) only.&lt;BR /&gt;When you source the ifortvars script for an ifort version which includes mkl, the mkl stuff should be added automatically on the same environment variables which ifort uses.&lt;BR /&gt;If you want the mklvars script to be sourced automatically, you would normally add it to your .profile or .cshrc, whatever is normally used to add setting automatically when opening a shell.</description>
      <pubDate>Thu, 28 Oct 2010 20:46:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750072#M6776</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-10-28T20:46:21Z</dc:date>
    </item>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750073#M6777</link>
      <description>Oki, will ask in another forum how to change the ifortvars script.&lt;DIV&gt;Thx for your help tim18 - appreciate it!&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Oct 2010 20:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750073#M6777</guid>
      <dc:creator>inteljc</dc:creator>
      <dc:date>2010-10-28T20:58:29Z</dc:date>
    </item>
    <item>
      <title>Compiling problem, xcode</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750074#M6778</link>
      <description>I would urge you to work with a copy of the startup script rather than the one installed in the Intel Fortran directory tree. &lt;BR /&gt;&lt;BR /&gt;This approach gives you two advantages: first, you can create the script in your own directory tree, thereby avoiding the file permissions problems that you ran into. Secondly, you have protection from making irreversible changes to the script -- changes that have a habit of making the compiler dysfunctional to the point of forcing you to do a reinstall.&lt;BR /&gt;&lt;BR /&gt;Once your modified script is working to your satisfaction, you may obtain root access and copy it to the Intel directory tree, keeping a backup of the original script.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2010 05:26:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-problem-xcode/m-p/750074#M6778</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-10-29T05:26:54Z</dc:date>
    </item>
  </channel>
</rss>

