Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor & Bosco submissions
- Date: Thu, 7 Mar 2013 12:09:33 +0100 (CET)
- From: Francesco Prelz <Francesco.Prelz@xxxxxxxxxx>
- Subject: Re: [HTCondor-users] Condor & Bosco submissions
On Wed, 6 Mar 2013, Guillermo Marco Puche wrote:
Hello,
Job remain the same no 8 slot or correct queue.
(...)
And still not working.
We took this offline and found the issue to be an asymmetry of unknown
origin between the sge_submit.sh script and the scripts for the other
batch systems. This patch resolved the issue.
--- sge_submit.sh.OLD 2013-03-07 12:01:47.000000000 +0100
+++ sge_submit.sh 2013-03-07 12:05:07.000000000 +0100
@@ -64,7 +64,7 @@
end_of_preamble
#local batch system-specific file output must be added to the submit file
-local_submit_attributes_file=${GLITE_LOCATION:-/opt/glite}/bin/sge_local_submit_attributes.sh
+local_submit_attributes_file=${blah_bin_directory}/sge_local_submit_attributes.sh
if [ -r $local_submit_attributes_file ] ; then
echo \#\!/bin/sh > $bls_opt_tmp_req_file
if [ ! -z $bls_opt_req_file ] ; then
I'll make sure this gets into mainstream BLAH as well (btw: in the
meanwhile we had to move the scripts from 'bin' to 'libexec' following an
EU project edict to satisfy the rpmlint leviathan).
Francesco Prelz
INFN-MI