ABAQUS queue manager (AKA job scheduler)
ABAQUS queue manager (AKA job scheduler)
(OP)
Hi
Is there any commercial 3rd party Queue manager that works with ABAQUS?
ANSYS has Remote Solve Manager (RSM), looking for something similar to solve in remote workstation.
Thnaks.
Is there any commercial 3rd party Queue manager that works with ABAQUS?
ANSYS has Remote Solve Manager (RSM), looking for something similar to solve in remote workstation.
Thnaks.





RE: ABAQUS queue manager (AKA job scheduler)
RE: ABAQUS queue manager (AKA job scheduler)
RE: ABAQUS queue manager (AKA job scheduler)
CODE --> DOS
This will first run the job 'Sphere1' in the folder 'C:\Users\User\Documents\Hourglassing study\Sphere1' then wait until it has finished, (that is what the 'interactive' flag does), then it changes the directory to 'C:\Users\User\Documents\Hourglassing study\SphereP9' and runs the next job.
If you have a lot of similar named job you could put this into a loop of course,
CODE --> DOS
The same is possible on Linux machines using a Bash script I'm sure but I'd ask someone else how to do that properly :)
RE: ABAQUS queue manager (AKA job scheduler)
ANSYS has Remote Solve Manager (RSM), looking for something similar to solve in remote workstation.
I already know how to run batch jobs, but thanks nevertheless. :)
RE: ABAQUS queue manager (AKA job scheduler)
RE: ABAQUS queue manager (AKA job scheduler)
RE: ABAQUS queue manager (AKA job scheduler)
This is the procedure I think will be most fitting for running jobs remotely - http://50.16.225.63/v6.14/books/usi/default.htm?st...
But I can't implement it in my Windows 7 host and local machine. Please somebody help me to achieve this properly.