<?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 Re: Fortran and Bur Sur in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260581#M154844</link>
    <description>&lt;P&gt;As you can see from the &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-linux/top/before-you-begin.html" target="_self"&gt;Getting Started&lt;/A&gt; instructions, the command to set up the environment for a command line development session is (look under Option 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;. ~/intel/oneapi/setvars.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if OneAPI was installed as a normal user, or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;. /opt/intel/oneapi/setvars.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if installed as a root user.&lt;/P&gt;
&lt;P&gt;In both versions, note that &lt;U&gt;the command starts with a period, followed by a space&lt;/U&gt;. You left out those two characters, and the result was that the previous environment was restored as soon as the shell script ran. To make the environment changes "stick" for the duration of the development session, the period and space (or, in some shells, the &lt;STRONG&gt;source&lt;/STRONG&gt; prefix) are needed. Please follow the Getting Started instructions carefully.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Mar 2021 09:00:02 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2021-03-02T09:00:02Z</dc:date>
    <item>
      <title>Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260418#M154839</link>
      <description>&lt;P&gt;I purchased a Mac so I could make my software available to Mac Users.&lt;/P&gt;
&lt;P&gt;I succeeded I compiling and running it last week; But then Mac prompted me to upgrade to Bur Sur,&lt;/P&gt;
&lt;P&gt;which I did and now linking my application fails because it can't find certain system libraries (ld, c++, iconv, System). &amp;nbsp;My current Intel Fortran compiler was downloaded in July 2020.&lt;/P&gt;
&lt;P&gt;Your help page says I need to update the compiler. &amp;nbsp;So I downloaded the latest release (dated Oct 2020) but it will not install on this machine. &amp;nbsp;My licence runs to July 5. &amp;nbsp;Where can I access a compiler that will work, or else get my current one to successfully link.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/opt/intel/bin/ifort -O3 -qopenmp&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;E00Begin.o E01modules.o E02Template.o E10Line.o E11Qual.o E12platform.o E13errors.o E14Dollar.o E15Continue.o E16VCC.o E17A4XML.o E18RML.o E20ReadData.o E21Header.o E22TopLine.o E23Factors.o E24GetData.o E25GetPedigree.o E26GetGRM.o E26TrimGRM.o E27Normal.o E27transform.o E28AInverse.o E30ReadModelLine.o E31Tabulate.o E32Graphics.o E32ScatterPlot.o E33ModelLine.o E34Residual.o E35MakeFactor.o E361PREDICT.o E362BuildPredict.o E364PredictFunctions.o E363ReportPredict.o E36Vpredict.o E37SortData.o E39ModelFun.o E40Design.o E45Grow.o E50FitModel.o E51VStruct.o E52GLM.o E60Iteration.o E61FormGi.o E61GetaRow.o E62FormSSP.o E63CplusGi.o E64ASRemlEO.o E64EQNOrder.o E64NoMetis.o E65SolvA.o E67WVXP.o E68WVA.o E70Cinverse.o E71AR1Gscore.o E71ScoreG.o E72ScoreR.o E73Gupdate.o E74SingleStepEM.o E77QuickSort.o E78.SmiSolve.o E80Report.o E81PRNT_SLN.o E82PRNT_YHT.o E83HatValues.o E84PRNT_VC.o E85WFtest.o E86Plot.o E91FactorAnalysis.o E92RRGRMBeta.o E95Udata.o Echidna.o -o /Users/arthur/bin/echidna&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;/opt/intel/lib/libiomp5.a /opt/intel/mkl/lib/libmkl_intel_lp64.a&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;/opt/intel/mkl/lib/libmkl_intel_thread.a /opt/intel/mkl/lib/libmkl_core.a&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;-threads -static-intel -L/Users/arthur/wint/lib.ifi64 -lwint -L/Users/arthur/motif-2.3.8/lib -lXm -L/opt/X11/lib -lXext -lXmu -lXt -lX11 -lXft -lfontconfig -lXinerama&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;-Xlinker /opt/intel/lib/libiomp5.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ld: library not found for -lSystem&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 23:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260418#M154839</guid>
      <dc:creator>gilmour__arthur</dc:creator>
      <dc:date>2021-03-01T23:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260426#M154840</link>
      <description>&lt;P&gt;Please read &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/macOS-11-Big-Sur-supported-in-oneAPI-but-not-supported-with-PSXE/m-p/1228173/highlight/true#M152630" target="_self"&gt;this sticky post.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I do not use a Mac, but as far as I can tell the OneAPI version for &lt;STRIKE&gt;OSX&lt;/STRIKE&gt;&amp;nbsp;MacOS should work fine on a Mac with an Intel CPU and running Big Sur.&lt;/P&gt;
&lt;P&gt;The version of Parallel Studio that you have is probably 2020 (compiler version 19.1), and that version is not compatible with Big Sur.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 09:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260426#M154840</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-03-02T09:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260527#M154842</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;I knew nothing about oneapi but concluded from your response I should install it and see what happens.&lt;/P&gt;
&lt;P&gt;I installed the BASE product and the HPC product on my Mac.&amp;nbsp; During installation, it warned it may not run on Macos 10.16 (which I presume is Bur Sur).&amp;nbsp; The getting started instructions specify running&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/setvars.sh&amp;nbsp; &amp;nbsp;which I did&lt;/P&gt;
&lt;P&gt;and then running&lt;/P&gt;
&lt;P&gt;oneapi-cli (which the instructions said would be in my PATH) but it wasn't!&lt;/P&gt;
&lt;P&gt;I manually updated&amp;nbsp; /usr/local/bin/ifort&amp;nbsp; &amp;nbsp;to point to the oneapi version of ifort,&lt;/P&gt;
&lt;P&gt;(SETVARS HAD EVIDENTLY UPDATED SOME OTHER LINKS THERE)&lt;/P&gt;
&lt;P&gt;deleted my .o&amp;nbsp; files and reran the make.&amp;nbsp; It all compiled OK but failed to link with the same message as before "library not found for -lSystem" (see above except the link library now points to the oneapi version).&lt;/P&gt;
&lt;P&gt;So, I am still stuck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 06:29:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260527#M154842</guid>
      <dc:creator>gilmour__arthur</dc:creator>
      <dc:date>2021-03-02T06:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260581#M154844</link>
      <description>&lt;P&gt;As you can see from the &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-linux/top/before-you-begin.html" target="_self"&gt;Getting Started&lt;/A&gt; instructions, the command to set up the environment for a command line development session is (look under Option 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;. ~/intel/oneapi/setvars.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if OneAPI was installed as a normal user, or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;. /opt/intel/oneapi/setvars.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if installed as a root user.&lt;/P&gt;
&lt;P&gt;In both versions, note that &lt;U&gt;the command starts with a period, followed by a space&lt;/U&gt;. You left out those two characters, and the result was that the previous environment was restored as soon as the shell script ran. To make the environment changes "stick" for the duration of the development session, the period and space (or, in some shells, the &lt;STRONG&gt;source&lt;/STRONG&gt; prefix) are needed. Please follow the Getting Started instructions carefully.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 09:00:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260581#M154844</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-03-02T09:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260582#M154845</link>
      <description>&lt;P&gt;I know nothing about MacOS but looking at Wiki I see Big Sur&amp;nbsp; is 11.x and the last MacOS Catalina is 10.16&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 08:56:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260582#M154845</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2021-03-02T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260590#M154846</link>
      <description>&lt;P&gt;Apple has its own ways of naming and counting. According to WIkipedia, "&lt;STRONG&gt;macOS Big Sur&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;(version 11)&lt;/SPAN&gt;&lt;SUP id="cite_ref-TechCrunch_7-0" class="reference"&gt;&lt;A href="https://en.wikipedia.org/wiki/MacOS_Big_Sur#cite_note-TechCrunch-7" target="_blank"&gt;[7]&lt;/A&gt;&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;is the 17th and current&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Software versioning" href="https://en.wikipedia.org/wiki/Software_versioning" target="_blank"&gt;major release&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;of&amp;nbsp;&lt;/SPAN&gt;&lt;A title="MacOS" href="https://en.wikipedia.org/wiki/MacOS" target="_blank"&gt;macOS&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Apple Inc." href="https://en.wikipedia.org/wiki/Apple_Inc." target="_blank"&gt;Apple Inc.&lt;/A&gt;&lt;SPAN&gt;'s&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Operating system" href="https://en.wikipedia.org/wiki/Operating_system" target="_blank"&gt;operating system&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Macintosh" href="https://en.wikipedia.org/wiki/Macintosh" target="_blank"&gt;Macintosh&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;computers, and is the successor to&amp;nbsp;&lt;/SPAN&gt;&lt;A title="MacOS Catalina" href="https://en.wikipedia.org/wiki/MacOS_Catalina" target="_blank"&gt;macOS Catalina&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(version 10.15)." Which number should I use, from (10, 11, 16, 17) ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 09:21:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260590#M154846</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-03-02T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260682#M154851</link>
      <description>&lt;P&gt;Did you see this thread,&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-on-Big-Sur-ld-library-not-found-for-lSystem/m-p/1240976#M153533" target="_blank" rel="noopener"&gt;oneAPI on Big Sur : ld: library not found for -lSystem&amp;nbsp;&lt;/A&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 15:21:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260682#M154851</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2021-03-02T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260693#M154852</link>
      <description>&lt;P&gt;also, macOS pretty much is forcing users to zsh for their default shell.&amp;nbsp; Our setvars.sh scripts only work for bash BUT there is &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-zsh-csh-or-tcsh-with-oneAPI-setvars-sh-vars-sh-or/td-p/1227040" target="_blank" rel="noopener"&gt;THIS WORKAROUND&lt;/A&gt;&amp;nbsp; this may explain why your PATH was not setup by setvars, it's only for bash shell users.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 16:02:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260693#M154852</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2021-03-02T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260809#M154861</link>
      <description>&lt;P&gt;Dear mecj4. and Barbara,&lt;/P&gt;
&lt;P&gt;Indeed &amp;nbsp;typing. &amp;nbsp;. /opt/intel/oneapi/setvars.sh. &amp;nbsp; did result in the PATH being set&lt;/P&gt;
&lt;P&gt;so. oneapi-cli. would run,&lt;/P&gt;
&lt;P&gt;But the tests failed (cpp Intrinsics) " catastrophic error: cannot open source file "stdlib.h""&lt;/P&gt;
&lt;P&gt;I created a simple hello.c program which failed&lt;/P&gt;
&lt;P&gt;arthur@MacBook-Pro src % vi hello.c&lt;BR /&gt;arthur@MacBook-Pro src % icc hello.c&lt;BR /&gt;hello.c(1): catastrophic error: cannot open source file "stdio.h"&lt;BR /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;^&lt;/P&gt;
&lt;P&gt;But C is not my interest, so I created a simple HelloWorld.f90. program&lt;/P&gt;
&lt;P&gt;arthur@MacBook-Pro src % ifort HelloWorld.f90 &lt;BR /&gt;ld: library not found for -lSystem&lt;/P&gt;
&lt;P&gt;which is my original problem.&lt;/P&gt;
&lt;P&gt;Barbara referred me to a link suggesting ponyc &amp;nbsp;or &amp;nbsp; Xcode &amp;nbsp;based solutions&lt;BR /&gt;but I have neither and so those solutions did not work.&lt;/P&gt;
&lt;P&gt;So, I am still stuck.&lt;/P&gt;
&lt;P&gt;I attach a report showing details of what I have tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 22:37:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260809#M154861</guid>
      <dc:creator>gilmour__arthur</dc:creator>
      <dc:date>2021-03-02T22:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran and Bur Sur</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260811#M154862</link>
      <description>&lt;P&gt;try this solution, from &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/New-macOS-Big-Sur-return-quot-ld-library-not-found-for-lSystem/m-p/1228071#M152622" target="_blank" rel="noopener"&gt;THIS THREAD&lt;/A&gt; which has a simple solution from Jose_T_Galvaz&lt;/P&gt;
&lt;P&gt;Once you have installed Xcode, run:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sudo xcode-select -s /Applications/Xcode.app/Contents/Developer&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then accept the license (only if you previously haven't) by:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sudo xcodebuild -license&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then try running the ifort code again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 22:48:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-and-Bur-Sur/m-p/1260811#M154862</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2021-03-02T22:48:03Z</dc:date>
    </item>
  </channel>
</rss>

