Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Run Subroutines in ABAQUS 6.11-3

  1. #11
    Quote Originally Posted by lumpwood View Post
    1) If you are using the 64 bit compiler make sure x64 compilers and tools are installed with visual studio (this is a non default option during installation).
    2) Make sure there are no errors when you run ifortvars.bat on its own in a command window. If there are, open up the BAT file and make sure all the paths (for example path to vcvars) and chosen system architecture (eg. x86_amd64) are correct.
    Thanks for the answer. But I am not that much professional.
    So would you please tell me how to check the items you mentioned?

    Also, the subroutine I am using has been written in Fortran 9.1 and worked fine with ABAQUS 6.09
    Can this be a reason?

    Thanks All

  2. #12
    Any help for my problem?

    I do need it

  3. Okay, I would try to write out what lumpwood is asking you to do (and I agree with lumpwood's suggestion):

    1. Control Panel -> Add/Remove Programs -> Visual Studio -> Uninstall
    2. A window will pop up. Click on the Repair option
    3. Install EVERYTHING (make sure every single item is selected; in particular, x64 compiler tools)
    4. Finish installation of VS

    Verify Abaqus installation as I described in a previous post.

    If this does not help, uninstall everything and start from scratch - note that x64 compiler tools must be added in the Visual Studio installation.

    You must NOT but, if you still choose to use cracked software, do yourself a favor - don't advertise it!
    Last edited by IceBreaker; 2012-06-10 at 21:12.

  4. #14
    I found that VS2010 is not compatible with Intel Visual Fortran 10 or 11. SO I uninstalled again every thing and then:

    a) Visual Studio 2010 (All options checked while installing, Click Here for the picture of installation)
    b) Intel Visual Fortran Composer XE 2011 update 7.258 Which includes Intel Visual Fortran Compiler 12.1.1 and Intel Math Kernel Library 10.3
    c) Abaqus Documentation
    d) Abaqus 6.11-3

    Below is the Verification after installation


    Code:
    Abaqus Product Install Verification...
    
    Fri Jun 15 13:29:00 2012
    
    Running system requirement checks.
    
    Requirement:    Windows Server 2003, Windows Server 2008, Windows Server
                    2008 R2, Windows HPC Server 2008, Windows XP, Windows Vista,
                    or Windows 7
    Product:        All Abaqus Products
    Status:         Pass - Found Windows 7 Ultimate Service Pack 1 (Build 7601)
                    (x64).
    
    Requirement:    Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)
    Product:        Abaqus make utility with C++
    Status:         Pass - Found Microsoft Visual C++ 10.0.30319.1.
    
    Requirement:    Intel Fortran Compiler 10.1 or 11.1
    Product:        Abaqus make utility with Fortran and Abaqus with user
                    subroutines
    Status:         Fail - Unable to locate or determine the version of a
                    Fortran compiler on this system.  If Intel Fortran is
                    installed on this system, please load ifortvars.bat before
                    running Abaqus.
    
    Requirement:    MS-MPI 2.0, 3.0 or greater
    Product:        Abaqus analyses using MPI-based parallelization and
                    Abaqus/CFD
    Status:         Pass - Found MS-MPI 2.1.1765.0.
    
    Requirement:    Internet Explorer 6.0 or 7.0 or 8.0, Firefox 2.0 or 3.0 or
                    3.5 or greater
    Product:        Abaqus Documentation
    Status:         Fail - Found Google Chrome 19.0.1084.56.
    
    Making C:\SIMULIA\Abaqus\6.11-3\installation_info\verify. All verification
    files will reside in this directory.
    
    -----------------------------------------------------------------------------
    Abaqus/Standard with user subroutines
    
    
             ...INFORMATION
    
                System requirements were not met. Verification
                procedure will be skipped. However, user subroutines
                can be run using a precompiled library set by the
                variable usub_lib_dir. For more information please
                see the section 3.2.2 of Abaqus Analysis User's
                Manual.
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Standard parametric studies
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (single precision)
    
    
             ...INFORMATION
    
                System requirements were not met. Verification
                procedure will be skipped. However, user subroutines
                can be run using a precompiled library set by the
                variable usub_lib_dir. For more information please
                see the section 3.2.2 of Abaqus Analysis User's
                Manual.
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (double precision)
    
    
             ...INFORMATION
    
                System requirements were not met. Verification
                procedure will be skipped. However, user subroutines
                can be run using a precompiled library set by the
                variable usub_lib_dir. For more information please
                see the section 3.2.2 of Abaqus Analysis User's
                Manual.
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (single precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (double precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CAE
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Clean-up...
    
    Verification directory C:\SIMULIA\Abaqus\6.11-3\installation_info\verify has
    been deleted.
    Then I made following changes:

    1) Path1: "C:\Program Files (x86)\Intel\Composer XE\bin\ifortvars.bat"

    2) Path2: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"

    3) CAE Target: Path1 && Path2 && C:\SIMULIA\Abaqus\Commands\abq6113.bat cae || pause

    4) Command Target: Path1 && Path2 && C:\Windows\SysWOW64\cmd.exe /k

    5) Verification: Path1 && Path2 && C:\SIMULIA\Abaqus\Commands\abq6113.bat -verify -all -log && notepad.exe verify.log || notepad.exe verify.log

    But when I run the "ifortvars.bat" to check if there is any error it says:

    Code:
    Syntax:
     ifortvars.bat <arch> [vs]
    
       <arch> must be is one of the following
           ia32         : Set up for IA-32 host and target
           ia32_intel64 : Set up for IA-32 host and Intel(R)64 target
           intel64      : Set up for Intel(R) 64 host and target
       If specified, <vs> must be one of the following
           vs2005      : Set to use Microsoft Visual Studio 2005
           vs2008      : Set to use Microsoft Visual Studio 2008
           vs2008shell : Set to use Microsoft Visual Studio Shell 2008
           vs2010      : Set to use Microsoft Visual Studio 2010
           vs2010shell : Set to use Microsoft Visual Studio Shell 2010
       If <vs> is not specified, the version of Visual Studio detected at install
       time is used.
    So I must use: "ifortvars.bat intel64" in Path1. When I typed this command in windows cmd it says:

    Code:
    Intel Parallel Studio XE 2011 SP1
    Copyright (C) 1985-2011 Intel Corporation. All rights received.
    Intel Composer XE 2011 Update 7 (package 258)
    Setting environment for using Microsoft Visual Studio 2010 x64 tools.
    But the widows did not accept "C:\Program Files (x86)\Intel\Composer XE\bin\ifortvars.bat intel64" in target for CAE, command and Verification (steps 3, 4 and 5). So I proposed a batch file named "fort.bat" with below body:

    Code:
    @echo off
    cd C:\Program Files (x86)\Intel\Composer XE\bin
    ifortvars.bat intel64
    and replaced Path1 with: "C:\Users\Aref\fort.bat" in steps 3, 4 and 5.

    When I run the Verification the result is here (Click for the Picture) and an empty verify.log file opens in notepad and nothing happens!!!

    Then when I run the abaqus cae the below error (CAE1.jpg and CAE2.jpg) is shown and it quits!

    It is really bad, I try everything but cant get it working

    I do thank all the members helping me and ask for more to solve it and propose a method to solve it for everybody.


    Best Regards
    Aref

  5. #15
    Seems like you're close to getting this to work. Setting all those paths are convenient put not necessary to get this working. Have your tried simply opening a command prompt, running ifortvars and then opening CAE using the same command window? Also don't worry to much about the verify script not working.

  6. #16

    hORRAY Solved

    Finally I did it. The solution is as below steps (for x64 windows). Don't miss even one of them:

    1) Log on in Windows with Administrator account. Don't log on with an account which is administrative. Use the built-in Administrator account. Usually the built-in Administrator account is hidden by default. To activate it:

    a) Open a command prompt in administrator mode by right-clicking and choosing “Run as administrator”(Picture1)
    b) Type the following command (without " " marks): "net user administrator /active:yes" (Picture2 , Picture3)

    2) Install Microsoft Visual Studio 2008 Professional. Use the custom installation and choose all the options (especially 64 bit components if you are running x64 Windows)

    3) Install Intel Visual Fortran 10 or 11. I used "Intel Visual Fortran Compiler Professional v11.1.060". While installing, again choose the custom installation and select all the items especially 64 bit components and MLK. Also make sure to choose the integration with Microsoft Visual Studio 2008.

    4) Install Abaqus Documentation.

    5) Install Abaqus 6.11-3

    6) Address1: C:\Program Files (x86)\Intel\Compiler\11.1\060\bin\intel64\ifortvar s_intel64.bat

    7) Address2: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat

    8) Change the Abaqus CAE target directory to: "Address1" && "Address2" && C:\SIMULIA\Abaqus\Commands\abq6113.bat cae || pause

    9) Change the Abaqus Command target directory to: "Address1" && "Address2" && C:\Windows\SysWOW64\cmd.exe /k

    10) Change the Abaqus Verification target directory to: "Address1" && "Address2" && C:\SIMULIA\Abaqus\Commands\abq6113.bat -verify -all -log

    11) My computer --> properties --> Advanced system settings --> Advanced tab --> Environment Variables --> system variables --> Add Address1 and Address2 to the end of path without file names. Example below:

    Code:
    %IFORT_COMPILER11%lib\Intel64;%IFORT_COMPILER11%lib\ia32;C:\Program Files (x86)\Intel\Compiler\11.1\060\mkl\em64t\bin;C:\Program Files\Microsoft HPC Pack 2008\Bin\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\MSC.Software\Marc\2010\marc2010\bin;C:\MSC.Software\Marc\2010\marc2010\tools;C:\MSC.Software\Marc\2010\mentat2010\bin;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft HPC Pack 2008\Bin\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\SIMULIA\Abaqus\Commands;C:\SIMULIA\Abaqus\Commands\abq6113.bat cae || pause;C:\Program Files (x86)\Intel\Composer XE\bin\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\
    Below is the Verification file after these steps. You see every item is passed.

    Code:
    Abaqus Product Install Verification...
    
    Tue Jun 26 13:26:46 2012
    
    Running system requirement checks.
    
    Requirement:    Windows Server 2003, Windows Server 2008, Windows Server
                    2008 R2, Windows HPC Server 2008, Windows XP, Windows Vista,
                    or Windows 7
    Product:        All Abaqus Products
    Status:         Pass - Found Windows 7 Ultimate Service Pack 1 (Build 7601)
                    (x64).
    
    Requirement:    Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)
    Product:        Abaqus make utility with C++
    Status:         Pass - Found Microsoft Visual C++ 9.0.21022.8.
    
    Requirement:    Intel Fortran Compiler 10.1 or 11.1
    Product:        Abaqus make utility with Fortran and Abaqus with user
                    subroutines
    Status:         Pass - Found Intel Fortran Compiler 11.1 Build 20100203
                    Package ID w_cprof_p_11.1.060.
    
    Requirement:    MS-MPI 2.0, 3.0 or greater
    Product:        Abaqus analyses using MPI-based parallelization and
                    Abaqus/CFD
    Status:         Pass - Found MS-MPI 2.1.1765.0.
    
    Requirement:    Internet Explorer 6.0 or 7.0 or 8.0, Firefox 2.0 or 3.0 or
                    3.5 or greater
    Product:        Abaqus Documentation
    Status:         Fail - Found Google Chrome 19.0.1084.56.
    
    Found C:\Temp\verify.  All verification files will reside in this directory.
    
    Old job files exist.  They will be moved to verifyOLD.
    
    -----------------------------------------------------------------------------
    Abaqus/Standard
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Standard with user subroutines
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (single precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (double precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (single precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (double precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Viewer
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CAE
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for CATIA V4
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for CATIA V5
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Direct Geometry Import for CATIA V5
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for I-DEAS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for Parasolid
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for Pro/ENGINEER
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    SolidWorks Associative Interface
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/AMS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus Interface for MSC.ADAMS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Standard parametric studies
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit parametric studies
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Design
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus Interface for Moldflow
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with Fortran
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with C++
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with object code
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus scripting interface
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus analyses using parallelization
    
    
          Running thread-based parallel with 2 cpu(s)
    
                Abaqus/Explicit domain-level parallel
    
             ...PASS
    
                Abaqus/Standard direct solver
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Foundation
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus noGUI (CAE/Viewer)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CFD
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CAE Topology Optimization Module
    
    
             ...INFORMATION
    
                Product is not licensed. Verification procedure will
                be skipped.
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Clean-up...
    
    Verification directory C:\Temp\verify has been deleted.
    Last edited by aref_tmu; 2012-06-26 at 05:06.

  7. #17

    hORRAY Solved

    Finally I did it. The solution is as below steps (for x64 windows). Don't miss even one of them:

    1) Log on in Windows with Administrative account. Don't log on with an account which is administrative. Use the built-in Administrative account. Usually the built-in Administrative account is hidden by default. To activate it:

    a) Open a command prompt in administrator mode by right-clicking and choosing “Run as administrator”(Picture1)
    b) Type the following command (without " " marks): "net user administrator /active:yes" (Picture2 , Picture3)

    2) Install Microsoft Visual Studio 2008 Professional. Use the custom installation and choose all the options (especially 64 bit components if you are running x64 Windows)

    3) Install Intel Visual Fortran 10 or 11. I used "Intel Visual Fortran Compiler Professional v11.1.060". While installing, again choose the custom installation and select all the items especially 64 bit components and MLK. Also make sure to choose the integration with Microsoft Visual Studio 2008.

    4) Install Abaqus Documentation.

    5) Install Abaqus 6.11-3

    6) Address1: C:\Program Files (x86)\Intel\Compiler\11.1\060\bin\intel64\ifortvar s_intel64.bat

    7) Address2: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat

    8) Change the Abaqus CAE target directory to: "Address1" && "Address2" && C:\SIMULIA\Abaqus\Commands\abq6113.bat cae || pause

    9) Change the Abaqus Command target directory to: "Address1" && "Address2" && C:\Windows\SysWOW64\cmd.exe /k

    10) Change the Abaqus Verification target directory to: "Address1" && "Address2" && C:\SIMULIA\Abaqus\Commands\abq6113.bat -verify -all -log

    11) My computer --> properties --> Advanced system settings --> Advanced tab --> Environment Variables --> system variables --> Add Address1 and Address2 to the end of path without file names. Example below:

    Code:
    %IFORT_COMPILER11%lib\Intel64;%IFORT_COMPILER11%lib\ia32;C:\Program Files (x86)\Intel\Compiler\11.1\060\mkl\em64t\bin;C:\Program Files\Microsoft HPC Pack 2008\Bin\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\MSC.Software\Marc\2010\marc2010\bin;C:\MSC.Software\Marc\2010\marc2010\tools;C:\MSC.Software\Marc\2010\mentat2010\bin;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft HPC Pack 2008\Bin\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\SIMULIA\Abaqus\Commands;C:\SIMULIA\Abaqus\Commands\abq6113.bat cae || pause;C:\Program Files (x86)\Intel\Composer XE\bin\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\
    Below is the Verification file after these steps. You see every item is passed.

    Code:
    Abaqus Product Install Verification...
    
    Tue Jun 26 13:26:46 2012
    
    Running system requirement checks.
    
    Requirement:    Windows Server 2003, Windows Server 2008, Windows Server
                    2008 R2, Windows HPC Server 2008, Windows XP, Windows Vista,
                    or Windows 7
    Product:        All Abaqus Products
    Status:         Pass - Found Windows 7 Ultimate Service Pack 1 (Build 7601)
                    (x64).
    
    Requirement:    Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)
    Product:        Abaqus make utility with C++
    Status:         Pass - Found Microsoft Visual C++ 9.0.21022.8.
    
    Requirement:    Intel Fortran Compiler 10.1 or 11.1
    Product:        Abaqus make utility with Fortran and Abaqus with user
                    subroutines
    Status:         Pass - Found Intel Fortran Compiler 11.1 Build 20100203
                    Package ID w_cprof_p_11.1.060.
    
    Requirement:    MS-MPI 2.0, 3.0 or greater
    Product:        Abaqus analyses using MPI-based parallelization and
                    Abaqus/CFD
    Status:         Pass - Found MS-MPI 2.1.1765.0.
    
    Requirement:    Internet Explorer 6.0 or 7.0 or 8.0, Firefox 2.0 or 3.0 or
                    3.5 or greater
    Product:        Abaqus Documentation
    Status:         Fail - Found Google Chrome 19.0.1084.56.
    
    Found C:\Temp\verify.  All verification files will reside in this directory.
    
    Old job files exist.  They will be moved to verifyOLD.
    
    -----------------------------------------------------------------------------
    Abaqus/Standard
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Standard with user subroutines
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (single precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit (double precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (single precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (double precision)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Viewer
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CAE
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for CATIA V4
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for CATIA V5
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Direct Geometry Import for CATIA V5
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for I-DEAS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for Parasolid
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Geometry Translator for Pro/ENGINEER
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    SolidWorks Associative Interface
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/AMS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus Interface for MSC.ADAMS
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Standard parametric studies
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Explicit parametric studies
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Design
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus Interface for Moldflow
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with Fortran
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with C++
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus make utility with object code
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus scripting interface
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus analyses using parallelization
    
    
          Running thread-based parallel with 2 cpu(s)
    
                Abaqus/Explicit domain-level parallel
    
             ...PASS
    
                Abaqus/Standard direct solver
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/Foundation
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus noGUI (CAE/Viewer)
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CFD
    
    
             ...PASS
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Abaqus/CAE Topology Optimization Module
    
    
             ...INFORMATION
    
                Product is not licensed. Verification procedure will
                be skipped.
    
             Continuing...
    
    -----------------------------------------------------------------------------
    Clean-up...
    
    Verification directory C:\Temp\verify has been deleted.

  8. #18
    Hi
    My name is Mani and I'm studying offshore structure engineering.I've got same problem that You have solved, I can't link FORTRAN and Abaqus.I have Abaqus V6.11.1 , Intel visual FORTRAN 11.1.048 and Microsoft Visual Studio 2008 Professional.I do everything you said in forum but after setting environment for using Microsoft Studio I get this Error:

    The file name, directory name or volume label syntax is incorrect.


    This is my Log file:


    Abaqus Product Install Verification...

    Wed Sep 19 20:24:23 2012

    Running system requirement checks.

    Requirement: Windows Server 2003, Windows Server 2008, Windows Server
    2008 R2, Windows HPC Server 2008, Windows XP, Windows Vista,
    or Windows 7
    Product: All Abaqus Products
    Status: Pass - Found Windows 7 Ultimate Service Pack 1 (Build 7601)
    (x64).

    Requirement: Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)
    Product: Abaqus make utility with C++
    Status: Pass - Found Microsoft Visual C++ 9.0.21022.8.

    Requirement: Intel Fortran Compiler 10.1 or 11.1
    Product: Abaqus make utility with Fortran and Abaqus with user
    subroutines
    Status: Pass - Found Intel Fortran Compiler 11.1 Build 20090930
    Package ID w_cprof_p_11.1.048.

    Requirement: MS-MPI 2.0, 3.0 or greater
    Product: Abaqus analyses using MPI-based parallelization and
    Abaqus/CFD
    Status: Pass - Found MS-MPI 2.1.1765.0.

    Requirement: Internet Explorer 6.0 or 7.0 or 8.0, Firefox 2.0 or 3.0 or
    3.5 or greater
    Product: Abaqus Documentation
    Status: Pass - Found Firefox 15.0.1.0

    Making C:\Program Files\Abaqus\6.11-1\installation_info\verify. All
    verification files will reside in this directory.

    -----------------------------------------------------------------------------
    Abaqus/Standard with user subroutines


    ...ERROR

    Abaqus did not complete successfully.

    Please see std_user.log for details.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Standard parametric studies


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (single precision)


    ...ERROR

    Abaqus did not complete successfully.

    Please see xpl_user_sp.log for details.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (double precision)


    ...ERROR

    Abaqus did not complete successfully.

    Please see xpl_user_dp.log for details.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit (single precision)


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit (double precision)


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/CAE


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Clean-up...

    Job files exist. Verification directory C:\Program Files\Abaqus\6.11-
    1\installation_info\verify will not be deleted.




    and this is my Variable environment located in Path:

    %IFORT_COMPILER11%lib\Intel64;%IFORT_COMPILER11%li b\ia32;C:\Program Files (x86)\Intel\Compiler\11.1\048\mkl\em64t\bin;C:\Pro gram Files\Microsoft HPC Pack 2008\Bin\;C:\ProgramData\Graitec\Advance Concrete\2012\;C:\Program Files\Graitec\Advance Concrete\2012\Bin\;C:\Program Files\Common Files\Autodesk Shared\AcDwgFilter\;C:\Program Files\Common Files\Graitec\;C:\tcleditor\bin;%SystemRoot%\syste m32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTE MROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\USFOS\bin;C:\Program Files\MATLAB\R2010b\runtime\win64;C:\Program Files\MATLAB\R2010b\bin;C:\Program Files (x86)\Common Files\Graitec\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Abaqus\Commands;C:\Program Files\Abaqus\Commands\abq6111.bat cae || pause; C:\Program Files (x86)\Intel\Compiler\11.1\048\bin\intel64\; C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\

    CAN U HELP ME PLEASE ????

  9. #19
    I suggest to uninstall everything (ABAQUS, Fortran, Visual Studio). Then follow the steps carefully. If there are errors, please report the log file here in forum.
    Also check the paths and verify they exist.
    I see spaces between paths you have written in red. be careful no spaces are required.

  10. #20
    Dear aref:

    With combination of Visual studio 2008 (Full option) , Intel Visual Fortran Compiler Professional v11.1.060 (Full option) and Abaqus 6.11.1 I received this log file:



    Abaqus Product Install Verification...

    Fri Sep 21 09:18:41 2012

    Running system requirement checks.

    Requirement: Windows Server 2003, Windows Server 2008, Windows Server
    2008 R2, Windows HPC Server 2008, Windows XP, Windows Vista,
    or Windows 7
    Product: All Abaqus Products
    Status: Pass - Found Windows 7 Ultimate Service Pack 1 (Build 7601)
    (x64).

    Requirement: Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)
    Product: Abaqus make utility with C++
    Status: Pass - Found Microsoft Visual C++ 9.0.21022.8.

    Requirement: Intel Fortran Compiler 10.1 or 11.1
    Product: Abaqus make utility with Fortran and Abaqus with user
    subroutines
    Status: Fail - Unable to locate or determine the version of a
    Fortran compiler on this system. If Intel Fortran is
    installed on this system, please load ifortvars.bat before
    running Abaqus.


    Requirement: MS-MPI 2.0, 3.0 or greater
    Product: Abaqus analyses using MPI-based parallelization and
    Abaqus/CFD
    Status: Pass - Found MS-MPI 2.1.1765.0.

    Requirement: Internet Explorer 6.0 or 7.0 or 8.0, Firefox 2.0 or 3.0 or
    3.5 or greater
    Product: Abaqus Documentation
    Status: Pass - Found Firefox 15.0.1.0

    Making C:\SIMULIA\Abaqus\6.11-1\installation_info\verify. All verification
    files will reside in this directory.

    -----------------------------------------------------------------------------
    Abaqus/Standard with user subroutines


    ...INFORMATION

    System requirements were not met. Verification
    procedure will be skipped. However, user subroutines
    can be run using a precompiled library set by the
    variable usub_lib_dir. For more information please
    see the section 3.2.2 of Abaqus Analysis User's
    Manual.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Standard parametric studies


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (single precision)


    ...INFORMATION

    System requirements were not met. Verification
    procedure will be skipped. However, user subroutines
    can be run using a precompiled library set by the
    variable usub_lib_dir. For more information please
    see the section 3.2.2 of Abaqus Analysis User's
    Manual.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit with user subroutines (double precision)


    ...INFORMATION

    System requirements were not met. Verification
    procedure will be skipped. However, user subroutines
    can be run using a precompiled library set by the
    variable usub_lib_dir. For more information please
    see the section 3.2.2 of Abaqus Analysis User's
    Manual.

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit (single precision)


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/Explicit (double precision)


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Abaqus/CAE


    ...PASS

    Continuing...

    -----------------------------------------------------------------------------
    Clean-up...

    Verification directory C:\SIMULIA\Abaqus\6.11-1\installation_info\verify has
    been deleted.





    This is my Variable Path:

    %IFORT_COMPILER11%lib\Intel64;%IFORT_COMPILER11%li b\ia32;C:\Program Files (x86)\Intel\Compiler\11.1\060\mkl\em64t\bin;C:\Pro gram Files\Microsoft HPC Pack 2008\Bin\;C:\ProgramData\Graitec\Advance Concrete\2012\;C:\Program Files\Graitec\Advance Concrete\2012\Bin\;C:\Program Files\Common Files\Autodesk Shared\AcDwgFilter\;C:\Program Files\Common Files\Graitec\;C:\tcleditor\bin;%SystemRoot%\syste m32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTE MROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\USFOS\bin;C:\Program Files\MATLAB\R2010b\runtime\win64;C:\Program Files\MATLAB\R2010b\bin;C:\Program Files (x86)\Common Files\Graitec\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\SIMULIA\Abaqus\Commands\; C:\SIMULIA\Abaqus\Commands\abq6111.bat cae || pause;C:\SIMULIA\Abaqus\Commands;C:\Program Files (x86)\Intel\Compiler\11.1\060\bin\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\



    Please Help me I think I'm Closer.

Similar Threads

  1. Exemplar UMAT and VUMAT Subroutines for ABAQUS
    By Jorgen in forum PolymerFEM News
    Replies: 10
    Last Post: 2013-04-09, 06:42
  2. Problems with abaqus subroutines and fortran compiler
    By giulio.martire in forum Finite Element Modeling
    Replies: 7
    Last Post: 2011-09-26, 00:41
  3. Using Umat Subroutines in Abaqus
    By NazBaba in forum Constitutive Models
    Replies: 3
    Last Post: 2011-05-20, 09:28
  4. Abaqus fortran and subroutines
    By tundres in forum Finite Element Modeling
    Replies: 4
    Last Post: 2008-12-30, 20:29
  5. ABAQUS / linking problems with subroutines
    By radarvizeh in forum Computer Software
    Replies: 1
    Last Post: 2008-07-17, 21:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •