[OMPI users] noob warning - problems testing MPI_Comm_spawn

2010-03-03 Thread Damien Hocking
o from a worker " << myid; std::cout.flush(); ierr = MPI_Finalize(); return 0; } Also, this only starts up correctly if I kick it off with orterun. Ideally I'd like to run it as "master.exe" and have it initialise the MPI environment from there. Can anyone tell me what setup I need to do that? Thanks in advance, Damien

Re: [OMPI users] noob warning - problems testing MPI_Comm_spawn

2010-03-04 Thread Damien Hocking
Thanks Shiqing. I'll checkout a trunk copy and try that. Damien On 04/03/2010 7:29 AM, Shiqing Fan wrote: Hi Damien, Sorry for late reply, I was trying to dig inside the code and got some information. First of all, in your example, it's not correct to define the MPI_Info as

Re: [OMPI users] Open MPI performance on Amazon Cloud

2010-03-19 Thread Damien Hocking
A few people have looked at EC2 for this lately. This one's a good read. http://insidehpc.com/2009/08/03/comparing-hpc-cluster-amazons-ec2-nas-benchmarks-linpack/ There was another paper published too, if I can find it again I'll post the link. Damien On 19/03/2010 9:17

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

2010-05-07 Thread Damien Hocking
Thanks Shiqing. I'll try that. I'm not sure which bindings MUMPS uses, I'll post back if I need F90. My apologies for not asking a clearer question, when I said Fortran 90 support on Windows, I meant Open MPI, not compilers. Damien On 07/05/2010 3:09 AM, Shiqing Fan wro

Re: [OMPI users] Fortran issues on Windows and 1.5 Trunk version

2010-05-12 Thread Damien Hocking
Absolutely. I'll get a package of stuff put together. Damien On 12/05/2010 2:24 AM, Shiqing Fan wrote: Hi Damien, I know there will be more problems, and your feedback is always helpful. :-) Could you please provide me a Visual Studio solution file for MUMPS? I would like to test

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

2010-07-12 Thread Damien Hocking
You don't need to check anything alse in the red window, OpenMPI doesn't know it's in a virtual machine. If you're running 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.

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

2010-07-12 Thread Damien Hocking
t" is slightly wrong for 32-bit Windows, there won't be a Win64 x64 prompt. There will be only one command prompt option on a 32-bit install (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/2

Re: [OMPI users] Ok, I've got OpenMPI set up, now what?!

2010-07-19 Thread Damien Hocking
It does. The big difference is that MUMPS is a 3-minute compile, and PETSc, erm, isn't. It's..longer... D On 19/07/2010 12:56 PM, Daniel Janzon wrote: Thanks a lot! PETSc seems to be really solid and integrates with MUMPS suggested by Damien. All the best, Daniel Janzon

Re: [OMPI users] Why do I need a C++ linker while linking in MPI C code with CUDA?

2016-03-20 Thread Damien Hocking
Durga, The Cuda libraries use the C++ std libraries. That's the std::ios_base errors.. You need the C++ linker to bring those in. Damien On March 20, 2016 9:15:47 AM "dpchoudh ." wrote: Hello all I downloaded some code samples from here: https://github.com/parallel-fora

Re: [OMPI users] Open MPI 2009 released

2009-04-01 Thread Damien Hocking
Outstanding. I'll have two. Damien George Bosilca wrote: The Open MPI Team, representing a consortium of bailed-out banks, car manufacturers, and insurance companies, is pleased to announce the release of the "unbreakable" / bug-free version Open MPI 2009, (expected to be a

Re: [OMPI users] "An error occurred in MPI_Recv" with more than 2 CPU

2009-05-27 Thread Damien Hocking
ow it solves if MPI processes can run in a different order. Damien George Bosilca wrote: This is a problem of numerical stability, and there is no solution for such a problem in MPI. Usually, preconditioning the input matrix improve the numerical stability. If you read the MPI standard, there is

<    1   2