[kepler-users] [kepler-dev] adding new job manager
Ufuk Utku Turunçoğlu
turuncu at be.itu.edu.tr
Wed Apr 30 07:10:44 PDT 2008
Hi,
I fix the problem in my Condor job submission workflow. I modify the
kepler/src/org/kepler/job/jobManager.java as
old one:
StringBuffer cmd = new StringBuffer("cp ");
new one:
StringBuffer cmd = new StringBuffer("cp -p ");
and i define remote files as {"/Users/turuncu/Documents/workspace/wf-
phd/condor/simple.x"} in JobCreator actor. Now it is working without
problem. I could be related with operating system. My machine is Mac
OS X 10.5.2 installed.
best wishes,
--ufuk
On Apr 30, 2008, at 3:06 PM, Norbert Podhorszki wrote:
> Hi Ufuk,
>
> The JobManager.java: preloadSupporterClasses() loads the
> JobSupportXXXX classes, so add your class there.
> In the workflows (JobManager actor), you have to use the XXXX for
> naming your support class.
> Finally, workflows/test/job contains workflow examples for job
> controls.
>
> Best regards
> Norbert
>
> Norbert Podhorszki
> ------------------------------------------
> Scientific Computing Group
> National Center for Computational Sciences
> Oak Ridge National Laboratory
> Phone: (865) 574-7159
>
>
>
> On 4/29/08 8:01 PM, "Ufuk Utku Turunçoğlu" <turuncu at be.itu.edu.tr>
> wrote:
>
>> Hi,
>>
>> I try to implement Platform LSF (Load Sharing Facility) support to
>> KEPLER Job Manager actor. I found that types of job managers is
>> controlled by src/org/kepler/job/JobSupportXXXX.java and src/org/
>> kepler/job/JobManager.java files. What steps is necessary to adding
>> new job manager? Is there any other file that control it.
>>
>> best regards,
>>
>> --ufuk
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20080430/78b4c27e/attachment.html>
More information about the Kepler-users
mailing list