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

[HTCondor-users] do a condor_submit_dag from a node



Hello I am trying do it, I have a .submit to send a sh script to condor, this .sh contains:

#! /bin/bash
condor_submit_dag "bucle.dag" | grep "to cluster " >> a.txt

but it send me the error that "Can't find address of local schedd" how can I pass the adress of my principal node where is executing condor_master?
I think that it is the problem, if not tell me, thanks.

Fernando.