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

Re: [Condor-users] Submit Help



Right,

I've tried that before but the program I'm running really should only have a
single output file, hence the reason I didn't choose to use the $(NODE) feature.

When I implemented your suggestion, only some of the files came back and they
too were empty.

Danny




Quoting Greg Thain <gthain@xxxxxxxxxxx>:

> 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
> 
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>