Newsgroups: comp.parallel.pvm
From: Eddie VanHolst <macahan@hotmail.com>
Subject: Sorting array
Organization: hole world
Date: Wed, 24 Jun 1998 12:41:19 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3590D7CF.B9A693C0@hotmail.com>

Hello!

I'm new in PVM programming and I'm trying to make a paralell Quicksort.

Do I need two programs(divide the sort program in parts), or can I just
use one?

How do I send over the subarray to subtask?
Can I send a pointer, first and last position, or do I have to send the
subarray?
And in the last case how do I do that, do I need to pack a struct?

Could you help me please!
Best regards
Eddie




