Linking ABAQUS 2020 to One API to Run Subroutine (step-by-step setup)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

ความคิดเห็น • 62

  • @AmitKumar-gg7zs
    @AmitKumar-gg7zs ปีที่แล้ว

    Thanks for such a crystal-clear explanation. Highly appreciated, issue is resolved.

  • @HamzaDjeloud
    @HamzaDjeloud 3 ปีที่แล้ว +4

    Great efforts. Keep the good job :)

  • @10Minuters
    @10Minuters  3 ปีที่แล้ว +4

    For some users selecting (ticking) 1:25 ".net desktop development" and "Desktop development with C++" to include them in the installation solved issues with visual studio. Also at 12:00 when you edit the following paths,
    SET PATH=%PATH%;C:\Program Files (x86)\Intel\oneAPI\compiler\2022.1.0\windows\bin\intel64;
    call "C:\Program Files (x86)\Intel\oneAPI\compiler\2022.1.0\env\vars.bat" -arch intel64
    call "C:\Program Files (x86)\Intel\oneAPI\mkl\2022.1.0\env\vars.bat" intel64
    Please keep \intel64 is the first line
    Keep " " \vars.bat in 2nd line and
    Keep \evars.bat in the 3rd line
    within " "

  • @chinylan7839
    @chinylan7839 2 ปีที่แล้ว

    Thanks a lot! It solved problems I have met for some days!

  • @RanjeetKumar-1302
    @RanjeetKumar-1302 3 ปีที่แล้ว +2

    Thanks a lot

  • @koushikhalder2803
    @koushikhalder2803 3 ปีที่แล้ว +1

    Great.

  • @UPKYYY
    @UPKYYY 3 ปีที่แล้ว

    great video!

  • @jia-weichen6025
    @jia-weichen6025 2 ปีที่แล้ว +1

    Hi! Thank you for your video! When I tried to run "call "C:\Program Files (x86)\Intel\oneAPI\mkl\2021.4.0\env\vars.bat" intel64" after the first call, I got the error that reads "the input line is too long. the syntax of the command is incorrect." I wonder if you have any suggestions for this situation? Much appreciated!

  • @sloptna
    @sloptna 2 ปีที่แล้ว +1

    Hey! Thanks for sharing, I followed all the steps till to the final test and worked. Then, I tried with a model and a subroutine from me, that had worked on another device, and didn't. So, I checked your input file and it's not clear to me where you use the subroutine inside it. Could you provide additional info on this? Because my impression is that your example does not involve the subroutine

    • @10Minuters
      @10Minuters  2 ปีที่แล้ว +2

      Line 34 in the input file takes the subroutine. The subroutine type is DISP (used to define the magnitudes of prescribed boundary conditions or similar)

  • @lucasmalima
    @lucasmalima 3 ปีที่แล้ว +1

    Very good! Have been looking for this for weeks. Could you provide the model and sub files at the end?

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว +3

      You can now access the sub file and model.inp file through the Github link in the video description

  • @magedqasem7403
    @magedqasem7403 2 ปีที่แล้ว

    Thank you for your great effort. I was wondering if Math Kernel Library is enabled in this installation ?

  • @rajatagrawal2654
    @rajatagrawal2654 2 หลายเดือนก่อน

    Hello everyone,
    Verify test : Abaqus/Standard with user subroutines verification
    .. log located at C:\temp\verify\user_std\user_std.log
    result : ERROR : Abaqus/Standard with user subroutines verification
    I am getting this error, how to fix this anyone please tell

  • @arnobbaiga318
    @arnobbaiga318 2 หลายเดือนก่อน

    Will it works for abaqus 2014?

  • @mario123abc
    @mario123abc 2 ปีที่แล้ว +1

    At 15:11 you have your license path visible. Be carefull.
    Great Tutorial, but every time you run aba2020.bat you restart fortran compiler over an over.
    Better to start the compiler during CAE initiation, or have a batch file for that.

  • @dineshlakshmanan6118
    @dineshlakshmanan6118 3 ปีที่แล้ว +1

    Hi , I done the all the procedures as mentioned.
    When I, Abaqus verify -user_std
    It shows, error: you cannot run in this directory. Try another directory.
    Please help me.
    While, Abaqus info=system in Abaqus command, job is done and I found fortran compiler and Microsoft visual.
    But I don’t know why verify show error.

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว +4

      Try running the abaqus command window as administrator. You might not have edit permission in the abaqus directory as a default user.

    • @shafkatbinmanjur8078
      @shafkatbinmanjur8078 2 ปีที่แล้ว

      @@10Minuters I am also having the same problem, I ran it as administrator and got an error messege

  • @stanzinnorboo7083
    @stanzinnorboo7083 2 ปีที่แล้ว

    Is there any way to run .f or .for in the Microsoft visual studio code 2019?, here the extension available is .f90.
    or how to add .f or .for extension in Microsoft visual studio code 2019

  • @ankitmanitripathi7636
    @ankitmanitripathi7636 3 ปีที่แล้ว +1

    hello sir in my oneapi both vars file is missing.I cannot see any of the env variables . can you help me for this

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว

      Please check your oneapi installation

  • @rajpatel1967
    @rajpatel1967 2 ปีที่แล้ว

    hello sir, i want to ask about which intel API version you have used during installation?

  • @shreeshialbiradar4217
    @shreeshialbiradar4217 2 ปีที่แล้ว

    after follwing all the steps i am getting this ERROR : Abaqus/Standard with user subroutines verification

  • @rahulg4591
    @rahulg4591 3 ปีที่แล้ว +1

    when I change academic=RESEARCH from academic=TEACHING. ABAQUS fail to open. Please help me with this.

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว +1

      You/ your organization must have RESEARCH license subscription for this to work. Please check if this is the reason.

  • @kklee800
    @kklee800 3 ปีที่แล้ว

    Followed the instructions, but there is an error "LINK : fatal error LNK1181: cannot open input file 'oldnames.lib'".

    • @kklee800
      @kklee800 3 ปีที่แล้ว

      Resolved. The issue is because of errors in the path set under environment variables.

  • @gaganaut06
    @gaganaut06 2 ปีที่แล้ว

    I am getting error during verification PLzzz helppp
    LINK : fatal error LNK1181: cannot open input file 'user32.lib'

  • @caesimulationsbyharsh
    @caesimulationsbyharsh 3 ปีที่แล้ว

    @10Minuters In my custom file, last line is not present that acedemic=Research nor Teaching and also after following all your guidance I am unable to submit successfully the subroutine file

    • @abaquscae2874
      @abaquscae2874 2 ปีที่แล้ว

      Same problem i aam also facing

    • @caesimulationsbyharsh
      @caesimulationsbyharsh 2 ปีที่แล้ว

      @@abaquscae2874 ya same here

    • @MEBMDKASHIFRAZA
      @MEBMDKASHIFRAZA 2 ปีที่แล้ว

      have you got any method for this i started today and facing this same problem

  • @CLiu-qn3mf
    @CLiu-qn3mf 3 ปีที่แล้ว

    Hello, very appreciate for the helpful video. I'm use the method and the verify is pass finally. But when submit an example for calculation, an unknown error occurs. I can't find any errors in *.dat file, and *.msg is not exist. What wrong with my installation? Thank you very much! The version of oneAPI is 2021.3.0

    • @sloptna
      @sloptna 2 ปีที่แล้ว

      exactly same problem here. If I try to run his subroutine, it works. If I try another one I have in my folder, doesn't. And on another system, this last one had worked.

  • @yulanlyu6375
    @yulanlyu6375 3 ปีที่แล้ว

    Hi, I run that code in Abaqus Command then I got the error: You cannot run in this directory. Try another directory. Can you please help me with it?

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว

      Hi, try running abaqus command as an administrator. You can also try to change the 'current directory' (cd)

  • @233Marschl233
    @233Marschl233 3 ปีที่แล้ว

    Great video!
    I followed all your steps precisely, but it shows me an error message that the verification wasn't successful. At the same time "Avira" my Antivirus software seems to block something.
    Please help.

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว

      Hi, Check the discussions in the comment section of this video, those might help.

  • @stanzinnorboo7083
    @stanzinnorboo7083 3 ปีที่แล้ว +1

    i installed as per your suggestions. but in am getting an error on verifying abaqus.
    the errer is"visual studio 2017 or 2019 is not found in the program files. please set VS2017INSTALLDIR OR VS2019INSTALLDIR." Please help me

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว

      Which windows version are you using? Did you deviate in any shown step/ version?

    • @stanzinnorboo1336
      @stanzinnorboo1336 3 ปีที่แล้ว +1

      Windows 10 Home Single Language
      Version 1909
      OS build 18363.1139

    • @stanzinnorboo7083
      @stanzinnorboo7083 3 ปีที่แล้ว +1

      I followed the same step in windows pro as well, still getting the same error.
      my abaqus is a cracked version, is it because of that?

    • @10Minuters
      @10Minuters  3 ปีที่แล้ว +2

      @@stanzinnorboo7083 Try by not changing anything in the custom_v6.env file (use default)

    • @stanzinnorboo7083
      @stanzinnorboo7083 3 ปีที่แล้ว +1

      I tried that as well

  • @stanzinnorboo7083
    @stanzinnorboo7083 2 ปีที่แล้ว +1

    if i update to windows 11, will it work in windows 11?

    • @10Minuters
      @10Minuters  2 ปีที่แล้ว +1

      Sorry, I never tired it. Can anyone else reading this comment have similar experience?

    • @manikanandraopatil2043
      @manikanandraopatil2043 2 ปีที่แล้ว

      @@10Minuters i am using windows , there is error

  • @saich4621
    @saich4621 2 ปีที่แล้ว

    How to link abaqus to tosco?

  • @manikanandraopatil2043
    @manikanandraopatil2043 2 ปีที่แล้ว

    I am getting error while verifying final step
    .ERROR
    Abaqus did not complete successfully.
    Please see std_user.log for details.
    Continuing...

  • @palashdas823
    @palashdas823 3 ปีที่แล้ว

    hi ,when i ran usdfld .it shows error like
    USDFLD.for(1): error @/5118: First statement in file must not be continued
    SUBROUTINE USDFLD(FIELD,STATEV,PNEWDT,DIRECT,T,CELENT,
    -----^
    USDFLD.for(3): error @/5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % (
    2 KSPT,KSTEP,KINC,NDI,NSHR,COORD,JMAC,JMATYP,MATLAYO,LACCFLA)
    etc ....

  • @zonoucoffimarius8327
    @zonoucoffimarius8327 ปีที่แล้ว

    HI! Thank your for your video! Could I get your email to exchange more about how to link ABAQUS 2020 to Fortran?