<?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 I found the complain was from in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168951#M145316</link>
    <description>&lt;P&gt;I found the complain was from&amp;nbsp;ippvars.bat as it did not have a case for vs2019.&lt;/P&gt;&lt;P&gt;However even if that is corrected the link errors remain.&lt;/P&gt;&lt;P&gt;The error says it may be due to different releases. Is it due to version issues, I am using Abaqus 2016&lt;/P&gt;&lt;P&gt;explicitU_static.lib(vdflux.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdisp.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdload.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU.dll : fatal error LNK1120: 4 unresolved externals&lt;BR /&gt;Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Subroutines.&lt;BR /&gt;&amp;nbsp; This error may be due to a mismatch in the Abaqus user subroutine arguments.&lt;BR /&gt;&amp;nbsp; These arguments sometimes change from release to release, so user subroutines&lt;BR /&gt;&amp;nbsp; used with a previous release of Abaqus may need to be adjusted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 21:01:44 GMT</pubDate>
    <dc:creator>ganguly__shouvik</dc:creator>
    <dc:date>2019-06-20T21:01:44Z</dc:date>
    <item>
      <title>linking intel fortran with visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168947#M145312</link>
      <description>&lt;P&gt;I am trying to set up Abaqus 2016 with intel parallel studio 2019 and visual studio 2019.&lt;/P&gt;&lt;P&gt;I have first set up visual studio 2019 and then parallel studio 2019 on my computer. Then I have added the environment paths to ifortvars and vsvars64 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I start Abaqus I get the following message on console&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Invalid command line argument: vs2019&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Intel(R) MPI Library 2019 Update 4 for Windows* Target Build Environment for Intel(R) 64 applications&lt;BR /&gt;Copyright 2007-2019 Intel Corporation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Copyright (C) 1985-2019 Intel Corporation. All rights reserved.&lt;BR /&gt;Intel(R) Compiler 19.0 Update 4 (package 245)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;**********************************************************************&lt;BR /&gt;** Visual Studio 2019 Developer Command Prompt v16.1.3&lt;BR /&gt;** Copyright (c) 2019 Microsoft Corporation&lt;BR /&gt;**********************************************************************&lt;BR /&gt;[vcvarsall.bat] Environment initialized for: 'x64'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence it appears that Abaqus is able to recognize visual studio 2019 and intel parallel studio 2019.&lt;/P&gt;&lt;P&gt;However it cannot recognizer the environment variable vs2019.&amp;nbsp; Is this due to intel fortran not recognising visual studio or incomplete path?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:11:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168947#M145312</guid>
      <dc:creator>ganguly__shouvik</dc:creator>
      <dc:date>2019-06-19T21:11:20Z</dc:date>
    </item>
    <item>
      <title>Which update of Intel</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168948#M145313</link>
      <description>&lt;P&gt;[Deleted]&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 23:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168948#M145313</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-06-19T23:17:00Z</dc:date>
    </item>
    <item>
      <title>The abaqus startup shortcut</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168949#M145314</link>
      <description>&lt;P&gt;The abaqus startup shortcut has been edited to invoke intel fortran and visual studio as&lt;/P&gt;&lt;P&gt;"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\bin\ifortvars.bat" intel64 vs2019 &amp;amp;&amp;nbsp;C:\WINDOWS\system32\cmd.exe /k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess the fortran environment does not recognize the command vs2019. Do I need to add any other path other than folder where vsvars64.bat&amp;nbsp; is located&lt;/P&gt;&lt;P&gt;i.e&amp;nbsp;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build;&lt;/P&gt;&lt;P&gt;and the path for ifortvars&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\bin&lt;/P&gt;&lt;P&gt;I am using latest intel parallel studio 2019 update 4&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 00:58:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168949#M145314</guid>
      <dc:creator>ganguly__shouvik</dc:creator>
      <dc:date>2019-06-20T00:58:56Z</dc:date>
    </item>
    <item>
      <title>Works for me:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168950#M145315</link>
      <description>&lt;P&gt;It is not clear to me which script is complaining. When I try it, the ifortvars.bat does recognize vs2019 and I get no error. Maybe it's an ABAQUS script that is complaining?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 13:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168950#M145315</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-06-20T13:52:00Z</dc:date>
    </item>
    <item>
      <title>I found the complain was from</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168951#M145316</link>
      <description>&lt;P&gt;I found the complain was from&amp;nbsp;ippvars.bat as it did not have a case for vs2019.&lt;/P&gt;&lt;P&gt;However even if that is corrected the link errors remain.&lt;/P&gt;&lt;P&gt;The error says it may be due to different releases. Is it due to version issues, I am using Abaqus 2016&lt;/P&gt;&lt;P&gt;explicitU_static.lib(vdflux.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdisp.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdload.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU.dll : fatal error LNK1120: 4 unresolved externals&lt;BR /&gt;Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Subroutines.&lt;BR /&gt;&amp;nbsp; This error may be due to a mismatch in the Abaqus user subroutine arguments.&lt;BR /&gt;&amp;nbsp; These arguments sometimes change from release to release, so user subroutines&lt;BR /&gt;&amp;nbsp; used with a previous release of Abaqus may need to be adjusted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:01:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168951#M145316</guid>
      <dc:creator>ganguly__shouvik</dc:creator>
      <dc:date>2019-06-20T21:01:44Z</dc:date>
    </item>
    <item>
      <title>I am attaching the files for</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168952#M145317</link>
      <description>&lt;P&gt;I am attaching the files for your reference. The command to execute this is&lt;/P&gt;&lt;P&gt;abaqus job=Change-Mod.inp user=vusfldMod.for&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:29:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168952#M145317</guid>
      <dc:creator>ganguly__shouvik</dc:creator>
      <dc:date>2019-06-20T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Microsoft rearranged the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168953#M145318</link>
      <description>&lt;P&gt;Microsoft rearranged the contents of the SDK libraries between versions 13, 15 and 17 of VC. The entry point &lt;STRONG&gt;memmove&lt;/STRONG&gt; is in&amp;nbsp;&lt;STRONG&gt;libvcruntime.lib &lt;/STRONG&gt;as of VS17. Please add that library to the linker input list and see if that fixes the problem.&lt;/P&gt;&lt;P&gt;Few of us in this forum have Abaqus, so there is not much that we can do with the attachment that you posted in #6.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168953#M145318</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-06-20T21:48:00Z</dc:date>
    </item>
    <item>
      <title>Thank you for the information</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168954#M145319</link>
      <description>&lt;P&gt;Thank you for the information.&lt;/P&gt;&lt;P&gt;I have added the path to&amp;nbsp;libvcruntime.lib but still get the same error.&lt;/P&gt;&lt;P&gt;So the fortran files (in vfric_coef.obj etc) are invoking memmove and the location is not being found within visual studio 2019&lt;/P&gt;&lt;P&gt;Is there any other way .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;explicitU_static.lib(vfric_coef.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vfriction.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vcosimulation0.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdflux.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdisp.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU_static.lib(vdload.obj) : error LNK2001: unresolved external symbol memmove&lt;BR /&gt;explicitU.dll : fatal error LNK1120: 4 unresolved externals&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 01:50:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168954#M145319</guid>
      <dc:creator>ganguly__shouvik</dc:creator>
      <dc:date>2019-06-21T01:50:34Z</dc:date>
    </item>
    <item>
      <title>Consider the linker options</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168955#M145320</link>
      <description>&lt;P&gt;Consider the linker options /Verbose or /verbose:lib as they will show what libraries are being found and used. Consider a&amp;nbsp;consequence of #7, the linker might see more than one&amp;nbsp;libvcruntime.lib but maybe if the first one it finds is not the one you need the problem does not go away&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 10:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1168955#M145320</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2019-06-21T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Thank you for the information</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193179#M150646</link>
      <description>&lt;P&gt;Dear all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I receive the same issues for Abaqus 2017 and also tried other VS and Intel version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone has a solution, she/he wants to share?&lt;/P&gt;
&lt;P&gt;Thanks and best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 07:33:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193179#M150646</guid>
      <dc:creator>Andreas13</dc:creator>
      <dc:date>2020-07-17T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Thank you for the information</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193222#M150651</link>
      <description>&lt;P&gt;Linker problems such as not finding &lt;STRONG&gt;memmove&lt;/STRONG&gt; are usually the result of attempting to link object files and libraries that have been compiled with different versions of MSVC tools.&lt;/P&gt;
&lt;P&gt;The solution must necessarily depend on knowing those versions.&lt;/P&gt;
&lt;P&gt;You may try (at your own risk) adding these libraries to the list of libraries to be scanned by the linker: &lt;CODE&gt;vcruntime.lib&lt;/CODE&gt; and &lt;CODE&gt;ucrt.lib.&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:12:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193222#M150651</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-07-17T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: linking intel fortran with visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193715#M150685</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/108537"&gt;@ganguly__shouvik&lt;/a&gt;&amp;nbsp;Do you want to link a user subroutine to an Abaqus analysis, such as using UMAT or DLOAD, etc.?&amp;nbsp; If yes, I have success by adding the "user=mysub.f" key word to the abaqus command line.&amp;nbsp; That option tells the abaqus job to look for the Fortran source file in the same directory as the abaqus input file.&amp;nbsp; I also use the Intel Fortran command window to run the abaqus job.&amp;nbsp; I open the Intel Fortran command window from the Start menu, finding the latest Intel Fortran version, which will automatically run the batch files to initialized the Intel Fortran variables.&amp;nbsp; Would this approach work for your analysis?&lt;/P&gt;
&lt;P&gt;Regards, Greg T.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 19:29:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linking-intel-fortran-with-visual-studio/m-p/1193715#M150685</guid>
      <dc:creator>Greg_T_</dc:creator>
      <dc:date>2020-07-20T19:29:05Z</dc:date>
    </item>
  </channel>
</rss>

