Re: [OMPI users] configure/library question

2013-07-19 Thread Hodgess, Erin
users] configure/library question Probably a lot more familiar to the folks on the MPICH mailing list - this is the mailing list for Open MPI :-) On Jul 19, 2013, at 12:03 PM, "Hodgess, Erin" mailto:hodge...@uhd.edu>> wrote: Hello all! I just downloaded the MPICH 3.0.4 tar.gz

[OMPI users] configure/library question

2013-07-19 Thread Hodgess, Erin
Hello all! I just downloaded the MPICH 3.0.4 tar.gz Then I used tar xfvz tar-3.0.4.tar.gz ./configure make make install Now I'm trying to compile someone else's program and it can't find libmpi or libmpich.a I did find libmpich.a, but no libmpi. Does this sound familiar, please? Thanks for a

[OMPI users] trying to install Open MPI 1.6.4 on Windows 7

2013-05-30 Thread Hodgess, Erin
Hello! I'm sure that this question has been asked a million times before, but I can't find the solution. I have downloaded Open MPI 1.6.4 and done the tar command. Now what do I do, please? Thanks, Erin

Re: [OMPI users] Problems with cuda when installing openmpi 1.6.2

2012-10-10 Thread Hodgess, Erin
I found it...I had uninstalled CUDA but did not re-run ./configure. Thanks, Erin From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of Hodgess, Erin Sent: Tuesday, October 09, 2012 11:23 PM To: us...@open-mpi.org Subject: [OMPI users

[OMPI users] Problems with cuda when installing openmpi 1.6.2

2012-10-10 Thread Hodgess, Erin
Hello! I'm trying to install Open MPI 1.6.2. However, I'm getting the following error when running "make all install" make[5]: Entering directory `/home/erin/openmpi-1.6.2/ompi/contrib/vt/vt/vtlib' CC vt_gpu.lo In file included from vt_gpu.h:97:0, from vt_gpu.c:13: vt_cuda

[OMPI users] automatically creating a machinefile

2012-07-04 Thread Hodgess, Erin
Dear MPI people: Is there a way (a script) available to automatically generate a machinefile, please? This would be on Rocks. ompi_info -v ompi full --parsable package:Open MPI r...@vi-1.rocksclusters.org Distribution ompi:version:full:1.3.2 ompi:version:svn:r21054 ompi:version:release_date:Ap

Re: [OMPI users] running open mpi on ubuntu 9.04

2009-09-19 Thread Hodgess, Erin
Marce Sent: Sat 9/19/2009 3:54 PM To: Open MPI Users Subject: Re: [OMPI users] running open mpi on ubuntu 9.04 2009/9/18 Hodgess, Erin : > There is no hosts file there originally > I put in > >  cat hosts > 127.0.0.1   localhost > > > but still get the same thing > >

Re: [OMPI users] running open mpi on ubuntu 9.04

2009-09-18 Thread Hodgess, Erin
; > > On Sep 18, 2009, at 6:23 AM, Whit Armstrong wrote: > > can you "ssh localhost" without a password? > -Whit > > > On Thu, Sep 17, 2009 at 11:50 PM, Hodgess, Erin wrote: > >> It's 1.3, please. >> >> Thanks, >> >> Erin >> >

Re: [OMPI users] running open mpi on ubuntu 9.04

2009-09-17 Thread Hodgess, Erin
at 8:51 PM, Hodgess, Erin wrote: > Dear Open MPI people: > > I'm trying to run a simple "hello world" program on Ubuntu 9.04 > > It's on a dual core laptop; no other machines. > > Here is the output: > erin@erin-laptop:~$ mpirun -np 2 a.out > ssh: con

[OMPI users] running open mpi on ubuntu 9.04

2009-09-17 Thread Hodgess, Erin
Dear Open MPI people: I'm trying to run a simple "hello world" program on Ubuntu 9.04 It's on a dual core laptop; no other machines. Here is the output: erin@erin-laptop:~$ mpirun -np 2 a.out ssh: connect to host erin-laptop port 22: Connection refused ---

Re: [OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
ot;j" > this way you will see what CPU is chosen under column P > Lenny. > > On Mon, Nov 10, 2008 at 7:38 AM, Hodgess, Erin > wrote: > great! > > Thanks, > Erin > > > Erin M. Hodgess, PhD > Associate Professor > Department of Computer and Mathematical

Re: [OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
only running on your local machine, you don't need a hostfile, and -byslot is meaningless in this case, mpirun -np 4 ./hello_c Would work just fine. Brock Palen www.umich.edu/~brockp Center for Advanced Computing bro...@umich.edu (734)936-1985 On Nov 10, 2008, at 12:05 AM, Hodgess, Eri

Re: [OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
are being used. I'm saying this on the list hoping that someone can correct my knowledge of it, too... Ray Hodgess, Erin wrote: > Dear Open MPI gurus: > > I have just installed Open MPI this evening. > > I have a dual core laptop and I would like to have both cores running.

[OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
Dear Open MPI gurus: I have just installed Open MPI this evening. I have a dual core laptop and I would like to have both cores running. Here is the following my-hosts file: localhost slots=2 and here is the command and output: mpirun --hostfile my-hosts -np 4 --byslot hello_c |sort Hello, wor