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" <hodge...@uhd.edu<mailto:hodge...@uhd.edu>> wrote: Hello all! I just downloaded

[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

[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:

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

2009-09-19 Thread Hodgess, Erin
of 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 <hodge...@uhd.edu>: > There is no hosts file there originally > I put in > >  cat hosts > 127.0.0.1   localhost > > > but still

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 <hodge...@uhd.edu> wrote: > >> It's 1.3, please. >> >> Thanks, >>

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

2009-09-18 Thread Hodgess, Erin
: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: connect to host er

[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
this way you will see what CPU is chosen under column P > Lenny. > > On Mon, Nov 10, 2008 at 7:38 AM, Hodgess, Erin <hodge...@uhd.edu> > wrote: > great! > > Thanks, > Erin > > > Erin M. Hodgess, PhD > Associate Professor > Department of Computer and Ma

Re: [OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
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, Erin wrote: > Dear Open

Re: [OMPI users] dual cores

2008-11-10 Thread Hodgess, Erin
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. > > Here

[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,