<?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: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1580319#M171274</link>
    <description>&lt;P&gt;SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)&lt;BR /&gt;C&lt;BR /&gt;INCLUDE 'ABA_PARAM.INC'&lt;BR /&gt;C&lt;BR /&gt;DIMENSION U(3),TIME(2),COORDS(3)&lt;BR /&gt;C&lt;BR /&gt;C THE PRIMARY FUNCTION IS F(T)=1.5 SIN(OMEGA T) + .5 COS(OMEGA T)&lt;BR /&gt;C WHERE OMEGA IS .1 PI AND T THE CURRENT TIME.&lt;BR /&gt;C THE APPROPRIATE INTEGRALS AND DERIVATIVES ARE COMPUTED ACCORDINGLY.&lt;BR /&gt;C&lt;BR /&gt;OMEGA=.314159&lt;BR /&gt;AOMGT=OMEGA*TIME(2)&lt;BR /&gt;CS=COS(AOMGT)&lt;BR /&gt;SN=SIN(AOMGT)&lt;BR /&gt;AN=.5&lt;BR /&gt;BN=1.5&lt;BR /&gt;IF(NODE.EQ.2.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS DISPLACEMENT FOR NODE 2&lt;BR /&gt;C (DIFFERENTIATE FOR VEL AND ACC)&lt;BR /&gt;U(1)=AN*CS+BN*SN&lt;BR /&gt;U(2)=OMEGA*(-AN*SN+BN*CS)&lt;BR /&gt;U(3)=-OMEGA**2*(AN*CS+BN*SN)&lt;BR /&gt;ELSE IF(NODE.EQ.3.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS VELOCITY FOR NODE 3 (INTEGRATE FOR DISP,&lt;BR /&gt;C DIFFERENTIATE FOR ACCELERATION)&lt;BR /&gt;U(1)=(AN*SN+BN*(1.0-CS))/OMEGA&lt;BR /&gt;U(2)=AN*CS+BN*SN&lt;BR /&gt;U(3)=OMEGA*(-AN*SN+BN*CS)&lt;BR /&gt;ELSE IF(NODE.EQ.4.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS ACCELERATION FOR NODE 4&lt;BR /&gt;C (INTEGRATE FOR DISP AND VELOCITY)&lt;BR /&gt;U(1)=(AN*(1.0-CS)+BN*(AOMGT-SN))/OMEGA**2&lt;BR /&gt;U(2)=(AN*SN+BN*(1.0-CS))/OMEGA&lt;BR /&gt;U(3)=AN*CS+BN*SN&lt;BR /&gt;ENDIF&lt;BR /&gt;RETURN&lt;BR /&gt;END&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 01:07:26 GMT</pubDate>
    <dc:creator>AlexanderAbanobi</dc:creator>
    <dc:date>2024-03-14T01:07:26Z</dc:date>
    <item>
      <title>Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel oneAPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1361849#M160194</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Download and install Visual Studio Build tools 2022 with default options checked. (DO NOT UNCHECK OR CHECK ANY OTHER OPTIONS.)
&lt;P&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://visualstudio.microsoft.com/downloads/?q=build+tools" target="_self"&gt;https://visualstudio.microsoft.com/downloads/?q=build+tools&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_0-1645257912191.png" style="width: 650px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26797iA14E410E7FDF40D4/image-dimensions/650x295/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="650" height="295" role="button" title="Prafull_Bhosale_IITB_0-1645257912191.png" alt="Prafull_Bhosale_IITB_0-1645257912191.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_0-1645257770524.png" style="width: 717px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26796i84E6D2C695C4FD23/image-dimensions/717x395/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="717" height="395" role="button" title="Prafull_Bhosale_IITB_0-1645257770524.png" alt="Prafull_Bhosale_IITB_0-1645257770524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Install Fortran compiler from this website&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_0-1645257538109.png" style="width: 738px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26791i0FBF29BD77527374/image-dimensions/738x485/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="738" height="485" role="button" title="Prafull_Bhosale_IITB_0-1645257538109.png" alt="Prafull_Bhosale_IITB_0-1645257538109.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;Install Math kernel Library also from above website&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_1-1645257538123.png" style="width: 731px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26792i963F9CFA108E8B6C/image-dimensions/731x473/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="731" height="473" role="button" title="Prafull_Bhosale_IITB_1-1645257538123.png" alt="Prafull_Bhosale_IITB_1-1645257538123.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;Add following in paths in Path environment variable in system:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\env\&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL start="5"&gt;
&lt;LI&gt;Add following lines in abaqus.bat file&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;call "C:\Program Files (x86)\Intel\oneAPI\compiler\2022.0.2\env\vars.bat" -arch intel64&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;call "C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.2\env\vars.bat" intel64&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_2-1645257538126.png" style="width: 719px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26790i7C04A52F00E33BA6/image-dimensions/719x203/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="719" height="203" role="button" title="Prafull_Bhosale_IITB_2-1645257538126.png" alt="Prafull_Bhosale_IITB_2-1645257538126.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="6"&gt;
&lt;LI&gt;To check if linking is done, run:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;First open Abaqus Command prompt and then enter following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;abaqus info=system&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output should be like shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_3-1645257538127.png" style="width: 662px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26793iFDA30CDCD5C6FE0E/image-dimensions/662x154/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="662" height="154" role="button" title="Prafull_Bhosale_IITB_3-1645257538127.png" alt="Prafull_Bhosale_IITB_3-1645257538127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="7"&gt;
&lt;LI&gt;To check if fortran file is running:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;First fetch a sample file from Abaqus repository.&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; &lt;STRONG&gt;abaqus fetch job=std_user&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This command will fetch sample file with user subroutine from Abaqus repository and put it in current directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="8"&gt;
&lt;LI&gt;&lt;STRONG&gt;*******IMP step: Remove the commented lines; otherwise, the program will not work. This is due to some bug in intel oneAPI *********&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;std_user.for file after removing commented lines should look like as shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_4-1645257538131.png" style="width: 578px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26794i3118420077F560CD/image-dimensions/578x425/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="578" height="425" role="button" title="Prafull_Bhosale_IITB_4-1645257538131.png" alt="Prafull_Bhosale_IITB_4-1645257538131.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="9"&gt;
&lt;LI&gt;Run&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;abaqus job=std_user user=std_user.for&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check std_user.log file. It should have "Abaqus JOB std_user COMPLETED" at the end of file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prafull_Bhosale_IITB_5-1645257538136.png" style="width: 634px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26795i878BE2D1BD1ECF53/image-dimensions/634x255/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="634" height="255" role="button" title="Prafull_Bhosale_IITB_5-1645257538136.png" alt="Prafull_Bhosale_IITB_5-1645257538136.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;******DONE**********&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;References:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/The-Easy-and-Fast-Way-to-Install-JUST-Fortran-with-Intel-oneAPI/td-p/1360571" target="_self"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/The-Easy-and-Fast-Way-to-Install-JUST-Fortran-with-Intel-oneAPI/td-p/1360571&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 08:07:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1361849#M160194</guid>
      <dc:creator>Prafull_Bhosale_IITB</dc:creator>
      <dc:date>2022-02-19T08:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1361896#M160195</link>
      <description>&lt;P&gt;Please show the source file before the commented lines are removed. I am curious to know what the perceived bug is. (I am not an Abaqus user.)&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 14:15:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1361896#M160195</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-19T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443060#M164248</link>
      <description>&lt;P&gt;Why this complier can not compile subroutines contain&amp;nbsp;&lt;SPAN&gt;ABA_PARAM.INC?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 02:37:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443060#M164248</guid>
      <dc:creator>Hayel</dc:creator>
      <dc:date>2023-01-01T02:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443077#M164249</link>
      <description>&lt;P&gt;Like Steve, I do not use Abaqus, I merely know of its existence. As you do not indicate what the compiler complains about and why it fails to compile such subroutines, I can only guess what is going wrong: it cannot find the include file "ABA_PARAM.INC". You need to specify its location to the compiler, if that file is not in the same directory as the source file.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 11:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443077#M164249</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2023-01-01T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443149#M164253</link>
      <description>&lt;P&gt;Thank you for you help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Abaqus compile the subroutine correctly and the analysis started, but then the analysis aborted and there is no results at all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 02:27:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443149#M164253</guid>
      <dc:creator>Hayel</dc:creator>
      <dc:date>2023-01-02T02:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443150#M164254</link>
      <description>&lt;P&gt;This analysis is completed before in Abaqus 2017 and the link with VS2012 and Intel composer EX 2013. So why it is aborted in Abaqus 2022?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 02:31:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443150#M164254</guid>
      <dc:creator>Hayel</dc:creator>
      <dc:date>2023-01-02T02:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443178#M164255</link>
      <description>&lt;P&gt;First of all: you may want to start a new thread, rather than continuing with this old one. It will allow you to give it a more appropriate title.&lt;/P&gt;
&lt;P&gt;You do not give us much clues as to what is going on and wrong, I am afraid. Apparently, there are at least two components that are different from your working version: Abaqus went from version "2017" to "2022" and the Intel Fortran compiler evidently changed also. As I do not know Abaqus, I have no idea if that is responsible for the observed failure. But be aware that newer versions of compilers can bring out lurking mistakes and errors in programs.&lt;/P&gt;
&lt;P&gt;Given that you do not indicate HOW the analysis is aborted (nor show any code), I can only give you general advice:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Try to find out if the analysis program printed a stacktrace, so that you can at least get some information on what went wrong.&lt;/LI&gt;
&lt;LI&gt;Lacking that, try with an empty routine, possibly merely printing a message to a file on disk, so that you know it has been called.&lt;/LI&gt;
&lt;LI&gt;If that succeeds, add print statements in the routine to see where it fails. At some point you may see the exact location - or, if you are unlucky, the problem will have gone. The latter is usually an indication that something like an uninitialised variable caused a runtime problem (accessing an array way out of bounds for instance).&lt;/LI&gt;
&lt;LI&gt;What you can also try is creating a small program that simply calls your routine with the right set of arguments, to see if in such an isolated case things work or do not work.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Just very general advice ;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 09:01:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1443178#M164255</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2023-01-02T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452136#M164787</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I am following&amp;nbsp; the same steps on Abaqus 2022, VS:2022. but facing problem of linking Fortran compiler after typing "Abaqus info=system" in cmd window.it shows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALOK_05_0-1675244452020.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37631i9B1536B6A3E367FD/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ALOK_05_0-1675244452020.png" alt="ALOK_05_0-1675244452020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this is for the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALOK_05_1-1675244498640.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37632i603205F615398D2D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ALOK_05_1-1675244498640.png" alt="ALOK_05_1-1675244498640.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;please help me in resolving the issue&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 09:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452136#M164787</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-01T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452171#M164788</link>
      <description>&lt;P&gt;The ABAQUS comment is not quite correct anymore. in the command window run C:\Program Files (x86)\Intel\oneAPI\setvars&lt;/P&gt;
&lt;P&gt;and see if that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:23:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452171#M164788</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-02-01T12:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452173#M164789</link>
      <description>&lt;P&gt;i have to add this in "&lt;SPAN&gt;C:\Program Files (x86)\Intel\oneAPI\setvars" in Abaqus&amp;nbsp;bat file&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:27:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452173#M164789</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-01T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452570#M164813</link>
      <description>&lt;P&gt;I am able to resolve this issue by adding the "vs 2022" after intel64 in abaqus bat file, but currently iam facing problem with verification. after typing "Abaqus verify -user_std"in cmd window.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALOK_05_0-1675329854698.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37681iD4DFD99B9D908ECA/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ALOK_05_0-1675329854698.png" alt="ALOK_05_0-1675329854698.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 09:24:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1452570#M164813</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-02T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456154#M165049</link>
      <description>&lt;P&gt;"Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.8.0 Build 20221119_000000&lt;BR /&gt;Copyright (C) 1985-2022 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;End Compiling Abaqus/Standard User Subroutines&lt;BR /&gt;Begin Linking Abaqus/Standard User Subroutines&lt;BR /&gt;LINK : fatal error LNK1181: cannot open input file 'user32.lib'&lt;BR /&gt;Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines.&lt;BR /&gt;This error may be due to a mismatch in the Abaqus user subroutine arguments.&lt;BR /&gt;These arguments sometimes change from release to release, so user subroutines&lt;BR /&gt;used with a previous release of Abaqus may need to be adjusted.&lt;BR /&gt;Abaqus/Analysis exited with error"&lt;/P&gt;
&lt;P&gt;Getting this after "&lt;SPAN&gt;std_user.log file" in cmd window&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 14:58:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456154#M165049</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-15T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456155#M165050</link>
      <description>&lt;P&gt;The failure to find user32.lib, which is a Windows API library, suggests that you are not correctly establishing the compiler build environment.&amp;nbsp; You earlier wrote about adding a call to setvars.bat, which should do this. As you are showing us only the error output and not what led up to it, it's difficult to comment further.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:05:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456155#M165050</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-15T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456169#M165052</link>
      <description>&lt;P&gt;hi steve,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for reply.&lt;/P&gt;
&lt;P&gt;i have followed the whatever step is suggested initially . I am able to link Fortran with Abaqus&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALOK_05_0-1676474262257.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/38057i5322427CE0B7F6E8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ALOK_05_0-1676474262257.png" alt="ALOK_05_0-1676474262257.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;the result after typing "abaqus info=system" in cmd window.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALOK_05_1-1676474353737.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/38058i9196C127EED9203E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ALOK_05_1-1676474353737.png" alt="ALOK_05_1-1676474353737.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the reuslt after "abaqus verify -user_std" in cmd window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.8.0 Build 20221119_000000&lt;BR /&gt;Copyright (C) 1985-2022 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;End Compiling Abaqus/Standard User Subroutines&lt;BR /&gt;Begin Linking Abaqus/Standard User Subroutines&lt;BR /&gt;LINK : fatal error LNK1181: cannot open input file 'user32.lib'&lt;BR /&gt;Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines.&lt;BR /&gt;This error may be due to a mismatch in the Abaqus user subroutine arguments.&lt;BR /&gt;These arguments sometimes change from release to release, so user subroutines&lt;BR /&gt;used with a previous release of Abaqus may need to be adjusted.&lt;BR /&gt;Abaqus/Analysis exited with errors"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Getting this after "&lt;SPAN class="sub_section_element_selectors"&gt;std_user.log file" in cmd window&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;I hope I am to show the what leads to error. if any further information is required i am happy to share&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456169#M165052</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-15T15:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456185#M165057</link>
      <description>&lt;P&gt;You would need to look at the link command used. There is the possibility of some libabry path direction on the link command or it gets this from the environment (path).&amp;nbsp; Maybe the log file mentioned will help?&lt;/P&gt;
&lt;P&gt;Anyway a Steve days user32 is a windows system library and does not have much to do with the "user subroutine" you are trying to build.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:51:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456185#M165057</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-02-15T15:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456371#M165086</link>
      <description>&lt;P&gt;I'd remark that this is an ABAQUS issue, not an Intel compiler issue.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 00:41:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456371#M165086</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-16T00:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456447#M165089</link>
      <description>&lt;P&gt;hi steve can you help me in figuring out the issue with ABAQUS &amp;amp; help me in resolving the same&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 06:04:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456447#M165089</guid>
      <dc:creator>ALOK_05</dc:creator>
      <dc:date>2023-02-16T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456589#M165104</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/274851"&gt;@ALOK_05&lt;/a&gt;, did you see this post, &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Use-Intel-s-Fortran-Compiler-with-Abaqus/m-p/1359606#M160026" target="_blank" rel="noopener"&gt;How to Use Intel's Fortran Compiler with Abaqus&lt;/A&gt;? Maybe there is info there to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 15:50:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456589#M165104</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-02-16T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456591#M165106</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/274851"&gt;@ALOK_05&lt;/a&gt;&amp;nbsp;, sorry, I have never used ABAQUS. If you have an issue with the Intel Fortran compiler that shows when not invoking it from the unseen ABAQUS bat file, feel free to ask here. Otherwise please contact ABAQUS support.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 15:54:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1456591#M165106</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-16T15:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fortran compiler with Abaqus (minimal required installation; no need to install Intel on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1580319#M171274</link>
      <description>&lt;P&gt;SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)&lt;BR /&gt;C&lt;BR /&gt;INCLUDE 'ABA_PARAM.INC'&lt;BR /&gt;C&lt;BR /&gt;DIMENSION U(3),TIME(2),COORDS(3)&lt;BR /&gt;C&lt;BR /&gt;C THE PRIMARY FUNCTION IS F(T)=1.5 SIN(OMEGA T) + .5 COS(OMEGA T)&lt;BR /&gt;C WHERE OMEGA IS .1 PI AND T THE CURRENT TIME.&lt;BR /&gt;C THE APPROPRIATE INTEGRALS AND DERIVATIVES ARE COMPUTED ACCORDINGLY.&lt;BR /&gt;C&lt;BR /&gt;OMEGA=.314159&lt;BR /&gt;AOMGT=OMEGA*TIME(2)&lt;BR /&gt;CS=COS(AOMGT)&lt;BR /&gt;SN=SIN(AOMGT)&lt;BR /&gt;AN=.5&lt;BR /&gt;BN=1.5&lt;BR /&gt;IF(NODE.EQ.2.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS DISPLACEMENT FOR NODE 2&lt;BR /&gt;C (DIFFERENTIATE FOR VEL AND ACC)&lt;BR /&gt;U(1)=AN*CS+BN*SN&lt;BR /&gt;U(2)=OMEGA*(-AN*SN+BN*CS)&lt;BR /&gt;U(3)=-OMEGA**2*(AN*CS+BN*SN)&lt;BR /&gt;ELSE IF(NODE.EQ.3.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS VELOCITY FOR NODE 3 (INTEGRATE FOR DISP,&lt;BR /&gt;C DIFFERENTIATE FOR ACCELERATION)&lt;BR /&gt;U(1)=(AN*SN+BN*(1.0-CS))/OMEGA&lt;BR /&gt;U(2)=AN*CS+BN*SN&lt;BR /&gt;U(3)=OMEGA*(-AN*SN+BN*CS)&lt;BR /&gt;ELSE IF(NODE.EQ.4.AND.JDOF.EQ.1) THEN&lt;BR /&gt;C THE FUNCTION IS ACCELERATION FOR NODE 4&lt;BR /&gt;C (INTEGRATE FOR DISP AND VELOCITY)&lt;BR /&gt;U(1)=(AN*(1.0-CS)+BN*(AOMGT-SN))/OMEGA**2&lt;BR /&gt;U(2)=(AN*SN+BN*(1.0-CS))/OMEGA&lt;BR /&gt;U(3)=AN*CS+BN*SN&lt;BR /&gt;ENDIF&lt;BR /&gt;RETURN&lt;BR /&gt;END&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 01:07:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-Fortran-compiler-with-Abaqus-minimal-required/m-p/1580319#M171274</guid>
      <dc:creator>AlexanderAbanobi</dc:creator>
      <dc:date>2024-03-14T01:07:26Z</dc:date>
    </item>
  </channel>
</rss>

