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

上传人:b****8 文档编号:11491898 上传时间:2023-03-01 格式:DOCX 页数:19 大小:17.51KB
下载 相关 举报
在安装完abaqus后在进行verification时有可能碰到以下问题.docx_第1页
第1页 / 共19页
在安装完abaqus后在进行verification时有可能碰到以下问题.docx_第2页
第2页 / 共19页
在安装完abaqus后在进行verification时有可能碰到以下问题.docx_第3页
第3页 / 共19页
在安装完abaqus后在进行verification时有可能碰到以下问题.docx_第4页
第4页 / 共19页
在安装完abaqus后在进行verification时有可能碰到以下问题.docx_第5页
第5页 / 共19页
点击查看更多>>
下载资源
资源描述

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

《在安装完abaqus后在进行verification时有可能碰到以下问题.docx》由会员分享,可在线阅读,更多相关《在安装完abaqus后在进行verification时有可能碰到以下问题.docx(19页珍藏版)》请在冰豆网上搜索。

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

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

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

Status:

Fail-Unabletolocateordeterminetheversionofa

Fortrancompileronthissystem.IfIntelFortranis

installedonthissystem,pleaseloadifortvars.batbefore

runningAbaqus.

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

若需要链接abaquswithfortran则安装完后需要进行以下设置。

当然有些在安装的时候已经设置好了。

如果出现问题可以试试下面的方法。

以下过程主要目的是将ifortvars(可能有后缀,不通系统不一样)中的内容复制到abaquscommond文件夹下的abaqus.bat(可能名称有区别)文件,这样abaqus才能找到fortran。

之前搞了半天没弄明白,后来找了个非常nice的老外给弄好了,这老师那个亲切啊~~

我的系统:

Windows7(64位)+MicrosoftVisualstudio2008+Intel(R)FortranCompilerProfessional11.1.067+Abaqus6.10-1

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

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

1.1Start--AllProgram--Abaqus6.10-1--AbaqusVerification(rightclick)--Property

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

C:

\SIMULIA\Abaqus\Commands\abq6101.bat-verify-all-log&¬epad.exeverify.log||notepad.exe

verify.log

说明verification运行的是abq6101.bat。

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

commonds文件夹中有可能还会有不同的bat文件。

所以需要首先check

1.2Start--AllProgram--Intel(R)SoftwareDevelopmentTools--Intel(R)VisualFortranCompilerProfessional

11.1.067我的是64位的,所以右键点击FortranBuildEnvironmentforapplicationsrunningonIntel(R)

64--Property(如果是32位则选择另外一个,即FortranBuildEnvironmentforapplicationsrunningon

Intel(R)IA-32)

shortcut--target中的内容为:

C:

\Windows\SysWOW64\cmd.exe/E:

ON/V:

ON/K""C:

\ProgramFiles(x86)\Intel\Compiler\11.1\067

\bin\ifortvars.bat"intel64"

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

intel64以及ifortvars.bat文件。

对于我的电脑得在intel64中寻找"ifortvars_intel64.bat"。

不同的系统

可能稍有差异,有可能只需要找到ifortvars.bat或者是找ifortvars_ia32.bat。

可以都打开看看

我的ifortvars_intel64.bat文件内容为

@echooff

Rem

RemCopyright(C)1985-2010IntelCorporation.Allrightsreserved.

Rem

RemTheinformationandsourcecodecontainedhereinistheexclusiveproperty

RemofIntelCorporationandmaynotbedisclosed,examined,orreproducedin

RemwholeorinpartwithoutexplicitwrittenauthorizationfromtheCompany.

Rem

RemIntel(R)VisualFortranIntel(R)64CompilerProfessionalBuildEnvironmentforapplicationsrunningonIntel(R)64

echo.

echoIntel(R)VisualFortranIntel(R)64CompilerProfessionalforapplicationsrunningonIntel(R)64,Version11.1.067

echoCopyright(C)1985-2010IntelCorporation.Allrightsreserved.

echo.

if{%1}EQU{vs2008}(

@call"C:

\ProgramFiles(x86)\MicrosoftVisualStudio9.0\VC\vcvarsall.bat"x64

)else(

if{%1}EQU{vs2005}(

@callecho.

)else(

@call"C:

\ProgramFiles(x86)\MicrosoftVisualStudio9.0\VC\vcvarsall.bat"x64

titleIntel(R)VisualFortranIntel(R)64CompilerProfessionalforapplicationsrunningonIntel(R)64,Version11.1.067buildenvironment

echo.

SETIFORT_COMPILER11=C:

\ProgramFiles(x86)\Intel\Compiler\11.1\067

SETINTEL_LICENSE_FILE=C:

\ProgramFiles(x86)\CommonFiles\Intel\Licenses;%INTEL_LICENSE_FILE%

SETPATH=%IFORT_COMPILER11%\Bin\intel64;%PATH%

SETLIB=%IFORT_COMPILER11%\Lib\intel64;%LIB%

SETINCLUDE=%IFORT_COMPILER11%\Include;%IFORT_COMPILER11%\Include\Intel64;%INCLUDE%

我的abq6101.bat文件内容为

@echooff

"C:

\SIMULIA\Abaqus\6.10-1\exec\abq6101.exe"%*

2.将ifortvars_intel64.bat文件内容复制粘贴到abaq6101.bat文件开头。

如下

@echooff

Rem

RemCopyright(C)1985-2010IntelCorporation.Allrightsreserved.

Rem

RemTheinformationandsourcecodecontainedhereinistheexclusiveproperty

RemofIntelCorporationandmaynotbedisclosed,examined,orreproducedin

RemwholeorinpartwithoutexplicitwrittenauthorizationfromtheCompany.

Rem

RemIntel(R)VisualFortranIntel(R)64CompilerProfessionalBuildEnvironmentforapplicationsrunningonIntel(R)64

echo.

echoIntel(R)VisualFortranIntel(R)64CompilerProfessionalforapplicationsrunningonIntel(R)64,Version11.1.067

echoCopyright(C)1985-2010IntelCorporation.Allrightsreserved.

echo.

if{%1}EQU{vs2008}(

@call"C:

\ProgramFiles(x86)\MicrosoftVisualStudio9.0\VC\vcvarsall.bat"x64

)else(

if{%1}EQU{vs2005}(

@callecho.

)else(

@call"C:

\ProgramFiles(x86)\MicrosoftVisualStudio9.0\VC\vcvarsall.bat"x64

titleIntel(R)VisualFortranIntel(R)64CompilerProfessionalforapplicationsrunningonIntel(R)64,Version11.1.067buildenvironment

echo.

SETIFORT_COMPILER11=C:

\ProgramFiles(x86)\Intel\Compiler\11.1\067

SETINTEL_LICENSE_FILE=C:

\ProgramFiles(x86)\CommonFiles\Intel\Licenses;%INTEL_LICENSE_FILE%

SETPATH=%IFORT_COMPILER11%\Bin\intel64;%PATH%

SETLIB=%IFORT_COMPILER11%\Lib\intel64;%LIB%

SETINCLUDE=%IFORT_COMPILER11%\Include;%IFORT_COMPILER11%\Include\Intel64;%INCLUDE%

@echooff

"C:

\SIMULIA\Abaqus\6.10-1\exec\abq6101.exe"%*

3.点击abaqusverification重新check,结果可在verify.log文件中查询。

(也可在commondsession中输入abaqusverify-install会更快,而且结果直接在屏幕上输出)OK结束。

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

操作前:

AbaqusProductInstallVerification...

TueJun712:

10:

492011

Runningsystemrequirementchecks.

Requirement:

WindowsServer2003,WindowsServer2008,WindowsServer

2008R2,WindowsHPCServer2008,WindowsXP,WindowsVista,

orWindows7

Product:

AllAbaqusProducts

Status:

Pass-FoundWindows7Professional(Build7600)(x64).

Requirement:

MicrosoftVisualC++9.0(2008),or10.0(2010)

Product:

AbaqusmakeutilitywithC++

Status:

Fail-UnabletolocateordeterminetheversionofaC++

compileronthissystem.IfMicrosoftVisualC++8.0(.NET

2005)isinstalledonthissystem,pleaseload

vcvarsamd64.batfilebeforerunningAbaqus.

Requirement:

IntelFortranCompiler10.1,or11.1

Product:

AbaqusmakeutilitywithFortranandAbaquswithuser

subroutines

Status:

Fail-Unabletolocateordeterminetheversionofa

Fortrancompileronthissystem.IfIntelFortranis

installedonthissystem,pleaseloadifortvars.batbefore

runningAbaqus.

Requirement:

MS-MPI2.0,3.0orgreater

Product:

AbaqusanalysesusingMPI-basedparallelizationand

Abaqus/CFD

Status:

Pass-FoundMS-MPI2.1.1765.0.

Requirement:

InternetExplorer6.0or7.0or8.0,Firefox2.0or3.0or

3.5orgreater

Product:

AbaqusDocumentation

Status:

Pass-FoundInternetExplorer8.0.7600.16766

MakingC:

\Temp\verify.Allverificationfileswillresideinthisdirectory.

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

Abaqus/Standard

...PASS

Continuing...

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

Abaqus/Standardwithusersubroutines

...INFORMATION

Systemrequirementswerenotmet.Verification

procedurewillbeskipped.However,usersubroutines

canberunusingaprecompiledlibrarysetbythe

variableusub_lib_dir.Formoreinformationplease

seethesection3.2.2ofAbaqusAnalysisUser's

Manual.

Continuing...

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

Abaqus/Explicit(singleprecision)

...PASS

Continuing...

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

Abaqus/Explicit(doubleprecision)

...PASS

Continuing...

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

Abaqus/Explicitwithusersubroutines(singleprecision)

...INFORMATION

Systemrequirementswerenotmet.Verification

procedurewillbeskipped.However,usersubroutines

canberunusingaprecompiledlibrarysetbythe

variableusub_lib_dir.Formoreinformationplease

seethesection3.2.2ofAbaqusAnalysisUser's

Manual.

Continuing...

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

Abaqus/Explicitwithusersubroutines(doubleprecision)

...INFORMATION

Systemrequirementswerenotmet.Verification

procedurewillbeskipped.However,usersubroutines

canberunusingaprecompiledlibrarysetbythe

variableusub_lib_dir.Formoreinformationplease

seethesection3.2.2ofAbaqusAnalysisUser's

Manual.

Continuing...

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

Abaqus/Viewer

...PASS

Continuing...

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

Abaqus/CAE

...PASS

Continuing...

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

GeometryTranslatorforCATIAV4

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

GeometryTranslatorforCATIAV5

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

DirectGeometryImportforCATIAV5

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

GeometryTranslatorforI-DEAS

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

GeometryTranslatorforParasolid

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

GeometryTranslatorforPro/ENGINEER

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

SolidWorksAssociativeInterface

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

Abaqus/AMS

...PASS

Continuing...

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

AbaqusInterfaceforMSC.ADAMS

...INFORMATION

Productisnotlicensed.Verificationprocedurewill

beskipped.

Continuing...

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

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 成人教育 > 电大

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1