-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I originally was running my Java Application with the use of the pbs-java-api within the Head and Test nodes, which have access to the 'qsub' command, but due to instability within those nodes, I want to actually send my Java program in a extended walltime job to the cluster.
However, the 'qsub' command is not available to computer nodes, therefore the pbs-java-api PBS.qsub(String input) fails.
In scripts that I need to do this, I do
ssh testnode qsub script.sh
Any idea how to mirror that in the API?
I am having some trouble, and can't seem to figure it out...
Thanks!
Metadata
Metadata
Assignees
Labels
No labels