(parallel) sorting pthreads

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack

    #1

    (parallel) sorting pthreads

    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

  • Keith Thompson

    #2
    Re: (parallel) sorting pthreads

    "Jack" <JEmoderatz@yah oo.com> writes:[color=blue]
    > I would find a parallel sorting algorithms written with pthread
    > programs, as a benchmark to run.
    >
    > Any pointing will be of help[/color]

    Standard C doesn't support threads. Try comp.programmin g.threads.

    --
    Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
    San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
    We must do something. This is something. Therefore, we must do this.

    Comment

    • Dave Vandervies

      #3
      Re: (parallel) sorting pthreads

      In article <1109628917.910 501.68460@o13g2 000cwo.googlegr oups.com>,
      Jack <JEmoderatz@yah oo.com> wrote:[color=blue]
      >hi all
      >
      >I would find a parallel sorting algorithms written with pthread
      >programs, as a benchmark to run.
      >
      >Any pointing will be of help[/color]

      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.programmin g (for general programming and algorithms discussion),
      comp.programmin g.threads (for discussion of parallelism and pthreads),
      and comp.unix.progr ammer (for pthreads) come to mind as more appropriate
      places to look for advice.


      dave

      --
      Dave Vandervies dj3vande@csclub .uwaterloo.ca[color=blue]
      > Are there any tools which could be helpful in converting gnu c code to
      > Visual Basic 5 or 6 ?[/color]
      I sure hope not. --G.Rauh and Ben Pfaff in comp.lang.c

      Comment

      Working...