Thread: MPI C programming

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    1

    MPI C programming

    Code for TREE QUICKSORTING with MPI!

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Do I get a free bottle of viagra and a gucci watch with that?
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Registered User
    Join Date
    Jan 2010
    Posts
    18
    Quote Originally Posted by andro View Post
    Code for TREE QUICKSORTING with MPI!
    Instead of requesting a complete algorithm (with exclamation mark), you should have used Dr. Google with "TREE QUICKSORTING with MPI"!!! The first hit shows an example of a quicksort MPI implementation. Maybe, this is what you're searching for ... If not, try to read some manuals about MPI/etc. and then ask a specific question ...

    - Andi -

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MPI in C
    By ltee in forum C Programming
    Replies: 5
    Last Post: 03-26-2009, 06:10 AM
  2. Sorting whit MPI
    By isato in forum C Programming
    Replies: 0
    Last Post: 03-03-2009, 10:38 AM
  3. C - mpi programming
    By mpi_beginner in forum C Programming
    Replies: 8
    Last Post: 02-13-2009, 01:19 PM
  4. Malloc and MPI
    By moddinati in forum C Programming
    Replies: 17
    Last Post: 03-07-2008, 07:55 PM
  5. MPI programming
    By kris.c in forum Tech Board
    Replies: 1
    Last Post: 12-08-2006, 12:25 PM