0

I want to run a python script without Abaqus GUI and this already works well with the command:

abaqus cae nogui = scriptname.py

As I want to include a subroutine I have to run it in Abaqus version 12-1 but I have also version 13-1 installed (running the script in cae, I always got an error while using 13-1 but not with 12-1). With the command above I don't know which version will be used. Is there a way to specify the used version in the cmd?

4

1 回答 1

1

在 windows 上使用abaqus cae将调用安装的最新版本的 abaqus。如果您想在特定版本上运行,请改用此调用abq6121 cae nogui = scriptname.py

于 2014-07-28T17:58:51.510 回答