Hiho,
On 12:33 Tue 19 Dec , Harakiri wrote:
> i need some input on the parallelisation of quicksort.
> If anyone knows a more appropriate forum/list than
> this, please tell me =)
uhm, do you have access to a library? Get yourself a textbook on
algorithms. Knuth should be a good basis to star
Never mind, I found it in the FAQ, need version 1.2 of OpenMPI. I'll
give that a go.
-Original Message-
From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On
Behalf Of Michael John Hanby
Sent: Tuesday, December 19, 2006 2:28 PM
To: Open MPI Users
Subject: [OMPI users] con
Hello,
i need some input on the parallelisation of quicksort.
If anyone knows a more appropriate forum/list than
this, please tell me =)
I've written 2 different approaches to the quicksort
parallelisation.
1. The "master" server splits the array of numbers
into N seperate parts, where N is the
Howdy,
I'm compiling OpenMPI 1.1.2 on a Rocks Cluster 4.2.1. The cluster has
sge installed which is what the users will use to submit their MPI jobs
(i.e. using qsub).
I'm not having any luck finding the correct parameters to provide
./configure in order to include support for SGE.
Here's the co
Hello,
We are getting seg faults at run time on MPI_CART_CREATE() when
using openmpi-1.1.2 built with the intel compilers. I have included
all versions, code and messages bellow. I know there were problems
in the past, and dug around the archives but didn't find this any
place. Has an
Hi Lydia
I would like to say we clean up perfectly, but :-(
The system does try its best. I'm a little surprised here since we usually
clean up when an application process fails. Our only known problems are when
one or more of the orteds fail, usually due to a node rebooting or failing.
We ho
A job which crashes with an floating point underflow (or any IEEE floating point
exception) fails to clean up after itself using
openmpi-1.3a1r12695 ..
Nodes with copies of slaves are sitting there ...
I also noticed that orted are left behind on other crashed jobs ..
Should I have to expect t