Python Script for Running User subroutine
Python Script for Running User subroutine
(OP)
Hi,
I have a 25 User subroutine files, and I want to sequentially execute them. I want to automate this this process. I believe that this task can be performed efficiently using a python script.
I tried looking up in the internet, but I could not make sense out of most of them. Can anyone help me with this?
I have a 25 User subroutine files, and I want to sequentially execute them. I want to automate this this process. I believe that this task can be performed efficiently using a python script.
I tried looking up in the internet, but I could not make sense out of most of them. Can anyone help me with this?





RE: Python Script for Running User subroutine
you just type in a command line: "abaqus cae job=myjob user=mat.f interactive" for example.
if your cluster has job queueing software, that helps too - you can sumbit them all at once.