Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Optimizing Simulation
- Date: Fri, 1 May 2009 09:10:07 -0400
- From: "Jonathan D. Proulx" <jon@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Optimizing Simulation
On Fri, May 01, 2009 at 02:54:54PM +0200, Max Raith wrote:
:Is it possible, to force Condor, to execute simulation and analyse in a row on one worker?
:
:As additional info : I am not using a shared file system
On a linux system I'd recomment submitting a shell script as the job
which calls the simulation then the analysis. That way they will run
sequentially on the same node minimizing file transfer.
Presumably you could do a simalar thing with a bat file on windows?
-Jon