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 07:50:13 -0500
- From: Brian Bockelman <bbockelm@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Can I use HTCondor out of a HTCondor pool
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/