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

Re: [Condor-users] Submit Help



rnayar@xxxxxxxx wrote:
Hey All,

So I'm having a slight problem with my submit file or something else is going wrong.

So the command i want to run would be executed as follows without condor:

If you are using the same output and error file for each node, like this, it is likely they are getting overwritten. Try setting the output and error file to look like this:

output = meow_$(NODE).out

This way, you will get 5 output files, one for each node.

-greg