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
2010 at 6:05 PM, Alexandru Blidaru <alexs...@gmail.com> > wrote: > > I have to send some vectors from node to node, and the vecotrs are built > > using a template. The datatypes used in the template will be long, int, > > double, and char. How may I send those vectors since I

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 <alexs...@gmail.com>wrote: > Hey guys, &

[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

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

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] Parti

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 <alexs...@gmail.com>wrote: > Hi, > > I

[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

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

2010-07-13 Thread Alexandru Blidaru
all (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
ning Windows 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 "not

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

2010-07-12 Thread Alexandru Blidaru
n the > C:\Users\Alex's\Downloads..\installed directory. > > HTH > > Damien > > PS OpenMPI 1.4.2 doesn't have Fortran support on Windows. You need the dev > 1.5 series for that and a Fortran compiler. > > > On 12/07/2010 11:35 AM, Alexandru

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

2010-07-12 Thread Alexandru Blidaru
hings 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...@open-mpi.org [ma

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

2010-07-12 Thread Alexandru Blidaru
08? There are still many problems 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

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

2010-07-12 Thread Alexandru Blidaru
gt; > Regards, > Shiqing > > > > On 2010-7-9 8:19 PM, Alexandru Blidaru wrote: > > 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

[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