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

Re: [Condor-users] Heterogeneous 4-machine parallel job



Hi Denis,
If you set 

### My variables
initialdir = /Volumes/snl/work/orca/ORCAmsf/trunk/condor-test/
### What to run
executable = run_condor_parallel_java.$$(OpSys).$$(Arch).bat

It will look for an executable /Volumes/snl/work/orca/ORCAmsf/trunk/condor-test/run_condor_parallel_java.$$(OpSys).$$(Arch).bat
(with the appropriate macro substitution) and transfer that file to the execute machine for execution

I would not put run_condor_parallel_java.$$(OpSys).$$(Arch).bat in the "transfer_input_files" list.

The startd log on the execute machine is a great place to start for debugging.

I run a heterogeneous, vanilla, OS X/Windows/Linux "grid".

Andrew




On Jul 10, 2007, at 3:57 PM, Denis Bueno wrote:

"/Volumes/snl/work/orca/ORCAmsf/trunk/condor-test/run_condor_parallel_java.$

$(OpSys).$$(Arch).bat" on one of the execute machines.


Andrew Cunningham