Re: [OMPI users] OpenMPI 1.10.1 crashes with file size limit <= 131072
Could you please provide a little more info regarding the environment you are running under (which resource mgr or not, etc), how many nodes you had in the allocation, etc? There is no reason why something should behave that way. So it would help if we could understand the setup. Ralph On Thu, N
[OMPI users] OpenMPI 1.10.1 crashes with file size limit <= 131072
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