2024年1月21日发(作者:)

在安装完abaqus后在进行verification时有可能碰到以下问题

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 before

running Abaqus.

这表示abaqus未能与fortran成功链接。

若需要链接abaqus with fortran 则安装完后需要进行以下设置。 当然有些在安装的时候已经设置好了。如果出现问题可以试试下面的方法。

以下过程主要目的是将ifortvars(可能有后缀,不通系统不一样)中的内容复制到 abaqus commond文件夹下的(可能名称有区别) 文件,这样abaqus才能找到fortran。 之前搞了半天没弄明白,后来找了个非常nice的老外给弄好了,这老师那个亲切啊~~

我的系统:Windows 7 (64位) + Microsoft Visual studio 2008 + Intel(R) Fortran Compiler

Professional 11.1.067 + Abaqus 6.10-1

1. 寻找两个文件 .bat 文件

在我的计算机上路径如下:

1.1 Start--All Program--Abaqus 6.10-1-- Abaqus Verification (right click) -- Property

在出现的对话框中 点Shortcut子对话框 查看Target 中的内容, 我的是

C: -verify -all -log && ||

说明verification运行的是 。 确认运行的哪个bat文件非常重要,因为如果版本不一样

commonds文件夹中有可能还会有不同的bat文件。 所以需要首先check

1.2 Start--All Program--Intel(R) Software Development Tools--Intel(R) Visual Fortran Compiler

Professional

11.1.067 我的是64位的,所以右键点击 Fortran Build Environment for applications running on Intel(R)

64 -- Property (如果是32位则选择另外一个,即Fortran Build Environment for applications running on

Intel(R) IA-32)

shortcut--target 中的内容为:

C: /E:ON /V:ON /K ""C:Program Files (x86)IntelCompiler11.1067

" intel64"

即需要在相应目录下寻找 ,由于我的电脑是64位的 所以在bin文件夹下有两个文件夹ia32,

intel 64以及 文件。 对于我的电脑得在intel 64 中寻找 "ifortvars_"。 不同的系统

可能稍有差异,有可能只需要找到 或者是找ifortvars_。可以都打开看看

我的ifortvars_文件内容为

@echo off

Rem

Rem Copyright (C) 1985-2010 Intel Corporation. All rights reserved.

Rem

Rem The information and source code contained herein is the exclusive property

Rem of Intel Corporation and may not be disclosed, examined, or reproduced in

Rem whole or in part without explicit written authorization from the Company.

Rem

Rem Intel(R) Visual Fortran Intel(R) 64 Compiler Professional Build Environment for applications running

on Intel(R) 64

echo.

echo Intel(R) Visual Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64,

Version 11.1.067

echo Copyright (C) 1985-2010 Intel Corporation. All rights reserved.

echo.

if {%1} EQU {vs2008} (

@call "C:Program Files (x86)Microsoft Visual Studio " x64

) else (

if {%1} EQU {vs2005} (

@call echo.

) else (

@call "C:Program Files (x86)Microsoft Visual Studio " x64

)

)

title Intel(R) Visual Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64,

Version 11.1.067 build environment

echo.

SET IFORT_COMPILER11=C:Program Files (x86)IntelCompiler11.1067

SET INTEL_LICENSE_FILE=C:Program Files (x86)Common

FilesIntelLicenses;%INTEL_LICENSE_FILE%

SET PATH=%IFORT_COMPILER11%Binintel64;%PATH%

SET LIB=%IFORT_COMPILER11%Libintel64;%LIB%

SET

INCLUDE=%IFORT_COMPILER11%Include;%IFORT_COMPILER11%IncludeIntel64;%INCLUDE%

我的文件内容为

@echo off

"C:" %*

2. 将ifortvars_文件内容复制粘贴到文件开头。如下

@echo off

Rem

Rem Copyright (C) 1985-2010 Intel Corporation. All rights reserved.

Rem

Rem The information and source code contained herein is the exclusive property

Rem of Intel Corporation and may not be disclosed, examined, or reproduced in

Rem whole or in part without explicit written authorization from the Company.

Rem

Rem Intel(R) Visual Fortran Intel(R) 64 Compiler Professional Build Environment for applications running

on Intel(R) 64

echo.

echo Intel(R) Visual Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64,

Version 11.1.067

echo Copyright (C) 1985-2010 Intel Corporation. All rights reserved.

echo.

if {%1} EQU {vs2008} (

@call "C:Program Files (x86)Microsoft Visual Studio " x64

) else (

if {%1} EQU {vs2005} (

@call echo.

) else (

@call "C:Program Files (x86)Microsoft Visual Studio " x64

)

)

title Intel(R) Visual Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64,

Version 11.1.067 build environment

echo.

SET IFORT_COMPILER11=C:Program Files (x86)IntelCompiler11.1067

SET INTEL_LICENSE_FILE=C:Program Files (x86)Common

FilesIntelLicenses;%INTEL_LICENSE_FILE%

SET PATH=%IFORT_COMPILER11%Binintel64;%PATH%

SET LIB=%IFORT_COMPILER11%Libintel64;%LIB%

SET INCLUDE=%IFORT_COMPILER11%Include;%IFORT_COMPILER11%IncludeIntel64;%INCLUDE%

@echo off

"C:" %*

3. 点击abaqus verification 重新check, 结果可在文件中查询。(也可在commond session中输入 abaqus verify -install 会更快,而且结果直接在屏幕上输出) OK 结束。

一下为操作前和操作后的结果

操作前:

Abaqus Product

Tue Jun 7 12:10:49 2011

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 Professional (Build 7600) (x64).

Requirement: Microsoft Visual C++ 9.0 (2008), or 10.0 (2010)

Product: Abaqus make utility with C++

Status: Fail - Unable to locate or determine the version of a C++

compiler on this system. If Microsoft Visual C++ 8.0 (.NET

2005) is installed on this system, please load

file before running Abaqus.

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 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 Internet Explorer 8.0.7600.16766

Making C:Tempverify. All verification files will reside in this directory.

-----------------------------------------------------------------------------

Abaqus/Standard

...PASS

-----------------------------------------------------------------------------

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.

-----------------------------------------------------------------------------

Abaqus/Explicit (single precision)

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit (double precision)

...PASS

-----------------------------------------------------------------------------

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.

-----------------------------------------------------------------------------

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.

-----------------------------------------------------------------------------

Abaqus/Viewer

...PASS

-----------------------------------------------------------------------------

Abaqus/CAE

...PASS

-----------------------------------------------------------------------------

Geometry Translator for CATIA V4

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for CATIA V5

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Direct Geometry Import for CATIA V5

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for I-DEAS

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for Parasolid

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for Pro/ENGINEER

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

SolidWorks Associative Interface

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus/AMS

...PASS

-----------------------------------------------------------------------------

Abaqus Interface for

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus/Standard parametric studies

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit parametric studies

...PASS

-----------------------------------------------------------------------------

Abaqus/Design

...PASS

-----------------------------------------------------------------------------

Abaqus Interface for Moldflow

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus make utility with Fortran

...INFORMATION

System requirements were not met. Verification

procedure will be skipped.

-----------------------------------------------------------------------------

Abaqus make utility with C++

...INFORMATION

System requirements were not met. Verification

procedure will be skipped.

-----------------------------------------------------------------------------

Abaqus make utility with object code

...INFORMATION

System requirements were not met. Verification

procedure will be skipped.

-----------------------------------------------------------------------------

Abaqus scripting interface

...PASS

-----------------------------------------------------------------------------

Abaqus analyses using parallelization

Running thread-based parallel with 2 cpu(s)

Abaqus/Explicit domain-level parallel

...PASS

Abaqus/Standard direct solver

...PASS

-----------------------------------------------------------------------------

Abaqus/Foundation

...PASS

-----------------------------------------------------------------------------

Abaqus noGUI (CAE/Viewer)

...PASS

-----------------------------------------------------------------------------

Abaqus/CFD

...PASS

-----------------------------------------------------------------------------

Verification directory C:Tempverify has been deleted.

操作后:

Abaqus Product

Tue Jun 7 12:05:49 2011

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 Professional (Build 7600) (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 20100806

Package ID w_cprof_p_11.1.067.

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 Internet Explorer 8.0.7600.16766

Making C:Tempverify. All verification files will reside in this directory.

-----------------------------------------------------------------------------

Abaqus/Standard

...PASS

-----------------------------------------------------------------------------

Abaqus/Standard with user subroutines

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit (single precision)

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit (double precision)

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit with user subroutines (single precision)

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit with user subroutines (double precision)

...PASS

-----------------------------------------------------------------------------

Abaqus/Viewer

...PASS

-----------------------------------------------------------------------------

Abaqus/CAE

...PASS

-----------------------------------------------------------------------------

Geometry Translator for CATIA V4

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for CATIA V5

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Direct Geometry Import for CATIA V5

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for I-DEAS

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for Parasolid

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Geometry Translator for Pro/ENGINEER

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

SolidWorks Associative Interface

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus/AMS

...PASS

-----------------------------------------------------------------------------

Abaqus Interface for

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus/Standard parametric studies

...PASS

-----------------------------------------------------------------------------

Abaqus/Explicit parametric studies

...PASS

-----------------------------------------------------------------------------

Abaqus/Design

...PASS

-----------------------------------------------------------------------------

Abaqus Interface for Moldflow

...INFORMATION

Product is not licensed. Verification procedure will

be skipped.

-----------------------------------------------------------------------------

Abaqus make utility with Fortran

...PASS

-----------------------------------------------------------------------------

Abaqus make utility with C++

...PASS

-----------------------------------------------------------------------------

Abaqus make utility with object code

...PASS

-----------------------------------------------------------------------------

Abaqus scripting interface

...PASS

-----------------------------------------------------------------------------

Abaqus analyses using parallelization

Running thread-based parallel with 2 cpu(s)

Abaqus/Explicit domain-level parallel

...PASS

Abaqus/Standard direct solver

...PASS

-----------------------------------------------------------------------------

Abaqus/Foundation

...PASS

-----------------------------------------------------------------------------

Abaqus noGUI (CAE/Viewer)

...PASS

-----------------------------------------------------------------------------

Abaqus/CFD

...PASS

-----------------------------------------------------------------------------

Verification directory C:Tempverify has been deleted.