Thread: Topc

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    10

    Question Topc

    Hello all.I want to parallelize some parts of a serial c programm using TOPC. Does anybody has an idea of TOPC or at least a forum for parallel computing? Thanks in advance

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Don't' know anything about TOPC - other than what google finds.

    Some thinks you might want to look into:
    OpenMP - for single PC, shared-memory parallel programming.
    MPI - for both shared-memory parallel programming and distributed (multi-PC) programming.

    OpenMP may be better for someone who is new to these concepts and wants to parallelize existing serial C code.

    gg

  3. #3
    Registered User
    Join Date
    Nov 2007
    Posts
    10
    thanks,i know the existence of these but i have to use topc for my diploma project,we want to test the effieciency of this language.any forum for parallel maybe?

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Don't really know of any, except for specific new groups. You can access news groups via google here: http://groups.google.com/

    gg

Popular pages Recent additions subscribe to a feed