Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Trent Creekmore
on the open-mpi.org web site? Looks pretty simple to me. You download the .exe installer for either 32 or 64 bits, and run it. You don't build OMPI from source - the distro contains everything you need to just run. See: http://www.open-mpi.org/software/ompi/v1.6/ for the soft

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
MPI on Windows Yes, did that too. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 4:21 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I meant the actual

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 3:52 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I find the easiest way to know if LIB and DLL function correctly, and avoiding confusion on correct setup is it just drop them all i

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
.exe installer for either 32 or 64 bits, and run it. You don't build OMPI from source - the distro contains everything you need to just run. See: http://www.open-mpi.org/software/ompi/v1.6/ for the software and some Windows notes. On Jun 13, 2012, at 1:20 PM, Trent Creekmo

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
n Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 2:25 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Could you please give me links to documentation that you followed when you set it up, Trent? Thanks, Vimal From: users-boun...@open-mpi.org [

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
d the .exe installer for either 32 or 64 bits, and run it. You don't build OMPI from source - the distro contains everything you need to just run. See: http://www.open-mpi.org/software/ompi/v1.6/ for the software and some Windows notes. On Jun 13, 2012, at 1:20 PM, Trent Creekmore wro

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
-- Vimal -Original Message- From: users-boun...@open-mpi.org on behalf of Trent Creekmore Sent: Wed 6/13/2012 2:47 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows This may, or may not be helpful, but I have tried the Windows offerings. I have never gotten anyt

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
This may, or may not be helpful, but I have tried the Windows offerings. I have never gotten anything to function was expected. Compiling, or the available binaries. I think they just don’t work at all. My suggestion which I feel would be easier, and less headache way would be to install som

Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Trent
That is discussed on here: http://forums.nvidia.com/index.php?showtopic=227854 Maybe that could be your issue too. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Rohan Deshpande Sent: Tuesday, May 01, 2012 4:04 AM To: Open MPI Users Subject: [OMPI use

Re: [OMPI users] mpicc command not found - Fedora

2012-03-30 Thread Trent
Try "yum search openmpi" instead. Or as someone else suggested you download, compile, and install the source and you could have already been on your way to using OpenMPI in a few moments. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Rohan Deshpande Sent: F

Re: [OMPI users] link problem on 64bit platform

2010-11-01 Thread Trent Creekmore
Have you tried using mpicxx, or mpic++ ? -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of jody Sent: Monday, November 01, 2010 4:20 AM To: Open MPI Users Subject: [OMPI users] link problem on 64bit platform Hi On a newly installed 64bi

Re: [OMPI users] send message twice

2010-09-13 Thread Trent Creekmore
I find issues like this is related to security issue. Firewall, not enough access privilege, SE Linux, etc. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of ??? Sent: Monday, September 13, 2010 12:04 AM To: us...@open-mpi.org Subject: [OMPI users] send messag

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Trent Creekmore
e a DVD/CD drive and they told me that they don't really have time to set up Linux for me through a network installation. So for the next few days I will be stuck with Windows 7 On Mon, Jul 12, 2010 at 2:49 PM, Trent Creekmore wrote: I would say trying put Cygwin on the computer. http:/

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Trent Creekmore
I would say trying put Cygwin on the computer. http://www.cygwin.com/ It puts a Linux like environment on Windows which includes gcc and g++. Since you are setting up virtual clusters, why not just go ahead and setup a virtual Linux cluster and be on to other things than trying to get it

Re: [OMPI users] Fortran support on Windows Open-MPI

2010-05-07 Thread Trent Creekmore
ell a plug-in for Microsoft Visual Studio. There is also a HPC/Parallel enviroment too for Visual Studio, but none of these are cheap. I don't see why you can't include Open MPI libraries in that enviroment. Trent -Original Message- From: users-boun...@open-mpi.org [mailt

Re: [OMPI users] Calling MPI from a CGI script

2010-04-30 Thread Trent Creekmore
Have you tried running a copy in the cgi-bin directory? That directory is setup to place programs in when needing to pass information to-fro the web server and clients. -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Srujan Enaganti Sen

Re: [OMPI users] deadlock when calling MPI_gatherv

2010-04-26 Thread Trent Creekmore
You are going to have to debug and trace the program to find out where it is stopping. You may want to try using KDbg, a graphical front end for the command line debugger dbg, which makes it a LOT easier, or use Eclipse. -Original Message- From: users-boun...@open-mpi.org [mailto:users-

Re: [OMPI users] How to "guess" the incoming data type ?

2010-04-25 Thread Trent Creekmore
I don't think there is a way to guess, that is why most languages use a naming type (i.e.: int, float, etc) to explicitly tell what the type is. If this app is letting them enter whatever they want and without knowing more about this application, then I could assume it is giving them the type of st

Re: [OMPI users] How to debug Open MPI programs with gdb

2010-04-22 Thread Trent Creekmore
You can run a X-windows server on your local machine and use the GUI for gdb, or use Eclipse Parallel Tools Platform (http://www.eclipse.org/ptp/) that has a debugger and turn on X-Forwarding in your Secure Shell client. -Original Message- From: users-boun...@open-mpi.org [mailto:users-b

Re: [OMPI users] Help om Openmpi

2010-04-06 Thread Trent Creekmore
at 02:33 -0500, Trent Creekmore wrote: > SSH means SECURE Shell. That being said, it would not be very secure > without a password, now would it? I think you need to read about public key authentication. It is secure. ___ users mailing list us..

Re: [OMPI users] Help om Openmpi

2010-04-06 Thread Trent Creekmore
SSH means SECURE Shell. That being said, it would not be very secure without a password, now would it? Besides it is the user account that requires passwords, not SHH. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Huynh Thuc Cuoc Sent: Monday, April 05, 2

Re: [OMPI users] Non-root install; hang there running on multiple nodes

2010-03-24 Thread Trent Creekmore
You may also want to check with the admin. I know on the system I use, he will prevent you from using many nodes until you demonstrate you know what you are doing. -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres Sent: Wedn

Re: [OMPI users] openMPI (multiple CPUs)

2010-02-26 Thread Trent Creekmore
Sure, go buy a motherboard that you can plug in 2 or more CPUs into it. Otherwise it would be cheaper to buy another box. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Rodolfo Chua Sent: Friday, February 26, 2010 8:14 PM To: Open MPI Users Subject: [OMPI user

Re: [OMPI users] Segmentation fault with plenty of RAM

2010-02-16 Thread Trent Creekmore
, the OS would start doing more and page swaps on the "swap drive" and you would notice this by the system getting painfully slow. Trent -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Christopher O'Brien Sent: Tuesd