[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Using condor_submit from php
- Date: Wed, 20 Jun 2007 14:12:12 -0400
- From: "PAUL PHILIP TRIPP" <ppt5000@xxxxxxx>
- 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?
~Paul