Hello,
I work for medium sized UK based ISV and am packaging open-mpi so that
is can be made available as an option to our users, so far I've been
very impressed by how smoothly things have gone but I've got one problem
which doesn't seem to be covered by the FAQ.
We install openmpi to /opt/open
Hi Ashley,
Yes, you can have this done automatically. Just use the
'--enable-mpirun-prefix-by-default' option to configure.
I'm actually a bit surprised this is not in the FAQ. I'll have to add it.
Hope this helps,
Tim
Ashley Pittman wrote:
Hello,
I work for medium sized UK based ISV and
Hello,
I am working with a few other physics students on my campus to try to get
open-mpi to run on a cluster of 8 imacs all running mac os-x 10.5.3. Before I
start I will let you know that we are not the most savvy programmers so any
detailed information would be much appreciated.
We ran t
You have two options. You can add /my/favorite/path/lib to /etc/
ld.so.conf (and run ldconfig once to rebuild the library cache) or
export LD_LIBRARY_PATH=/my/favorite/path/lib:$LD_LIBRARY_PATH in /etc/
profile. This will solve any problem you could face with "missing
libmpi.so" when running
Try using FC=gfortran, not F90=gfortran. That should fix the problem
for you.
FC instead of F90 is unfortunately the GNU Autoconf standard way of
specifying the Fortran compiler (beyond Fortran 77). It's a little
confusing, but that's what you need to do.
On Mar 4, 2008, at 10:16 AM, C
Ashley,
Could you define an alias for mpirun that includes -prefix and the
necessary argument.
Doug Reeder
On Mar 4, 2008, at 6:28 AM, Ashley Pittman wrote:
Hello,
I work for medium sized UK based ISV and am packaging open-mpi so that
is can be made available as an option to our users, so
That looks like just what I need, thank you for the quick response.
The closest I could find in the FAQ is this entry which has a broken
link to the second entry.
http://www.open-mpi.org/faq/?category=running#mpirun-prefix
http://www.open-mpi.org/faq/?category=mpi-aps#why-no-rpath
I need to av
Thanks for the report of the broken link. It is now fixed. I have also
added a paragraph about --enable-mpirun-prefix-by-default to
http://www.open-mpi.org/faq/?category=running#mpirun-prefix
Tim
Ashley Pittman wrote:
That looks like just what I need, thank you for the quick response.
The cl
Fantastic! I've rebuilt with the flag and it worked as expected, thank
you for you speedy response.
Ashley,
On Tue, 2008-03-04 at 12:20 -0500, Tim Prins wrote:
> Thanks for the report of the broken link. It is now fixed. I have also
> added a paragraph about --enable-mpirun-prefix-by-default t