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
3 replies to this topic
#1
Posted 08 October 2010 - 05:02 AM
|
|
|
#2
Posted 08 October 2010 - 09:11 PM
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?
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
Posted 08 October 2010 - 09:38 PM
#4
Posted 09 October 2010 - 04:57 AM
Thanx dargueta, thanx John. I will certainly make ur help useful for me.
Thank u very much
Regards
Alice
Thank u very much
Regards
Alice
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









