How to use multiple GPUs in ABAQUS command line?
Hello,
I am new to abaqus command line and trying to solve massive explicit dynamics and steady dynamics models. I want to use multiple CPUs and GPUs to sole this. I searched on internet and found the syntax as:
c:\Temp> abaqus job=Job-1 cpus=16 gpus=1 input=file1.inp double interactive
Is this syntax correct, especially gpus part? or do I need to write some more command to use GPU, such as type of GPU or something like that? Can someone tell me what "double interactive" in above syntax means?