Cluster Upgrade Strategy
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.
Donald Becker becker at scyld.comFri Oct 18 11:10:33 PDT 2002
- Previous message: Cluster Upgrade Strategy
- Next message: Creighton R. Swank/0Y/Caterpillar is out of the office.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 18 Oct 2002, Joachim Worringen wrote: > Donald Becker: > > In the Scyld Beowulf system (well, specifically the professional > > editions) we ship six different kernel variously optimized for > > Pentium-4, Athlon, and uniprocessor/SMP. And with the current system > > Can you elaborate on the actual performance differences/gains that these > kernels show? A uniprocessor kernel can show a substantial performance improvement over SMP for many file system and network operations. This is unimportant for compute-intensive applications which spend little time doing system calls or I/O, but is measurable for systems which do directory operations on large directories, pass many small messages, or make heavy use of the page table entries. > The things that I would optimize are memcpy() and maybe libm - > but do you really need different kernels for this? You are thinking about the user code. We don't switch libraries, we switch the kernels. Check out the compile options and kernel code changes (primarily page-table/memory-management and MMX copies) when the various processor family optimizations are selected for the kernel. -- Donald Becker becker at scyld.com Scyld Computing Corporation http://www.scyld.com 410 Severn Ave. Suite 210 Scyld Beowulf cluster system Annapolis MD 21403 410-990-9993
- Previous message: Cluster Upgrade Strategy
- Next message: Creighton R. Swank/0Y/Caterpillar is out of the office.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
