On Tue, May 07, 2019, ali akbar wrote:
>I was wondering how can I run qsub files in a single standalone workstation
>rather than a cluster based system?
It depends on what is inside your "qsub files". Can you provide a short
example?
In the simplest case (you can experiment) if you usually do this on a
cluster:
qsub <qsub-file>
you would replace that on a workstation with:
/bin/sh <qsub-file>
But don't be surprised if this fails: I'm making a big guess about what
you mean by a "qsub file".
...good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue May 07 2019 - 04:30:02 PDT