-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with parsing arrayjobs on DAS5 #672
Comments
On DAS5 we have a bunch of array jobs running at the moment. Output of
Output of
So interestingly, the job is shown by |
I wrote the following test:
This produces the expected output:
|
I tried to reproduce the problem. import java.util.Arrays; public class test {
}` When I submit a job array as command line : The output from ` 2653343_[3-4%2] defq array yhu310 PD 0:00 1 (JobArrayTaskLimit) 2651316 proq pretrain mda420 R 7-16:35:19 1 node078 2651437 proq real_nvp ama228 R 6-02:30:27 1 node069 2653320 defq bash sghiassi R 4:25:51 1 node007 2653325_1 defq neat5 zgo600 R 2:57:09 1 node053 2653325_2 defq neat5 zgo600 R 2:57:09 1 node054 2653325_3 defq neat5 zgo600 R 2:57:09 1 node055 2653325_4 defq neat5 zgo600 R 2:57:09 1 node056 2653330 proq prun-job mao540 R 56:22 1 node070 2653335 defq pytorch- mprovokl R 5:04 2 node[024-025] 2653343_1 defq array yhu310 R 0:01 1 node057 2653343_2 defq array yhu310 R 0:01 1 node058 And error raises due to the
If we query on job |
For my own project, I can ignore the pending jobs |
As reported in #671
The text was updated successfully, but these errors were encountered: