Subject: [Condor-users] Using condor_submit from php
Hello,
I am trying to use condor_submit in a php script using
system('/home/condor/condor-6.8.4/bin/condor_submit
/home/condor/Desktop/gil/gill1.condor')
Using the command
normally runs the program fine. Using the command through php returns
"Submitting job(s)", but the program never appears in condor_q or
condor_history, but the ID number in the condor_history is incremented.
Anyone have an ideas why running condor through php is causing so much
trouble?