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
as a starting point, we should come up with a minimum viable set of functionality needed to be able to use this package. here's one way that could look:
installable package
submit function to send jobs to the cluster
collect function to gather results
status function to print current status (could be as simple as printing the results of qstat --user, or similar)
The text was updated successfully, but these errors were encountered:
as a starting point, we should come up with a minimum viable set of functionality needed to be able to use this package. here's one way that could look:
qstat --user
, or similar)The text was updated successfully, but these errors were encountered: