Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a small cluster network (96 cores).
Cluster management software is oracle grid engine.
this cluster is using for MRI analyses with FSL and Freesurfer and of course matlab on all linux nodes.
now I have a simple problem. oge distribute jobs on computers. it means paralleling. but some of analyzes are very heavy for a single core.
I need some thing to simulate my network as a very big computer. I googled and found SSI solutions. OpenMosix and OpenSSI. sadly it openmosix is off.
OpenSSI i don't know.
1- is any alternative solution?
2- Is SSI means at last I have a big CPU? Is run my analyzes faster?
1) I don't know of anything like you seem to be describing.
2) NO. SSI is to give the impression of one large computer (rather than your grid of nodes). Nothing can make your cores "bigger" from a process scheduling perspective. At least not yet - maybe some smart researcher is looking at it ...
2) NO. SSI is to give the impression of one large computer (rather than your grid of nodes). Nothing can make your cores "bigger" from a process scheduling perspective.
thank you for reply
what do you mean by large computer?
large computer can process faster or means just more ram size?
SSI means single system image. Basically it means that all your cores, memory, disk, etc. on the network are under the control of a single OS image, so the whole network looks like one big SMP (symmetric-multiprocessor) machine. In theory this machine can process much faster, but only if the software is written to use multiple cores. A more traditional alternative is to use something like MPI to run your software in parallel. You might want to check if any of the programs that you're using have MPI support. Either way, the speed and latency of the network can dramatically impact performance, as your nodes must communicate heavily over it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.