Output to stderr does not display

Linaro Forge automatically captures anything written to stdout/stderr and displays it.

Some shells, such as csh, do not support this feature and you might see your stderr mixed with stdout, or it might not display at all.

Solution

Linaro strongly recommends writing program output to files instead, because the MPI specification does not cover stdout/stderr behavior.