Abaqus2019子程序安裝問題及解決

問題1:安裝VS2019 和 IPS XE2020,但是搜索不到 compiler。

這是由于parallel_studio_xe_2020_update4_cluster_edition_online_setup還沒有被下載,后續打開intel soft manager,會自動下載該更新,然后在運行該更新,將compiler for Fortran裝好就有 compiler 19.1這些了。

問題2:問題1解決后,按照教程更新launcher.bat,但命令行一直運行不完整,沒有生成verify.log。

后續發現,需要通過stop再start abaqus2019的許可,再去verification,就能通過了。

附錄:

abq2019.bat

@echo off

setlocal

set ABA_COMMAND=%~nx0

set ABA_COMMAND_FULL=%~f0

rem @call ifortvars.bat intel64 vs2019

IF NOT DEFINED VS_VARS_SET call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

set VS_VARS_SET=1

IF NOT DEFINED VC_VARS_SET call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\bin\ifortvars.bat" intel64 vs2019

set VC_VARS_SET=1

"C:\SIMULIA\CAE\2019\win_b64\code\bin\ABQLauncher.exe" %*

endlocal

登錄后免費查看全文
立即登錄
App下載
技術鄰APP
工程師必備
  • 項目客服
  • 培訓客服
  • 平臺客服

TOP

1