(parallel) sorting pthreads

J

Jack

hi all

I would find a parallel sorting algorithms written with pthread
programs, as a benchmark to run.

Any pointing will be of help

thankyou in advance
 
D

Dave Vandervies

hi all

I would find a parallel sorting algorithms written with pthread
programs, as a benchmark to run.

Any pointing will be of help

Neither parallel sorting algorithms nor pthread programs are defined by
the C language, and therefore they're beyond the scope of comp.lang.c .

comp.programming (for general programming and algorithms discussion),
comp.programming.threads (for discussion of parallelism and pthreads),
and comp.unix.programmer (for pthreads) come to mind as more appropriate
places to look for advice.


dave

--
Dave Vandervies (e-mail address removed)
Are there any tools which could be helpful in converting gnu c code to
Visual Basic 5 or 6 ?
I sure hope not. --G.Rauh and Ben Pfaff in comp.lang.c
 
K

Keith Thompson

Jack said:
I would find a parallel sorting algorithms written with pthread
programs, as a benchmark to run.

Any pointing will be of help

Standard C doesn't support threads. Try comp.programming.threads.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top