<?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 Thanks Lorri and Juergen R .. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167924#M145013</link>
    <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/user/596514"&gt;Thanks Lorri and Juergen R ... i have sorted out issue. ifort is working fine. &lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i want to LD path to export use bin and mkl files and want environment be set so that shared libraries are automatically taken during compilation . how to do it.&lt;/P&gt;

&lt;P&gt;2&amp;nbsp; i am getting segmentatation fault in my output. i did ulimit -s. but it didnt help me. i am sure its a problem in linking of shared files. strange thing is i could successfully create binaries using intel cluster 16, 17 and composer edn 15. but now i am unable to do it.&lt;/P&gt;

&lt;P&gt;ur expertise might help me in resolving issue.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;ab&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 18:42:46 GMT</pubDate>
    <dc:creator>ab1</dc:creator>
    <dc:date>2018-04-12T18:42:46Z</dc:date>
    <item>
      <title>Intel Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167914#M145003</link>
      <description>&lt;P&gt;I just installed Intel fortran parallel_studio_xe_2018 on ubuntu 16.04 64-bit machine.&lt;BR /&gt;
	&amp;nbsp;but when i tried to compile a fortran program, i get the message: ifort: command not found.&lt;/P&gt;

&lt;P&gt;I understand that its related to environment setting but i am unable to work&lt;/P&gt;

&lt;P&gt;. in my .bashrc file i have tried using following&amp;nbsp; but none has worked&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;source /opt/intel/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;when i type source .bashrc on command terminal i get&amp;nbsp; Illegal variable name&lt;/P&gt;

&lt;P&gt;ifort -v gives&amp;nbsp;&amp;nbsp; ifort: Command not found.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;i also need to link dynamic libraries and want to give it in bash file. pl help&lt;S&gt;&lt;EM&gt;command not found&lt;/EM&gt;&lt;/S&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;anand&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 14:19:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167914#M145003</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2018-04-10T14:19:28Z</dc:date>
    </item>
    <item>
      <title>I think that does not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167915#M145004</link>
      <description>&lt;P&gt;I think that does not necessarily export the path. You might have to source also ifortvars.sh. Or just by end export the path. Or execute&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:06:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167915#M145004</guid>
      <dc:creator>Juergen_R_R</dc:creator>
      <dc:date>2018-04-10T15:06:04Z</dc:date>
    </item>
    <item>
      <title>In your .bashrc file you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167916#M145005</link>
      <description>&lt;P&gt;In your .bashrc file you should put this:&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Once you do that, you do NOT need to source .bashrc.&amp;nbsp;&amp;nbsp; Everytime you create a new command window it will happen 'automatically'.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you are still having problems, please do a screenshot of your command window, showing what commands you issued, so there is no confusion.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Lorri&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:18:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167916#M145005</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2018-04-10T15:18:07Z</dc:date>
    </item>
    <item>
      <title>as told, i used following</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167917#M145006</link>
      <description>&lt;P&gt;hi lorri&lt;/P&gt;

&lt;P&gt;as told, i used following command in .bashrc file source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64 the screen shot of commands used is attached. when at terminal i write ifort -v, i get ifort: Command not found. to run a sample programme, ifort x.f i get ifort command not found&lt;/P&gt;

&lt;P&gt;2&amp;nbsp; there is no change, error still persists ? Am i missing certain prerequisites... though i didnt get ant message while installing ifort&lt;/P&gt;

&lt;P&gt;2 should i reboot hhe system before testing ?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:04:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167917#M145006</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2018-04-10T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Obviously there is an error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167918#M145007</link>
      <description>&lt;P&gt;Obviously there is an error in your .bashrc, otherwise it wouldn't show ILLEGAL VARIABLE NAME.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:08:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167918#M145007</guid>
      <dc:creator>Juergen_R_R</dc:creator>
      <dc:date>2018-04-10T16:08:52Z</dc:date>
    </item>
    <item>
      <title>@ Juergen pl help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167919#M145008</link>
      <description>&lt;P&gt;@ Juergen pl help. i didnt make any&amp;nbsp; change in bash file. its the same at the time of installation. or what can i do&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167919#M145008</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2018-04-10T16:19:00Z</dc:date>
    </item>
    <item>
      <title>what happens if you do NOT</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167920#M145009</link>
      <description>&lt;P&gt;what happens if you do NOT put the command into .bashrc, and simply try to invoke it from the command line, as:&lt;/P&gt;

&lt;P&gt;source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;Do you see a failure?&amp;nbsp; Can you invoke ifort?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 16:31:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167920#M145009</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2018-04-11T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Anand, without knowing what</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167921#M145010</link>
      <description>&lt;P&gt;Anand, without knowing what is on your computer and lacking an accurate description of the situation, there is not much that we can tell you. You said in #1 that you had changed your &lt;STRONG&gt;.&lt;/STRONG&gt;bashrc file. Then in #6 you say that you did not make any changes. Unless you made a backup of the file and restored it, how can we be sure that things are as they were originally? It is a bad idea to start changing such system configuration files without a backup and without knowing exactly why changes are to be made. Alternatively, you need access to a local Unix guru who can&amp;nbsp; help you.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 16:57:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167921#M145010</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-04-11T16:57:10Z</dc:date>
    </item>
    <item>
      <title>hi lorri,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167922#M145011</link>
      <description>&lt;P&gt;hi lorri,&lt;/P&gt;

&lt;P&gt;i did what you suggested&lt;/P&gt;

&lt;P&gt;anand-HP:~&amp;gt; source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64&amp;nbsp; and i got&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	PROD_DIR=/opt/intel/compilers_and_libraries_2018/linux: Command not found.&lt;BR /&gt;
	INTEL_TARGET_ARCH=: Command not found.&lt;BR /&gt;
	INTEL_TARGET_PLATFORM=linux: Command not found.&lt;BR /&gt;
	COMPILERVARS_ARGV=1: Command not found.&lt;BR /&gt;
	if: Expression Syntax.&lt;BR /&gt;
	then: Command not found.&lt;/P&gt;

&lt;P&gt;even if i comment above command in .bashrc file and type soure .bashrc at terminal and enter i get illegal variable name&lt;/P&gt;

&lt;P&gt;i am using ububtu 16.04 64 bits&lt;/P&gt;

&lt;P&gt;pl guide&lt;/P&gt;

&lt;P&gt;anand&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:37:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167922#M145011</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2018-04-12T14:37:24Z</dc:date>
    </item>
    <item>
      <title>There seem to be two options:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167923#M145012</link>
      <description>&lt;P&gt;There seem to be two options: either the file you are sourcing got corrupted (particularly the line starting&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;#!/bin/sh&lt;/PRE&gt;

&lt;P&gt;got erased, or you are running a very strange shell. What does&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;echo $0&lt;/PRE&gt;

&lt;P&gt;show?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:49:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167923#M145012</guid>
      <dc:creator>Juergen_R_R</dc:creator>
      <dc:date>2018-04-12T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Thanks Lorri and Juergen R ..</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167924#M145013</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/user/596514"&gt;Thanks Lorri and Juergen R ... i have sorted out issue. ifort is working fine. &lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i want to LD path to export use bin and mkl files and want environment be set so that shared libraries are automatically taken during compilation . how to do it.&lt;/P&gt;

&lt;P&gt;2&amp;nbsp; i am getting segmentatation fault in my output. i did ulimit -s. but it didnt help me. i am sure its a problem in linking of shared files. strange thing is i could successfully create binaries using intel cluster 16, 17 and composer edn 15. but now i am unable to do it.&lt;/P&gt;

&lt;P&gt;ur expertise might help me in resolving issue.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;ab&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 18:42:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran/m-p/1167924#M145013</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2018-04-12T18:42:46Z</dc:date>
    </item>
  </channel>
</rss>

