Hi all, I want to submit a Condor-c job directly to PBS. The configuration: Condor-C is installed and configured on host A. PBS server is also installed on host A. pbs_mom runs on host B. So host B is the Worker Node. I configured the file $CONDOR_HOME/lib/glite/etc/batch_gahp.config to point at the PBS installation. What is working: I can submit a job to the pbs queue from host A. The job is executed on host B. I can send a job to the pbs queue using the "/opt/condor-6.8.2/lib/glite/bin/pbs_submit.sh" script. The job is executed on host B. I can submit a simple condor-c job: universe = grid executable = myhostname output = Cjob.out error = Cjob.err log = Cjob.log grid_resource = condor hostA hostA queue What do not work: I cannot submit a condor-c job to the host B. Do you know what may be wrong is this file? The job is always executed on host A. universe = grid executable = myhostname output = myoutput error = myerror log = mylog grid_resource = condor hostA hostA +remote_universe = grid +remote_grid_resource = pbs queue What can I do to submit a condor-c job to the PBS queue ? Do you have an example of submission file ? Cheers, Marc |