[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Selective System Call Trapping?



Yep.

i.e. I store intermediate results on the machine (windows) C:\temp. The
next job running on that machine reads this data an produces new results in
the "running" directory. After the job has finished, these files are
transferred back to the submit machine.

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
=======================================================


> And I can do this is the vanilla universe?

> -Avi

> > 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
> >

> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users