<?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 Problem during linking Abaqus user Subroutines in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140200#M136901</link>
    <description>&lt;P&gt;Hi everyone.&lt;/P&gt;

&lt;P&gt;I would to link the Fortran compiler to Abaqus, to be able to make use of user subroutines. However, after following multipe guides on the internet I still have an error.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;B&gt;I added these 3 lines to the abaqus.bat and abq6141.bat :&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;@echo off&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Intel\Composer XE 2015\bin\ipsxe-comp-vars.bat" intel64 vs2010&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Intel\Composer XE 2015\bin\ifortvars.bat" intel64 vs2010&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;"C:\SIMULIA\Abaqus\Commands\abq6141.bat" %*&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;The error I obtain is:&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700;"&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 1em;"&gt;Error in job Job-1: Problem during linking - Abaqus/Standard User Subroutines.&amp;nbsp; &amp;nbsp;This error may be due to a mismatch in the Abaqus user subroutine arguments.&amp;nbsp; &amp;nbsp;These arguments sometimes change from release to release, so user subroutines&amp;nbsp; &amp;nbsp;used with a previous release of Abaqus may need to be adjusted&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;When I run the abaqus verification, it says&lt;STRONG&gt; PASS for everything (also subroutines&lt;/STRONG&gt;), so I assume they are correctly linked. Also the user subroutine is correctly written I think since I did not get a compile error (see image). Do I still have to do something with visual studio code and Fortran (link them together in a seperate step, or make sure I select Fortran when I start a new project?). I am not familiar with both programs very well.&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;The versions of software I use:&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;Visual studio code 10&lt;/DIV&gt;

&lt;DIV&gt;Fortan visual studio(Fortran compiler) 15.1&lt;/DIV&gt;

&lt;DIV&gt;Abaqus 6.14&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;If anyone has an idea to solve this issue, it would really help me a lot.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Kind regards,&lt;/DIV&gt;

&lt;DIV&gt;Nick&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="userRoutine.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9960iBC6529BBD192E64C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="userRoutine.PNG" alt="userRoutine.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Fri, 05 Oct 2018 12:19:42 GMT</pubDate>
    <dc:creator>wassenberg__nick</dc:creator>
    <dc:date>2018-10-05T12:19:42Z</dc:date>
    <item>
      <title>Problem during linking Abaqus user Subroutines</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140200#M136901</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;

&lt;P&gt;I would to link the Fortran compiler to Abaqus, to be able to make use of user subroutines. However, after following multipe guides on the internet I still have an error.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;B&gt;I added these 3 lines to the abaqus.bat and abq6141.bat :&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;@echo off&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Intel\Composer XE 2015\bin\ipsxe-comp-vars.bat" intel64 vs2010&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;call "C:\Program Files (x86)\Intel\Composer XE 2015\bin\ifortvars.bat" intel64 vs2010&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;"C:\SIMULIA\Abaqus\Commands\abq6141.bat" %*&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;The error I obtain is:&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700;"&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 1em;"&gt;Error in job Job-1: Problem during linking - Abaqus/Standard User Subroutines.&amp;nbsp; &amp;nbsp;This error may be due to a mismatch in the Abaqus user subroutine arguments.&amp;nbsp; &amp;nbsp;These arguments sometimes change from release to release, so user subroutines&amp;nbsp; &amp;nbsp;used with a previous release of Abaqus may need to be adjusted&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;When I run the abaqus verification, it says&lt;STRONG&gt; PASS for everything (also subroutines&lt;/STRONG&gt;), so I assume they are correctly linked. Also the user subroutine is correctly written I think since I did not get a compile error (see image). Do I still have to do something with visual studio code and Fortran (link them together in a seperate step, or make sure I select Fortran when I start a new project?). I am not familiar with both programs very well.&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;The versions of software I use:&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;Visual studio code 10&lt;/DIV&gt;

&lt;DIV&gt;Fortan visual studio(Fortran compiler) 15.1&lt;/DIV&gt;

&lt;DIV&gt;Abaqus 6.14&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;If anyone has an idea to solve this issue, it would really help me a lot.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Kind regards,&lt;/DIV&gt;

&lt;DIV&gt;Nick&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="userRoutine.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9960iBC6529BBD192E64C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="userRoutine.PNG" alt="userRoutine.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:19:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140200#M136901</guid>
      <dc:creator>wassenberg__nick</dc:creator>
      <dc:date>2018-10-05T12:19:42Z</dc:date>
    </item>
    <item>
      <title>The message suggests that you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140201#M136902</link>
      <description>&lt;P&gt;The message suggests that you haven't adjusted a procedure call to the requirements of your Abaqus library version.&amp;nbsp; This doesn't look to be a problem which could be dealt with here.&amp;nbsp; Even for Abaqus support, it may be difficult to deal with obsolete versions.&lt;/P&gt;

&lt;P&gt;Your source code uses the non-standard dimension (1) which became obsolete 40 years ago, so there is a possibility of a current compiler mis-interpreting.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:34:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140201#M136902</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-10-05T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Hi Nick,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140202#M136903</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;

&lt;P&gt;Since the error message you provided indicates an issue with the UMAT subroutine argument list, I recommend first checking the documentation.&amp;nbsp; For the version of Abaqus you are using, take a look in the Abaqus documentation manuals in the "&lt;SPAN class="productname"&gt;Abaqus&lt;/SPAN&gt;&amp;nbsp;User Subroutines Reference Guide", section 1.1.44 UMAT.&amp;nbsp; The information includes the UMAT call statement and the argument list for the version of Abaqus you are using.&amp;nbsp; You can double check your UMAT against those arguments.&amp;nbsp; Look for the same number of arguments, the same variables names, and the same variable types.&amp;nbsp; Some of the arguments are short arrays, so check that the dimensions of those arrays are correct.&lt;/P&gt;

&lt;P&gt;I believe that the Abaqus validation for user subroutines may be calling just one user subroutine, perhaps DLOAD, to check linking with Abaqus.&amp;nbsp; The automatic validation may not be enough to check the UMAT subroutine.&lt;/P&gt;

&lt;P&gt;UMAT can be one of the more challenging user subroutines to use.&amp;nbsp; Have you tried other, easier to use user subroutines in Abaqus?&amp;nbsp; DLOAD can be a good one to start with since the code in DLOAD could be simple to apply a traction load to a simple mesh.&lt;/P&gt;

&lt;P&gt;Have you tried running Abaqus from the Intel Fortran command window?&amp;nbsp; I have good success opening the command window from:&lt;/P&gt;

&lt;P&gt;Start -&amp;gt; Intel Parallel Studio XE 2018 -&amp;gt; Compiler ... Intel 64 ...&lt;/P&gt;

&lt;P&gt;Then running my Abaqus job from that window to link to a user subroutine.&lt;/P&gt;

&lt;P&gt;Another recommendation is to create a main program that can call your user subroutine to pass inputs and get the outputs to check that the UMAT by itself is working as expected.&amp;nbsp; This will help confirm that you can compile and link and run a test case.&amp;nbsp; That may help narrow the possibilities of what isn't working with Abaqus.&amp;nbsp; Have you been able to do this test case?&lt;/P&gt;

&lt;P&gt;A previous post may be helpful too:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/599132" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/599132&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Maybe some of this information will help you discover more details about what isn't working for your Abaqus plus UMAT analysis.&amp;nbsp; Let us know what you find since it may help others in the future.&lt;/P&gt;

&lt;P&gt;Regards, Greg&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 14:35:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140202#M136903</guid>
      <dc:creator>Greg_T_</dc:creator>
      <dc:date>2018-10-05T14:35:44Z</dc:date>
    </item>
    <item>
      <title>Nick, you should realize that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140203#M136904</link>
      <description>&lt;P&gt;Nick, you should realize that there is no recognizable problem with the code for the majority of forum members here, who do not use Abaqus (Greg T. is a notable exception).&lt;/P&gt;&lt;P&gt;The subroutine UMAT has a large number of arguments that go unused. The subroutine updates the array&amp;nbsp; STRESS, using some values in the array PROPS and the input array DDSTRAN.&amp;nbsp; The code can be compiled and a DLL built that exports the symbol UMAT.&lt;/P&gt;&lt;P&gt;So, what does Abaqus attempt to do when it builds the DLL? We do not know, unless we can see the batch file that Abaqus uses for doing that task. You should ask the Abaqus vendor, or turning echoing on in the batch file. The bland "Problem during linking" is useless without more information: what were the linker inputs and options, and what was the linker error message?&lt;/P&gt;&lt;P&gt;It's as if one went to the doctor's, had lots of tests done, and then was told merely "you may be sick".&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 10:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140203#M136904</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-10-06T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Hi Tim, Greg and Mecej,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140204#M136905</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Hi Tim, Greg and Mecej,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Thanks for your replies and help. My apologies for describing the problem not so clearly. I do not have a lot of experience with compilers and coding overall. However, I followed your advice and tried to run it with a simple DLOAD subroutine and it finally worked! I think indeed there was a problem in the subroutine. I followed a youtube tutorial for the UMAT subroutine where ABAQUS 6.14-2 was used, and I used 6.14-1. Maybe this was causing the error.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;If anyone else is having problems with linking the Fortran compiler to Abaqus, I can give the following advice:&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Make sure you use correct versions of Intel fortran compiler with visual studio and Abaqus. Multiple combinations are possible but for me the following worked:&lt;/SPAN&gt;

		&lt;UL&gt;
			&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Visual studio 2010&lt;/SPAN&gt;&lt;/LI&gt;
			&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Visual Fortran compiler 2015&lt;/SPAN&gt;&lt;/LI&gt;
			&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Abaqus 6.14-1&lt;/SPAN&gt;&lt;/LI&gt;
		&lt;/UL&gt;
	&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;The order of installation of the software is important. I recommend first installing visual studio. Then if you install the Fortran compiler, you can already see if it works well with your visual studio. If you have the wrong version, it says during installation that it can not find visual studio. In this case, make sure to download other versions that work well together.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Paste the 3 lines in abaqus.bat and abq6141.bat&amp;nbsp; as seen above. This turorial from GrabCad is pretty clear: &lt;A href="https://grabcad.com/tutorials/linking-abaqus-and-fortran" target="_blank"&gt;https://grabcad.com/tutorials/linking-abaqus-and-fortran&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Run the abaqus vertification (type abaqus vertification in start). If it says PASS for user subroutines the compiler is linked correctly.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;If you still have some errors after obtaining a PASS, the problem is likely either a compile error (maybe you missed a comma), or your definition for your subroutine is for an other version of abaqus. Then first try a simple DLOAD case as Greg proposed. Make sure you obtain the template for this from the correct version of the Abaqus maual.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Nick&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Oct 2018 10:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140204#M136905</guid>
      <dc:creator>wassenberg__nick</dc:creator>
      <dc:date>2018-10-06T10:56:30Z</dc:date>
    </item>
    <item>
      <title>Hello Nick,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140205#M136906</link>
      <description>&lt;P&gt;Hello Nick,&lt;/P&gt;&lt;P&gt;I am suffering from a problem about the linking of abaqus with fortran. The versions I used are i) Abaqus 6.14-2 ii) Intel parallel studio 2016&amp;nbsp;iii) visual studio 2010. When I try to run a subroutine it always shows the compilation&amp;nbsp;error. I think there is a problem in linking because when the verification is going on it shows error for i) Abaqus/Standard with user subroutine ii) Abaqus/Explicit with user subroutines (Single Precision) iii)&amp;nbsp;Abaqus/Explicit with user subroutines (Double&amp;nbsp;Precision) iv) Abaqus make utility with fortran v) Abaqus make utility with C++. In all the above cases it shows that "Abaqus did not complete successfully".&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am in hurry and in great problem too about my M tech project. I will be highly obliged to you if you kindly help me promptly.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:23:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140205#M136906</guid>
      <dc:creator>Ghosh_D_</dc:creator>
      <dc:date>2019-11-27T10:23:55Z</dc:date>
    </item>
    <item>
      <title>hi nick,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140206#M136907</link>
      <description>&lt;P&gt;hi nick,&lt;/P&gt;&lt;P&gt;I have followed your steps yet it is not working . Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:25:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140206#M136907</guid>
      <dc:creator>Ghosh_D_</dc:creator>
      <dc:date>2019-11-27T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Hi everybody,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140207#M136908</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me. When I am trying to run abaqus program after linking it properly it shows error for user subroutine both in single and double precision. What should I do right now.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 11:01:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140207#M136908</guid>
      <dc:creator>Ghosh_D_</dc:creator>
      <dc:date>2019-11-27T11:01:53Z</dc:date>
    </item>
    <item>
      <title>What error what are the error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140208#M136909</link>
      <description>&lt;P&gt;What error what are the error messages? If it is a compile error a copy of the source code and the messages would help someone help you.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 22:07:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140208#M136909</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2019-11-27T22:07:42Z</dc:date>
    </item>
    <item>
      <title>Hello everybody,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140211#M136912</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I am very much sorry for not dictating my problem in detail. The versions I am using right now are i)&amp;nbsp;Abaqus 6.14-2&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; &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; &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;ii) Intel parallel studio 2015&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; &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; &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;iii) visual studio 2010.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Visual studio 2010 is a trial version and other two are downloaded from different sites but not the student version.&lt;/LI&gt;&lt;LI&gt;The process that I have followed are&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Installed visual studio followed by parallel studio and abaqus&lt;/LI&gt;&lt;LI&gt;Then I have pasted the following paths in the path of environment variables&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;C:\Program Files (x86)\Intel\Composer XE 2013\bin&amp;nbsp; &amp;nbsp; C:\Program Files (x86)\Intel\Composer XE 2013\bin\intel64&lt;/LI&gt;&lt;LI&gt;After that I pasted the path @call ifortvars.bat intel64 vs2010 in abaqus6142.bat&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;then when I run the fllowing windows are showing that I attach.&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 11:37:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140211#M136912</guid>
      <dc:creator>Ghosh_D_</dc:creator>
      <dc:date>2019-11-28T11:37:09Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140209#M136910</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's as if one went to the doctor's, had lots of tests done, and then was told merely "you may be sick".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;having a significnat number of Doctors in the family, I can say that often they are in the dark about the exact cause and have a guess.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:27:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140209#M136910</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2019-11-28T01:27:20Z</dc:date>
    </item>
    <item>
      <title>Quote:Ghosh D. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140210#M136911</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ghosh D. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me. When I am trying to run abaqus program after linking it properly it shows error for user subroutine both in single and double precision. What should I do right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running this at a University then I suggest you find the Civil Engineering Dept and find the person who does this all the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are a student at a University and this is an assignment then you should go and see your Professor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are a graduate student then you need to read the manuals, this is not a forum that can help grad students in learning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are in a company and are starting this by yourself, find the nearest major University and make an appointment with a structures expert who has Abaqus experience and go see that person.&amp;nbsp; Most professors will give you a hearing.&amp;nbsp; if you are at a major company find the expert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whilst Fortran is common and Abacus is common - using them together is mainly civil engineers and they are not really people who freqeunt this forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:34:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-during-linking-Abaqus-user-Subroutines/m-p/1140210#M136911</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2019-11-28T01:34:29Z</dc:date>
    </item>
  </channel>
</rss>

