Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Selective System Call Trapping?
- Date: Fri, 26 Aug 2005 10:55:22 -0400
- From: Avi Flamholz <flamholz@xxxxxxxxx>
- Subject: Re: [Condor-users] Selective System Call Trapping?
And I can do this is the vanilla universe?
-Avi
On 8/26/05, matthias.m.roehm@xxxxxxxxxxxxxxxxxxx
<matthias.m.roehm@xxxxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> of course you can do this. I assume that "local machine" is the machine
> your job is running.
> Simply let your application read the data from the local disk (the data has
> to be stored in a directory the user can access). If the output is
> generated in the condor running directory than it should be transferred
> back automaticly. If not, use the following in your submit file:
>
> should_transfer_files = YES
> when_to_transfer_output = ON_EXIT
>
> works fine with me...
>
> mit freundlichen Grüßen / with kind regards,
>
> Matthias Röhm
>
> =======================================================
> Matthias Röhm, DaimlerChrysler AG, Research Center Ulm,
> Department for Data Mining Solutions, RMI/DM
> 89013 Ulm, Germany
>
> Phone: +49 731 505 4864
> Email: mailto:Matthias.M.Roehm@xxxxxxxxxxxxxxxxxxx
> =======================================================
>
> condor-users-bounces@xxxxxxxxxxx schrieb am 26.08.2005 15:40:52:
>
> > If I have condor set up on a set of machines without NFS, and I want a
> > submitted process to read input from the local machine, but to send
> > output back to the submitter,
>
> > 1) Can I do this?
> > 2) If so, how?
>
> > -Avi
>
> > _______________________________________________
> > Condor-users mailing list
> > Condor-users@xxxxxxxxxxx
> > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>