You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
Any idea how to mirror that in the API?
I am having some trouble, and can't seem to figure it out...
Thanks!
The text was updated successfully, but these errors were encountered: