Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: succeed in installing ABAQUS subroutine

  1. #21
    Join Date
    2010-07
    Location
    beijing(china), algeria
    Posts
    16
    hi mandriam, and thank for ur reply.
    i told u that i am new in abaqus, first i installed visual studio 2010 after fortran 11.1.60 and finally abaqus 6.10 when i installed it, i create a new environment variables in user variables that is
    variable : LM_LICENSE_FILE
    value : 27011@my pc name
    but in system variable i dont do anything and abaqus work correctly , but my problem is how to configure now abaqus to fortran
    what should i do after do this 3 installation,should i create another environment variables or what. if u know thank u to tell me
    have a nice day
    Last edited by lamjuv; 2010-07-27 at 21:45.

  2. #22
    Join Date
    2010-07
    Location
    beijing(china), algeria
    Posts
    16
    can we use this procedure to configure abaqus 6.10.1 with fortran 11.1.60 and vs2010
    thank`s

  3. #23

    Question Error during compiling subroutine

    I solved the problem below by reinstalling abaqus with the exact versions of MS visual studio and fortran that are recommended in abaqus release notes.




    I have been struggling with this for the past few days now...
    I can't find anyone whose had the same problem before so I've just registered so i can post.
    I am trying to run an abaqus subroutine.
    I have Abaqus 6.9EF1.

    As you can see below, everything goes well but I get an error during manifesting.

    If anyone has any ideas for how this can be solved I would greatly appreciate it!

    Thanks

    Luke



    Intel(R) Visual Fortran Compiler Professional for applications running on IA-32,
    Version 11.1.038
    Copyright (C) 1985-2009 Intel Corporation. All rights reserved.

    Setting environment for using Microsoft Visual Studio .NET 2003 tools.
    (If you have another version of Visual Studio or Visual C++ installed and wish
    to use its tools from the command line, run vcvars32.bat for that version.)


    C:\Temp>"c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars
    32.bat"
    Setting environment for using Microsoft Visual Studio .NET 2003 tools.
    (If you have another version of Visual Studio or Visual C++ installed and wish
    to use its tools from the command line, run vcvars32.bat for that version.)
    C:\Temp>abaqus make library=unifiber.for
    Abaqus JOB unifiber.for
    Begin Compiling Single Precision Abaqus/Explicit User Subroutines
    3/25/2011 12:30:10 AM
    End Compiling Single Precision Abaqus/Explicit User Subroutines
    3/25/2011 12:30:11 AM
    Begin Linking Single Precision Abaqus/Explicit User Subroutines
    3/25/2011 12:30:11 AM
    Creating library explicitU.lib and object explicitU.exp
    Microsoft (R) Manifest Tool version 6.0.4071.0
    Copyright (c) Microsoft Corporation 2004.
    All rights reserved.

    explicitU.dll.manifest:general error c1010070:Failed to load and parse the manif
    est. The system cannot find the file specified.
    Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Sub
    routines.
    This error may be due to a mismatch in the Abaqus user subroutine arguments.
    These arguments sometimes change from release to release, so user subroutines
    used with a previous release of Abaqus may need to be adjusted.
    The Abaqus Make execution procedure exited with errors

    C:\Temp>
    Last edited by lukio_3; 2011-03-25 at 17:00. Reason: Solved

  4. #24
    Hello,
    I have a problem in configuring the software in order to launch a subroutine.

    I have installed in the following order:

    1) MS Visual C++ 2005 Express;
    2) MS Windows SDK for Windows Server 2008 and .NET Framework 3.5;
    3) Intel Fortran Compiler 10.1.025.

    I tried to set all the environmental variables according to the instructions given above, although I wasn't albe to set everything exactly as it is in the instruction. For example:

    C:\Program Files\Microsoft Visual Studio 8\VC\include;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include

    The catalogue PlatformSDK doesn't exist in my VC folder.

    Also I wasn't able to locate the following catalogue:

    C:\Program Files\Microsoft SQL Server\90\Tools\binn\

    I have installed:

    MS SQL Server 2005 Mobile [ENU] Beta 3 Developer

    Except for the cases mentioned above I menaged to set all the environmental variables as it is advised.

    When I try to run a job in Abaqus CAE I don't get any error or warnin messages. But the calculations does not proceed and I to cease them.

    Prior to installing Visual C++, SDK and Intel Fortran Compiler I launched Abaqus Verification and got a message that both Fortran and C++ software are not found. That was the lat time that Abaqus Verification produced a *log file for me. When I run it now it doesn't produce any log file.

    Any help much appreciated.

    Regards,

    VIPer

  5. #25
    Hi civilinha,
    Thank you very much
    God bless you

  6. #26
    Im using Microsoft Visual Studio 2005, Compaq Visual Fortran 6, Abaqus 6.9......

    may i know ist typing the command abaqus job and user in the abaqus command?
    why i cannt success to run the program?

    This is the code i wrote in abaqus command:

    Job-1 is my input file and qwertyuiop is my *.for file....
    C:\Temp>abaqus job=Job-1 user=qwertyuiop
    and then its display again:
    C:\Temp>

    So what is the problem?
    Last edited by Ng Theng Pin; 2012-02-27 at 20:56.

  7. #27
    Join Date
    2000-02
    Location
    Boston, USA
    Posts
    3,280
    I recommend that you use the following command instead:

    Code:
    abaqus job=Job-1 user=qwertyuiop interactive

    -Jorgen
    Jorgen Bergstrom, Ph.D.
    PolymerFEM Administrator

  8. #28
    Hello... I had try ur suggestion. but its display the ifort.exe not found in path....

    how i can solve it....
    thanx.

  9. #29
    Join Date
    2000-02
    Location
    Boston, USA
    Posts
    3,280
    Do you have ifort.exe installed on your computer?

    If so, I recommend that you set the search path for the compiler using the Intel procedure. There is usually a bat-file that you can run that sets the compiler path...

    -Jorgen
    Jorgen Bergstrom, Ph.D.
    PolymerFEM Administrator

  10. #30
    im very sorry im very new in the abaqus and subroutine....
    i think i no have ifort exe.... what the software name that i can dowload the ifort.exe............

Similar Threads

  1. Help on ABAQUS UMAT subroutine
    By biomechanics in forum Finite Element Modeling
    Replies: 19
    Last Post: 2011-02-20, 10:45
  2. Help: How to write Uhyper subroutine in abaqus
    By vanchen in forum Finite Element Modeling
    Replies: 1
    Last Post: 2008-07-22, 20:06
  3. problem in installing ABAQUS/MAKE
    By Urmia in forum Computer Software
    Replies: 4
    Last Post: 2008-04-13, 03:24
  4. Fortran subroutine for ABAQUS V6.6
    By jingdejun in forum Finite Element Modeling
    Replies: 5
    Last Post: 2007-01-11, 02:48
  5. Question about abaqus user subroutine
    By Carfey in forum Finite Element Modeling
    Replies: 6
    Last Post: 2006-02-27, 23:00

Tags for this Thread

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
  •