Thread: parallel programming on clusters

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    11

    parallel programming on clusters

    Hi all

    I am a Ph.D student of Physics and recently a cluster of 32 nodes has been installed in my department. Since I am a senior and do a lot of programming in C (as I make mathematical models for Complex Systems), therefore I have been asked to learn parallel programming and learn to use the cluster and in turn, teach my junior fellows.
    Parallel programing is worth learning

    Can somebody PLEASE direct me to some good programs(codes) in C (preferablly) or C++, which can teach me ::

    1) how to make parallel programs (as I will first learn to run them on a dual-processor computer)

    2) and how to run them on clusters.

    Regards
    Alice

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Google

    Google

    As a Ph.d student, I would have thought you would have figured out the basics of research by now.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2010
    Posts
    11

    Smile Thanx

    Thank u very much Salem for replying.
    A person can never know everything. He is always learning.

    Regards
    Alice

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. type of a workstation for parallel computing
    By lehe in forum Linux Programming
    Replies: 3
    Last Post: 08-11-2009, 03:13 PM
  2. Parallel Port to USB controller and outb()
    By coletek in forum Linux Programming
    Replies: 1
    Last Post: 06-05-2009, 06:57 AM
  3. Serial to Parallel
    By ssharish2005 in forum Tech Board
    Replies: 11
    Last Post: 09-10-2007, 01:11 PM
  4. Segmentation Fault - Trying to access parallel port
    By tvsinesperanto in forum C Programming
    Replies: 3
    Last Post: 05-24-2006, 03:28 AM
  5. Communication over parallel port
    By Istari in forum C Programming
    Replies: 5
    Last Post: 08-25-2004, 03:22 AM