[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] DAGMAN_ABORT_ON_SCARY_SUBMIT



Hi,
I submitted several dagman jobs at almost the same time. Each dagman script is like the following:

Job A ......
Job D1   ..
Job D2 ...
Job D3...
...
Job D24 .....
..
PARENT A CHILD D


the file name of run script for each Job are different from each other.
 I got error message in the dagman output file


ERROR: node D1: job ID in userlog submit event (9025.0.0) doesn't match ID reported earlier by submit command (9021.0.0)! Aborting DAG; set DAGMAN_ABORT_ON_SCARY_SUBMIT to false if you are *sure* this shouldn't cause an abort.


Is this because condor can not handle several "D1" job at the same time although they belong to different dagman?
Any suggestions on this?

Thanks

Jiande Wang