[OMPI users] Strange errors when running mpirun

2016-09-22 Thread Justin Chang
Dear all, So I upgraded/updated my Homebrew on my Macbook and installed Open MPI 2.0.1 using "brew install openmpi". However, when I open up a terminal and type "mpirun -n 1" I get the following messages: ~ mpirun -n 1 [Justins-MacBook-Pro-2.local:20793] [[13318,0],0] bind() failed on error Addre

Re: [OMPI users] Strange errors when running mpirun

2016-09-22 Thread Justin Chang
at error indicates that you have some cruft > sitting in your tmpdir. You just need to clean it out - look for something > that starts with “openmpi” > > >> On Sep 22, 2016, at 1:45 AM, Justin Chang wrote: >> >> Dear all, >> >> So I upgraded/updated my H

Re: [OMPI users] Strange errors when running mpirun

2016-09-22 Thread Justin Chang
I tried that and also deleted everything inside $TMPDIR. The error still persists On Thu, Sep 22, 2016 at 4:21 AM, r...@open-mpi.org wrote: > Try removing the “pmix” entries as well > >> On Sep 22, 2016, at 2:19 AM, Justin Chang wrote: >> >> "mpirun -n 1"

Re: [OMPI users] Strange errors when running mpirun

2016-09-22 Thread Justin Chang
cremented value: 9 >> Process 0 decremented value: 8 >> Process 0 decremented value: 7 >> Process 0 decremented value: 6 >> Process 0 decremented value: 5 >> Process 0 decremented value: 4 >> Process 0 decremented value: 3 >> Process 0 decremented value

Re: [OMPI users] Strange errors when running mpirun

2016-09-30 Thread Justin Chang
; being truncated. > > > > you can check that by simply using a custom $TMPDIR that has the same > size > > than the original one > > > > > > which version of OSX are you running ? > > > > this might explain why Nathan nor i were able to