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

[Condor-users] Parallel java jobs



All,

Is there any way to get parallel java jobs to run on different architectures
at once?  The java universe is great but I don't see how to express "run
this java command on a bunch of machines at once".

Using the parallel universe is difficult (impossible?) for this task, since
it requires an executable (script) that would run on all architectures --
but on windows you need a .bat file, and on OS X (for example) you need a
bash file.

-Denis