Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oscar for HPC issue 1

Status
Not open for further replies.

herzel

IS-IT--Management
Mar 5, 2003
73
IL
Hi
We at our company thought of implementing "Oscar"(open source for HPC needs)
I did make some reading and will be happy if somebody in this forum have experience with or understand the "Oscar" application better then me and can reply.
My boss and I thought that with "Oscar" we need to install one machine with Linux lets say in one server and then connect thought local communication switch or hub the other nodes(as much more as better)those over all cluster will act as one big large pool of Cpu and memory at the top of this big cluster we can install Linux that will be the up level OS that when I will do : "cat /proc/cpuinfo" I will see 20 Processors or maybe "cat /proc/memiinfo" 40GB memory (from this above layer i can use all the pull of the Cpu or memory or storage as for my needs (like vmware)
Is the above theory is correct?
Can I do with "Oscar" this action?
Can I use Oscar as the underlay to use my hardware resources as one big pool?


Thank in advance for any help!
 
I think that is an overly simplistic view of what a HPC cluster would look like.

I have no personal experience of Oscar or Beowolf, but from a brief glance at the home page it seems that Oscar is just a convenient way of setting up a Beowolf cluster.

A Beowolf cluster requires you to develop your software in a specific way so that it can run many threads in parallel which communicate using the MPI API (message passing interface). Very few applications are developed this way, and usually they are developed to solve a specific scientific or mathematical problem - if that wasn't the case everyone would be using Beowolf clusters!


Annihilannic.
 
Thank you very much!
Have astar!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top