<?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 Pardiso on linux environment in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876239#M8981</link>
    <description>&lt;P&gt;i opened the terminal and typed&lt;/P&gt;
&lt;P&gt;source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32&lt;/P&gt;
&lt;P&gt;it did not show any error, but still i get the previous error&lt;/P&gt;
&lt;P&gt;Presently i am trying to run on ia32 only After it&lt;/P&gt;
&lt;P&gt;works i will be going to 64 architecture&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2010 02:21:27 GMT</pubDate>
    <dc:creator>ahmediiit</dc:creator>
    <dc:date>2010-03-10T02:21:27Z</dc:date>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876229#M8971</link>
      <description>&lt;P&gt;Hello sir,&lt;/P&gt;
&lt;P&gt;Presently my system is xeon E5520 2.27 gz and 24 gB RAM---windows 64 bit OS&lt;/P&gt;
&lt;P&gt;I am using pardiso solverto solve around 600000 equation.&lt;/P&gt;
&lt;P&gt;It is taking 5 minutes for each iteration. which i have to for many times&lt;/P&gt;
&lt;P&gt;For my problem i need to stillincreasethe number ofequation.&lt;/P&gt;
&lt;P&gt;In our institiute we have very good system with many processors.,&lt;/P&gt;
&lt;P&gt;but it is having linux installed in it.&lt;/P&gt;
&lt;P&gt;I want to ask whether my present code which is running on windows platform&lt;/P&gt;
&lt;P&gt;can be used on linux platform, or i have to change it.&lt;/P&gt;
&lt;P&gt;If i need to change what i have to change.&lt;/P&gt;
&lt;P&gt;I am new to linux environment&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;please help&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2010 06:21:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876229#M8971</guid>
      <dc:creator>ahmediiit</dc:creator>
      <dc:date>2010-03-06T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876230#M8972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;if you use the Intel compiler(s), either C or Fortran, in most cases, you just need to rebuild the application on Linux. Obviously, if you have calls to windows APIs, these must be replaced (some of them can be replaced by calling functions from IPORT library if you used Fortran, so then code is perfectly portable).&lt;/P&gt;
&lt;P&gt;In any case you'll need a makefile, which will build and link to MKL library. If you use C/C++, Intel C++ compiler nicely integrates with Eclipse and it provides help on building the executable. If you use Fortran, and programmed with modules, then my advice is to copy the order of compiled files from VS (as on windows the interdependence of module is automatically resolved) while creating you makefile. This will save you a lot of frustration, especially if the code is complex.&lt;/P&gt;
&lt;P&gt;If you need more assistance, post a bit more more specific problems/questions here, so somebody can offer better advice.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2010 04:00:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876230#M8972</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-07T04:00:38Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876231#M8973</link>
      <description>&lt;P&gt;Hello sir,&lt;/P&gt;
&lt;P&gt;I am very much new to linux&lt;/P&gt;
&lt;P&gt;I have installed the file l_cprof_p_11.1.069 on ubuntu.&lt;/P&gt;
&lt;P&gt;I am not understanding from where to start.&lt;/P&gt;
&lt;P&gt;Can you please tell the basic steps from where to start.&lt;/P&gt;
&lt;P&gt;My program is purely using fortran77 language&lt;/P&gt;
&lt;P&gt;i am able compile my code with following command on the command line on windows 64 bit&lt;/P&gt;
&lt;P&gt;ifort /F800000000 model3d.for mkl_solver_lp64.lib mkl_intel_lp64_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib -Qopenmp&lt;/P&gt;
&lt;P&gt;please help&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 09:20:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876231#M8973</guid>
      <dc:creator>ahmediiit</dc:creator>
      <dc:date>2010-03-08T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876232#M8974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;this should be (relatively) easy. You have F77, so no modules, no anything.&lt;/P&gt;
&lt;P&gt;First of all, verify that installation of the compiler is OK.&lt;/P&gt;
&lt;P&gt;(1) Open command window, then use command line and command cd (change directory) (or something equivalent) to navigate to location of your source file(s).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(2) type&lt;/P&gt;
&lt;P&gt;ifort -c model3d.for&lt;/P&gt;
&lt;P&gt;this should only compile the file. If this passes with no errors/warnings, then installation should be fine.&lt;/P&gt;
&lt;P&gt;(3) type&lt;/P&gt;
&lt;P&gt;ifort model3.for -L  -lmkl_solver_lp64 ...... and rest of your libraries.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can take a look at makefiles in examples directory of MKL.&lt;/P&gt;
&lt;P&gt;I have no time today to write more, but should be able to post more details by tomorrow. Try step (1) and (2) anyway, so we know that installation is OK.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 12:25:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876232#M8974</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-08T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876233#M8975</link>
      <description>&lt;P&gt;Below is a short example of makefile for you. I updated it to reflect your setting, however, not sure whether it can run (I might to forget about something). Consult &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;Link Advisor&lt;/A&gt; if something goes wrong. Save it as text file in the folder where the model3d.for file is. Then navigate (using command line window) to the folder where you saved it. Then type&lt;/P&gt;
&lt;P&gt;model3d -f makefile&lt;/P&gt;
&lt;P&gt;Once the executable is build, type&lt;/P&gt;
&lt;P&gt;./model3d&lt;/P&gt;
&lt;P&gt;This will run the code.&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------&lt;/P&gt;
&lt;P&gt;.SUFFIXES:&lt;BR /&gt;.SUFFIXES: .o .f90 .mod&lt;BR /&gt;&lt;BR /&gt;# bind source(s)&lt;BR /&gt;SRC = model3d.for&lt;/P&gt;
&lt;P&gt;# directories&lt;BR /&gt;OUTDIR = release/&lt;BR /&gt;INTDIR = release/&lt;BR /&gt;MKL_PATH = /opt/intel/Compiler/11.1/064 (replace with the folder of your MKL)&lt;BR /&gt;&lt;BR /&gt;# build&lt;BR /&gt;model3d: makefile $(SRC)&lt;BR /&gt; ifort -o $@ -ipo -O3 -no-prec-div -xHost -parallel -auto -ccdefault fortran -warn all -module $(INTDIR) $(SRC) -liomp5 -L$(MKL_PATH) -lmkl_lapack -lmkl_core -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_solver_lp64 -static-intel&lt;BR /&gt;-------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;what about ilp64? You sure you're going to use lp64?&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2010 02:34:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876233#M8975</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-09T02:34:12Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876234#M8976</link>
      <description>&lt;P&gt;hello sir,&lt;/P&gt;
&lt;P&gt;I am getting the following error&lt;/P&gt;
&lt;P&gt;bash: ifort: command not found&lt;/P&gt;
&lt;P&gt;My os is ubuntu 9&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2010 05:38:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876234#M8976</guid>
      <dc:creator>ahmediiit</dc:creator>
      <dc:date>2010-03-09T05:38:06Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876235#M8977</link>
      <description>&lt;P&gt;probably you didn't setup ("source") ifort script for your working  shell. The script names are either ifortvars.sh or ifortvars.cs. You can find them in /opt/intel/fc/xxxxx/bin, where xxx is your version number. try to run (source) it and then try again to use command line. The description is in the user's guide.&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2010 08:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876235#M8977</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-09T08:15:53Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876236#M8978</link>
      <description>more precisely - try to do: source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh intel64</description>
      <pubDate>Tue, 09 Mar 2010 08:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876236#M8978</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-03-09T08:41:44Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876237#M8979</link>
      <description>&lt;P&gt;I have done it&lt;/P&gt;
&lt;P&gt;source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32&lt;/P&gt;
&lt;P&gt;i did not get any error&lt;/P&gt;
&lt;P&gt;Still i get the same error&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2010 10:49:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876237#M8979</guid>
      <dc:creator>ahmediiit</dc:creator>
      <dc:date>2010-03-09T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876238#M8980</link>
      <description>&lt;P&gt;As Gennady showed, intel64 is what you want. I thought you have x64 architecture, don't you?&lt;/P&gt;
&lt;P&gt;You mean, you opened command window, typed&lt;/P&gt;
&lt;P&gt;source ..... intel64&lt;/P&gt;
&lt;P&gt;command and this setup was OK. then if you try to type command&lt;/P&gt;
&lt;P&gt;ifort&lt;/P&gt;
&lt;P&gt;you get the error that ifort not found.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Gennady, is the Ubuntu supported now? If I recall correctly some people had issues at the time it was not supported (if it is now), related to bash/dash bizzarre issues. How is it now?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2010 11:09:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876238#M8980</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-09T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876239#M8981</link>
      <description>&lt;P&gt;i opened the terminal and typed&lt;/P&gt;
&lt;P&gt;source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32&lt;/P&gt;
&lt;P&gt;it did not show any error, but still i get the previous error&lt;/P&gt;
&lt;P&gt;Presently i am trying to run on ia32 only After it&lt;/P&gt;
&lt;P&gt;works i will be going to 64 architecture&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 02:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876239#M8981</guid>
      <dc:creator>ahmediiit</dc:creator>
      <dc:date>2010-03-10T02:21:27Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876240#M8982</link>
      <description>&lt;P&gt;Well. If source didn't make any complains then.....&lt;/P&gt;
&lt;P&gt;I understand that if you type&lt;/P&gt;
&lt;P&gt;ifort -v&lt;/P&gt;
&lt;P&gt;you also get :command not found error.&lt;/P&gt;
&lt;P&gt;If this is a case, so definitely something is wrong with your installation. I'm afraid you need to ask somebody at your Department to help you with that (I mean installation).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 03:52:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876240#M8982</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-03-10T03:52:31Z</dc:date>
    </item>
    <item>
      <title>Pardiso on linux environment</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876241#M8983</link>
      <description>&lt;P&gt;Artur, sorry, i missed this question. Yes,&lt;/P&gt;
&lt;P&gt;the latest version of MKL supports Ubuntu* 8.10 (IA-32 / Intel 64).&lt;/P&gt;
&lt;P&gt;See the Release Notes for MKL 10.2 update 4:&lt;/P&gt;
&lt;P class="Default"&gt;Following is the list of supported operating systems:&lt;/P&gt;
&lt;P class="Default"&gt;..............&lt;/P&gt;
&lt;P class="Default"&gt;&lt;B&gt;Ubuntu* 8.10 (IA-32 / Intel 64)&lt;/B&gt;&lt;/P&gt;
&lt;P class="Default"&gt;the same for C/C++ compiler for Linux:&lt;/P&gt;
&lt;P class="Default"&gt;Since verion 11 update2 started to support&lt;/P&gt;
&lt;P class="Default"&gt; Ubuntu* 9.04 now supported&lt;/P&gt;
&lt;P class="Default"&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 16:18:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-on-linux-environment/m-p/876241#M8983</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-03-10T16:18:38Z</dc:date>
    </item>
  </channel>
</rss>

