I recently re-imaged a lab containing our condor submit node, and
execute nodes. I am used the same local config file as before, which I
believe contained all of the configurations from before. I submitted a
job that worked before to test after the reimage and this is the result:
codytrey@metis:~/Condor$ condor_submit submit.pql
Submitting job(s)...............
15 job(s) submitted to cluster 12.
WARNING: File /home/users/codytrey/Condor/temps.in is not readable by
condor.
WARNING: File /home/users/codytrey/Condor/params.in is not readable by
condor.
WARNING: File /home/users/codytrey/Condor/err.12 is not writable by
condor.
WARNING: File /home/users/codytrey/Condor/out.12 is not writable by
condor.
codytrey@metis:~/Condor$
The submit file is:
Executable = PQL
Universe = vanilla
Error = err.$(cluster)
Output = out.$(cluster)
Log = log.$(cluster)
Arguments = -p params.in -t temps.in
transfer_input_files = params.in, temps.in
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
Queue 15
This also shouldn't have changed, so it could possibly be a
configuration change that was done in the main config file, and never
moved to the local one.
Thanks in advanced,
Cody Belcher
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/