help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MPI package: Running MPI and examples in mpi package


From: Michael Creel
Subject: Re: MPI package: Running MPI and examples in mpi package
Date: Wed, 21 May 2014 03:54:02 -0700 (PDT)

Try starting your mpirun call with

mpirun -x LD_PRELOAD=libmpi.so ...etc. etc....


In my ~/.bashrc I have the line 
alias mpirun='mpirun -x LD_PRELOAD=libmpi.so'
to deal with this problem. I'm using Debian Jessie. I'm not sure about the
exact reason why this is needed, but it works for me.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/MPI-package-Running-MPI-and-examples-in-mpi-package-tp4663974p4664243.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]