PDA

View Full Version : Verification of ABAQUS6.6-1 + Visual C++ 2003 + Fortran 8.1


sandman
2007-07-16, 11:23
Dear All

When I verified an abaqus, a c++ compiler shows the following;

Abaqus Product Install Verification...

Mon Jul 16 20:26:26 2007

Running system requirement checks.

Requirement: Windows 2000, Windows XP, Windows Server 2003 Standard
Edition, or Windows Vista
Product: All Abaqus Products
Status: Pass - Found Microsoft Windows XP Professional Service Pack
2 (Build 2600).

Requirement: Microsoft Visual C++ 7.1 or 8.0
Product: Abaqus make utility with C++
Status: Fail - Unable to locate and/or determine the version of a
C++ compiler on this system. If Visual C++ or Visual Studio
.NET is installed on this system, please load the
vcvars32.bat file before running Abaqus.

[/color][/b]
Requirement: Intel Fortran Compiler 8.1 or 9.1
Product: Abaqus make utility with Fortran and Abaqus with user
subroutines
Status: Pass - Found Intel Fortran Compiler 8.1 Build 20040802Z
Package ID w_fc_p_8.1.021.

Requirement: Internet Explorer 6.0, Netscape 7.0, Mozilla 1.2, Firefox
1.0.1, or greater
Product: Abaqus Documentation
Status: Pass - Found Internet Explorer 6.0.2900.2180

Found D:\PONG_Chaleng\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


...ERROR

Abaqus did not complete successfully.

Please see std_user.log for details.

Continuing...

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


...PASS

Continuing...

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


...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/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...

-----------------------------------------------------------------------------
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


...INFORMATION

System requirements were not met. Verification
procedure will be skipped.

Continuing...

-----------------------------------------------------------------------------
Abaqus make utility with C++


...INFORMATION

System requirements were not met. Verification
procedure will be skipped.

Continuing...

-----------------------------------------------------------------------------
Abaqus make utility with object code


...INFORMATION

System requirements were not met. Verification
procedure will be skipped.

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...

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

Job files exist. Verification directory D:\PONG_Chaleng\verify will not be
deleted.


I tried several solution to solve this problem, but it failed yet.
Anyone can help me about " C++ compiler" .
Thank for your suggestion.

Regard
Mr. Sandman

Jorgen
2007-07-18, 18:37
Have you tried to run the script file: vcvars32.bat before starting ABAQUS?

- Jorgen

sandman
2007-07-18, 19:55
Hi Dr. Bergstrom
Thank you for suggestion.
Yes, i tried to run script file already, but it noting.

Mr. Sandman

sandman
2007-07-19, 20:18
Hi Dr. Bergstrom
How do i load the vcvars32.bat file? i attemped to load with command prompt and ran it,that right ?

Thank you
Mr. Sandman

Jorgen
2007-07-25, 06:18
Yes, that is right. Have you tried to start ABAQUS from the command prompt? Can you reach the fortran compilers from the command prompt?

- Jorgen

melios
2008-06-06, 09:18
Hi all,

I am currently trying to evaluate the Abaqus CAE (student version) as a replacement to the Ansys. I tried to install it after installing the Visual Studio 2005 ( trial) and Intel Fortran 9.1(trial). However, when running the verification of Abaqus the following error occurs:


Requirement: Microsoft Visual C++ 7.1 or 8.0
Product: Abaqus make utility with C++
Status: Fail - Unable to locate and/or determine the version of a
C++ compiler on this system. If Visual C++ or Visual Studio
.NET is installed on this system, please load the
vcvars32.bat file before running Abaqus.

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

This seems to be a usual problem with Abaqus. However, due to limited knowledge neither of the solutions posted on the net solved the problem. Tried to run vcvars32.bat but after doing that neither Abaqus nor Fortran were able to locate Visual Studio.

Any help would be much appreciated. Bear in mind that my knowledge is limited on the these software.

Thank you in advnace and sorry for any proplems...

Urmia
2008-06-06, 22:24
Hi,
I had this problem too, the first thing that you must do is installing C++ coorectly. From your verification file, It seems that you have noy installed C++ correctly. If you had installed it correctly abaqus could have easily found it on your system and give pass information on verification file. on the other hand if you do not need to use subroutines, you do not need to install these programs, because these are necessary compiling user subroutines.
Regards,

melios
2008-06-08, 04:46
thank you very much for your help mate.