Here's what I find:

> cd examples
> make hello_cxx
> ulimit -f 131073

> orterun -np 3 hello_cxxHello, world! 
[Etc]

> ulimit -f 131072

> orterun -np 3 hello_cxx

                                          

Reply via email to