Jump to content

parallel programming on clusters

- - - - -

  • Please log in to reply
3 replies to this topic

#1
alice06

alice06

    Newbie

  • Members
  • PipPip
  • 14 posts
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
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
Google is your friend:
multithreading tutorial in c - Google Search

Unless you're running concurrent processes on separate computers that need to communicate with each other, you should just be able to run them like any other program.

Or did I miss something here?
sudo rm -rf /

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
  • Location:New York, NY
MapReduce

#4
alice06

alice06

    Newbie

  • Members
  • PipPip
  • 14 posts
Thanx dargueta, thanx John. I will certainly make ur help useful for me.
Thank u very much

Regards
Alice




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users