Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Can I use HTCondor out of a HTCondor pool
- Date: Thu, 25 Sep 2014 23:10:10 +0800
- From: åäç <zuowzhang@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Can I use HTCondor out of a HTCondor pool
Hi Brian,
Thanks for your reply.
Using -pool and -remote is really a valid and intuitive way, however, there are still some preconditions:
- As you mentioned, the security policies on node A should be adjusted.
- More important, I need to install HTCondor on node E, so that I could use âcondor_submit'
Is there any service integrated in HTCondo I can use, so that I just need to submit some necessary information about a job, for example, from a non-HTCondor node E to HTCondor node A?
After receive the information, node A will create a job and submit it to the HTCondor pool.
In fact, I care more about the performance of the HTCondor pool during the running time than the result of a job.
But I need to guarantee that anyone who connect the non-HTCondor node E can do some experiment on the HTCondor pool, rather than connect a HTCondor node directly.
Thanks for your help
ââ
Jarvis Zhang
Beihang University
å 2014å9æ25æïäå8:50ïBrian Bockelman <bbockelm@xxxxxxxxxxx> åéï
> Hi Jarvis,
>
> Yes this is possible. A few things about remote submission:
>
> - You have to specify the -pool and -remote options to condor_submit. This will also copy over the input data.
> - After the job is complete, you need to retrieve the data with condor_transfer_data.
> - You will need to work with the sysadmins of node A to make sure the security policies are appropriately configured for remote submission.
>
> Finally - if you are going to be doing automated submissions (and are writing in python), you may want to look at the python bindings.
>
> Brian
>
> On Sep 24, 2014, at 9:23 AM, åäç <zuowzhang@xxxxxxxxxxx> wrote:
>
>> Hello,
>>
>> Recently I am working on some project related to HTCondor, and I am wondering if HTCondor could satisfy our demands.
>>
>> We all know that we can submit a job using âcondor_submit' on any node in a HTCondor pool, however, I want to submit a job on any other server out of a HTCondor pool. Is there any feasible method for this scene.
>>
>> For example, there is a HTCondor pool consist of four nodes: A, B, C and D; node E is the server I am working on. Is it possible that I can connect node A and send a job description message from E to A, so that a new condor job will be running in the HTCondor pool.
>>
>> Thank you.
>> ââ
>> Jarvis Zhang
>> Beihang University
>>
>>
>>
>> _______________________________________________
>> 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/
>
>
> _______________________________________________
> 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/