Am 08.04.2013 um 10:21 schrieb Semi: > Any ideas about user's question? > > I am working with job arrays and encountered something weird. At first a sent > several job arrays to obs.q. Then I took one of the job arrays (that didn't > start executing any task) and sent it to intel_all.q (using qalter). > After that the specific tasks started running, however, the same jobArray was > duplicated about 20-30 times. Now qstat shows me: > 8698022 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698023 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698024 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698025 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698026 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698027 0.50500 run.sh barneaeh qw 04/08/2013 10:25:23 > 1 1-245:1 > 8698028 0.50500 run.sh barneaeh qw 04/08/2013 10:25:24 > 1 1-245:1 > 8698030 0.50500 run.sh barneaeh qw 04/08/2013 10:25:27 > 1 1-245:1 > 8698031 0.50500 run.sh barneaeh qw 04/08/2013 10:25:27 > 1 1-245:1 > 8698032 0.50500 run.sh barneaeh qw 04/08/2013 10:25:27 > 1 1-245:1
`qalter` doesn't change the submission time (only increasing the value of "version:" in `qstat -j <job_id>`). But above they have different submission times. Was this the time `qalter` was issued? All have a value of "version: 1" in `qstat -j <job_id>`? -- Reuti > This jobArray was the only one with 245, so I am sure it was duplicated... > Now it seems that the job array is run again and again. > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
