Re: [OMPI users] MPI Template Datatype?

2010-08-10 Thread Alexandru Blidaru
Hi Riccardo, Are the Boost.MPI send and recv functions as fast as the standard ones when using Open-MPI? Best regards, Alexandru Blidaru University of Waterloo - Electrical Engineering '15 University email: asbli...@uwaterloo.ca Twitter handle: @G_raph Blog: http://alexblidaru.wordpress.com/

Re: [OMPI users] MPI Template Datatype?

2010-08-09 Thread Alexandru Blidaru
d you point me to some resources about it? It would be a lot easier to use that rather than send every element 1 by 1. Thank you very much for your help. Alex On Mon, Aug 9, 2010 at 4:09 PM, Riccardo Murri wrote: > Hello Alexandru, > > On Mon, Aug 9, 2010 at 6:05 PM, Alexandru Blidaru

[OMPI users] MPI Template Datatype?

2010-08-09 Thread Alexandru Blidaru
y way to do this? -- Alexandru Blidaru University of Waterloo - Electrical Engineering '15 University email: asbli...@uwaterloo.ca Twitter handle: @G_raph Blog: http://alexblidaru.wordpress.com/

Re: [OMPI users] Communication between objects on different nodes

2010-07-23 Thread Alexandru Blidaru
I also forgot to add that one of the bonus requirements for my project is to be able to use it with whatever number of slave nodes, which i think makes the whole deal a lot more complicated. On Fri, Jul 23, 2010 at 11:48 AM, Alexandru Blidaru wrote: > Hey guys, > > I need to

[OMPI users] Communication between objects on different nodes

2010-07-23 Thread Alexandru Blidaru
Hey guys, I need to write an implementation of a 4D array with a variable 4th dimension based on where in 3D you are. So it's basically like a normal rectangular prism, except for each unit it might have a variable number of values. The program is also supposed to communicate by sending ghost node

Re: [OMPI users] Thank you very much - How to launch mpirun 1.4.2 with --no-daemonize argument in order to run pvserver, is there an equivalent flag??

2010-07-21 Thread Alexandru Blidaru
Hey, I'm also replying to your email directly, so this is why for this email you will receive it. What I think you need to do is go to http://www.open-mpi.org/mailman/listinfo.cgi/users, enter your email where it says Unsubscribe or edit options, and enable Mail Delivery. In the attached picture is

Re: [OMPI users] Thank you very much - How to launch mpirun 1.4.2 with --no-daemonize argument in order to run pvserver, is there an equivalent flag??"

2010-07-21 Thread Alexandru Blidaru
Simply reply to the email that was sent to you by the answerer of the question. Don't worry, I'm new to mailing lists as well. Alex On Wed, Jul 21, 2010 at 7:12 PM, Juan Francisco Alvarez Urquijo < fkoner.me...@gmail.com> wrote: > > Thank you very much RALPH I've tried and it worked perfectly. >

Re: [OMPI users] Partitioning problem set data

2010-07-21 Thread Alexandru Blidaru
Hope this helps. > > > > -bill > > > > > > *From:* users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On > Behalf Of *Alexandru Blidaru > *Sent:* Tuesday, July 20, 2010 10:54 AM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] Partitioning proble

Re: [OMPI users] Partitioning problem set data

2010-07-20 Thread Alexandru Blidaru
If there is an already existing implementation of the *Block or Block* methods that splits the array and sends the individual pieces to the proper nodes, can you point me to it please? On Tue, Jul 20, 2010 at 9:52 AM, Alexandru Blidaru wrote: > Hi, > > I have a 3D array, which I need

[OMPI users] Partitioning problem set data

2010-07-20 Thread Alexandru Blidaru
Hi, I have a 3D array, which I need to split into equal n parts, so that each part would run on a different node. I found the picture in the attachment from this website ( https://computing.llnl.gov/tutorials/parallel_comp/#DesignPartitioning) on the different ways to partition data. I am interest

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

2010-07-13 Thread Alexandru Blidaru
(use that), and > CMake will have set you up with a 32-bit build by default, so you'll be > fine. Post back if you need help. > > Damien > > > On 12/07/2010 5:47 PM, Alexandru Blidaru wrote: > > I am running 32 bit Windows. The actual cluster is 64 bit and the OS is &

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

2010-07-12 Thread Alexandru Blidaru
ows in a virtual > cluster, are you running as 32-bit or 64-bit? > > Damien > > > On 12/07/2010 5:05 PM, Alexandru Blidaru wrote: > > Wow thanks a lot guys. I'll try it tomorrow morning. I'll admit that this > time when i saw that there are some header files "

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

2010-07-12 Thread Alexandru Blidaru
olution until it goes through. The final > Open MPI include files and binaries are in the > C:\Users\Alex's\Downloads..\installed directory. > > HTH > > Damien > > PS OpenMPI 1.4.2 doesn't have Fortran support on Windows.

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

2010-07-12 Thread Alexandru Blidaru
e on to other things than trying to get it > compile on Windows? > > > > In many distros, Open MPI is already included in their standard repository > so you would not even need to compile it. > > > > > > > > > > > > > > *From:* users-boun...@o

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

2010-07-12 Thread Alexandru Blidaru
s for > supporting MinGW at moment. > > > Regards, > Shiqing > > > On 2010-7-12 3:48 PM, Alexandru Blidaru wrote: > > Hi, > > I am attaching all the output text resulted when configuring for the > first time. I am also attaching a picture of the of the main a

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

2010-07-12 Thread Alexandru Blidaru
some time now, and they are deprecated. > > For the problems that you got when building with CMake, it might because > some dependent headers/libraries are not installed. Could you please provide > the detail CMake error output, so that I can help you fix it? > > > Regards,

[OMPI users] Install OpenMPI on Win 7 machine

2010-07-09 Thread Alexandru Blidaru
Hey guys, This is my first time posting on an email list, so if I don't follow certain protocols just tell me. Anyway, I am working at a research lab as a High School Summer Intern, and part of my project involves installing OpenMPI on a Windows machine to run some applications in virtual clusters