[Beowulf] cluster softwares supporting parallel CFD computing
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Eric W. Biederman ebiederm at xmission.comFri Sep 8 19:49:13 PDT 2006
- Previous message: [Beowulf] cluster softwares supporting parallel CFD computing
- Next message: [Beowulf] cluster softwares supporting parallel CFD computing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Vincent Diepeveen" <diep at xs4all.nl> writes: > How about the latency to wake up that thread again. runqueue latency in linux is > 10+ ms? That assumes you have a 100Mhz clock (default is currently 250Mhz) and you have something else running. If you have something else running yielding is even more of a win because you get something productive done, when you would otherwise be idle. Plus you the scheduler will give your process a higher priority when it wakes up because it slept. In practice I don't expect anything interesting will happen in that time interval. So you should awake almost instantly. Eric
- Previous message: [Beowulf] cluster softwares supporting parallel CFD computing
- Next message: [Beowulf] cluster softwares supporting parallel CFD computing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
