Hello, Could you please let me know if it is possible to produce a DOT file from a DAG file without submitting the DAG file to Condor (e.g. to visualize the DAG for debugging purposes before it is actually submitted)? I know about the ‘DOT’ command in the DAG files. I am trying to figure out how invoke the command without submitting a DAG file. I have tried to add ‘DOT’ command to some file.dag and then did: condor_submit_dag -no_submit file.dag # no dot file is produced condor_submit -dry-run file.dag.condor.sub # no dot file is produced I have also tried to submit
file.dag.condor.sub with ‘Hold = True’ added to it with no success (no dot file is produced). Thank you for your help, Siarhei. ............................................................................ |