On Mon, 2010-11-29 at 21:21 +0100, [email protected] wrote: > How i could get the data in stderr?
If you just run the job from the terminal, the standard output goes to the terminal together with the standard error messages. If you submit the job to the queuing system, usually you get the .out and .err files afterwards. The problem you are experiencing might also be related to too high optimization at the compilation time. If everything else fails, you can try to lower it down and try again. Cheers, Bartek
