User Tools

Site Tools


general_questions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
general_questions [2020/06/19 19:15]
deadline fix linux mag link, change to CM
general_questions [2021/05/04 14:46] (current)
brandonm [Support] Word fixes
Line 12: Line 12:
  
 **Is this a real cluster?**\\ **Is this a real cluster?**\\
-Yes, it is a real cluster. The basic system has four motherboards which are cluster nodes in a standard off the shelf case with a single power supply. The main motherboard is always powered and functions just like a workstation. The three compute nodes can be powered-on when needed. The software is identical to that running on large clusters. +Yes, it is a real cluster. The basic system has four motherboards which are cluster nodes in a standard off-the-shelf case with a single power supply. The main motherboard is always powered on and functions just like a workstation. The three compute nodes can be powered on when needed. The software is identical to that running on large clusters. 
  
 **What can I run on such a system?**\\ **What can I run on such a system?**\\
-Any software that is designed to run on a Linux cluster including both High Performance+Any software that is designed to run on a Linux clusterincluding both High Performance
 Computing (HPC) and Apache Hadoop applications.  Computing (HPC) and Apache Hadoop applications. 
  
Line 23: Line 23:
  
 **How fast is it?**\\ **How fast is it?**\\
-The first Limulus version achieved 385.5 double precision CPU GFLOPS (52% of peak running HPL). Note, benchmarking results in HPC are very application specific. While a GPU might match the performance of a small cluster for some applications, it is not a general purpose computing device, and therefore is not as flexible as a CPU cluster. +The first Limulus version achieved 385.5 double precision CPU GFLOPS (52% of peak running HPL). Note, benchmarking results in HPC are very application-specific. While a GPU might match the performance of a small cluster for some applications, it is not a general purpose computing device, and therefore is not as flexible as a CPU cluster. 
  
-**What Does Limulus Mean?**\\+**What does Limulus mean?**\\
 Limulus is an acronym for **LI**nux **MUL**ti-core **U**nified **S**upercomputer. Limulus is an acronym for **LI**nux **MUL**ti-core **U**nified **S**upercomputer.
  
Line 31: Line 31:
 In terms of core count, there is no difference. In terms of price and performance there can be a big difference. A multi-core SMP system (such as a dual socket workstation or server motherboard) can provide many cores, but depending on workload, you may not be able to get effective use from all of the cores due to memory contention (See [[https://www.clustermonkey.net/Benchmarking-Methods/benchmarking-a-multi-core-processor-for-hpc.html|Benchmarking A Multi-Core Processor For HPC]] and [[https://www.clustermonkey.net/Benchmarking-Methods/counting-your-effective-hpc-cores.html|Counting Effective Cores]]). In a cluster design, such as Limulus, each node has one processor socket with exclusive access to the local memory (memory bandwidth remains constant as more cluster nodes are added).  In terms of core count, there is no difference. In terms of price and performance there can be a big difference. A multi-core SMP system (such as a dual socket workstation or server motherboard) can provide many cores, but depending on workload, you may not be able to get effective use from all of the cores due to memory contention (See [[https://www.clustermonkey.net/Benchmarking-Methods/benchmarking-a-multi-core-processor-for-hpc.html|Benchmarking A Multi-Core Processor For HPC]] and [[https://www.clustermonkey.net/Benchmarking-Methods/counting-your-effective-hpc-cores.html|Counting Effective Cores]]). In a cluster design, such as Limulus, each node has one processor socket with exclusive access to the local memory (memory bandwidth remains constant as more cluster nodes are added). 
  
-Also, as more cores are added to a processor the amount heat generated increases. To account for this excess heat either the clock frequency must be lowered  for the cores (resulting in less performance) or the heat dissipation requirements are increased resulting in very hot processors that can exceed 200W (often requiring loud and specialized cooling). Limulus systems provide a balanced approach where high frequency (fast) computing cores (typically 65-80 Watts) are distributed with a consistent and scalable memory bandwidth. Finally, unused nodes can be powered off when not in use saving more power.+Also, as more cores are added to a processorthe amount of heat generated increases. To account for this excess heateither the clock frequency must be lowered for the cores (resulting in less performance) or the heat dissipation requirements are increasedresulting in very hot processors that can exceed 200W (often requiring loud and specialized cooling). Limulus systems provide a balanced approach where high-frequency (fast) computing cores (typically 65-80 watts) are distributed with a consistent and scalable memory bandwidth. Finally, unused nodes can be powered off when not in usesaving more power.
  
 In terms of price, comparable core-heavy workstation solutions usually cost more than a comparable Limulus personal workstation cluster.  In terms of price, comparable core-heavy workstation solutions usually cost more than a comparable Limulus personal workstation cluster. 
  
-**Why don't I just use the cloud?**\ +**Why don't I just use the cloud?**\
-The cloud is basically "renting cycles on some else's computer." If that use case fits, then the cloud is good solution. However, if you need a 24x7 resource (as in most HPC and Hadoop installations) the cloud can be quite expensive. The one year AWS cost for hardware equivalent to a Limulus system can easily cost 1.5 to 2 times the Limulus purchase  price and the subsequent years require more cloud funding. An effective use case for the cloud must include cost, data transfer, security, and flexibility. While cloud has its place in HPC and Hadoop processing, there is nothing like "owning the reset switch."+The cloud is basically "renting cycles on some else's computer." If that use case fits, then the cloud is good solution. However, if you need a 24x7 resource (as in most HPC and Hadoop installations) the cloud can be quite expensive. The one-year AWS cost for hardware equivalent to a Limulus system can easily cost 1.5 to 2 times the Limulus purchase priceand the subsequent years require more cloud funding. An effective use case for the cloud must include cost, data transfer, security, and flexibility. While the cloud has its place in HPC and Hadoop processing, there is nothing like "owning the reset switch."
  
 **What is Limulus' market?**\\ **What is Limulus' market?**\\
-There are several areas where a personal cluster can be useful (i.e where you own the reset switch). In addition, **Edge Computing** whereby compute resources are needed locally outside of a data center or cloud, has become and important factor in many deployments. Some examples are as follows:+There are several areas where a personal cluster can be useful (i.ewhere you own the reset switch). In addition, **Edge Computing**whereby compute resources are needed locally outside of a data center or cloud, has become and important factor in many deployments. Some examples are as follows:
  
-  * System administrators - a cluster sandbox to try new things, test software packages +  * **Edge systems** - high performance in non-data center environments (lab, office, home, factory where low noise, limited power, and low heat are important) 
-  * Software developers - a private software development environment +  * **System administrators** - a cluster sandbox to try new things, test software packages 
-  * Academic projects - instructional hardware, student projects, learn to run real HPC/Hadoop codes +  * **Software developers** - a private software development environment 
-  * Cloud staging - stage and develop cloud HPC software before launching it to the cloud +  * **Academic projects** - instructional hardware, student projects, learn to run real HPC/Hadoop code 
-  * Small medium scale production work - test ideas, run applications under your control with up to 96 physical cores +  * **Cloud staging** - stage and develop cloud HPC software before launching it to the cloud 
-  * Small and medium-sized business HPC - explore how HPC can help manufacturing without a huge investment +  * **Small- and medium-scale production work** - test ideas, run applications under your control with up to 96 physical cores 
-  * Big Data/Hadoop - try and test big data and Apache Hadoop/Spark projects using 192 cores/threads and up to 32 TB of SSD storage without the administration overhead and cost of a data center cluster+  * **Smalland medium-sized business HPC** - explore how HPC can help manufacturing without a huge investment 
 +  * **Big Data/Hadoop/Analytics** - try and test big data and Apache Hadoop/Spark projects using 192 cores/threads and up to 32 TB of SSD storage without the administration overhead and cost of a data center cluster
  
  
 ====Hardware ==== ====Hardware ====
  
-**How many cores can you fit on one case?**\\ +**How many cores can you fit in one case?**\\ 
-Currently, a single Limulus system can provide at least 32 cores (64 threads with AMD Ryzen processors). The 1000 level systems provide 64 cores (128 threads). The rack mount option can support up to four single Limulus systems for a total of 128 cores (256 threads).+Currently, a single Limulus system can provide at least 32 cores (64 threads with AMD Ryzen processors). The 1000-level systems provide 64 cores (128 threads). The rack mount option can support up to four single Limulus systems for a total of 128 cores (256 threads).
  
 **What kind of processors do you use?**\\ **What kind of processors do you use?**\\
-Our current designs include Ryzen processors from AMD (Intel available upon request). For the nodes we use low power (65 Watt six/eight-core x86_64 processors. +Our current designs include Ryzen processors from AMD (Intel available upon request). For the nodes we use low-power 65-watt six/eight-core x86_64 processors. 
  
 **What kind of motherboards do you use?**\\ **What kind of motherboards do you use?**\\
-We can use almost any standard Micro-ATX (µATX) motherboard. However, we prefer to test them before we recommend any specific motherboard. Geometry and component issues (i.e. Gigabit Ethernet chipset) make some boards more desirable than others. +We can use almost any standard Micro-ATX (µATX) motherboard. However, we prefer to test them before we recommend any specific motherboard. Geometry and component issues (e.g. Gigabit Ethernet chipset) make some boards more desirable than others. 
  
 **How do you fit those extra motherboards in a standard case?**\\ **How do you fit those extra motherboards in a standard case?**\\
Line 65: Line 66:
  
 **Why do you use 3D printing?**\\ **Why do you use 3D printing?**\\
-By using 3D printing we can keep costs lower (i.e. we don't have to buy sheet metal or injection molded parts in high quantity), easily manage design changes, and allow customized solutions. In addition 3D printing can be used to create sophisticated shapes that might otherwise would be expensive, difficult,  or impossible to create with other manufacturing methodologies.+By using 3D printing we can keep costs lower (i.e. we don't have to buy sheet metal or injection molded parts in high quantity), easily manage design changes, and allow customized solutions. In addition3D printing can be used to create sophisticated shapes that might otherwise be expensive, difficult,  or impossible to create with other manufacturing methodologies.
  
 **Will 3D printed plastic parts melt in a high performance computer?**\\ **Will 3D printed plastic parts melt in a high performance computer?**\\
 In a word, no. First, our systems are designed to run cool and have plenty of moving air and case ventilation to remove heat. Second, during normal In a word, no. First, our systems are designed to run cool and have plenty of moving air and case ventilation to remove heat. Second, during normal
 operation, the hottest part of the system are the CPUs and active coolers. These devices  are not near or in contact with any printed parts. With modern processors, temperatures  operation, the hottest part of the system are the CPUs and active coolers. These devices  are not near or in contact with any printed parts. With modern processors, temperatures 
-can reach 70-85° C before they internally throttle the clock (thus reducing the amount of heat generated). Limulus nodes are also monitored  +can reach 70-85 °C before the processors internally throttle the clock (thus reducing the amount of heat generated). Limulus nodes are also monitored  
-and have a default throttling temperature (72C) that will initiate kernel level throttling, if needed. Finally, all parts are printed (and annealed) using +and have a default throttling temperature (72 °C) that will initiate kernel-level throttling, if needed. Finally, all parts are printed (and annealed) using 
-high performance PLA. The resulting parts start to become soft between 75-85° C. If would take some work to seal off the case so that the internal +high performance PLA. The resulting parts start to become soft between 75-85 °C. If would take some work to seal off the case so that the internal 
 temperature is in this range (plus a bunch of other things would not work). temperature is in this range (plus a bunch of other things would not work).
  
Line 79: Line 80:
  
 **Why don't you pack a bunch of 20-core processors into the case?**\\ **Why don't you pack a bunch of 20-core processors into the case?**\\
-Limulus is designed with a desk-side heat/power/performance/noise envelope. These type of systems are designed to operate at "Edge" or the cloud or data center. An HPC server can pack in many cores because in data centers there is dedicated power, cooling, and a tolerance for fan noise. Have you ever run an HPC server (or two) next to your desk? +Limulus is designed with a desk-side heat/power/performance/noise envelope. The types of systems that use 20-core processors are designed to operate at the "Edge" or the cloud or data center. An HPC server can pack in many cores because in data centers there is dedicated power, cooling, and a tolerance for fan noise. Have you ever run an HPC server (or two) next to your desk? 
  
 **Why don't you pack a bunch of GPU processors into the case?**\\ **Why don't you pack a bunch of GPU processors into the case?**\\
-Using GPUs is a great solution if it fits your problem, but GPUs require more power and more heat must be removed from the case. The Limulus DL (Deep Learning) systems employ GPUs.+Using GPUs is a great solution if it fits your problem, but GPUs require more powerand more heat must be removed from the case. The Limulus DL (Deep Learning) systems employ GPUs.
  
 **Do you use dual socket motherboards?**\\ **Do you use dual socket motherboards?**\\
Line 88: Line 89:
  
 **Can I connect multiple Limulus cases and create a bigger cluster?**\\ **Can I connect multiple Limulus cases and create a bigger cluster?**\\
-Yes, a whole "classroom cluster" can be built with Limulus systems. We also offer a four node rack-mount configuration that is low power and quiet.+Yes, a whole "classroom cluster" can be built with Limulus systems. We also offer a four-node rack-mount configuration that is low-power and quiet.
  
 **How are the nodes connected?**\\ **How are the nodes connected?**\\
Line 94: Line 95:
  
 **Does each motherboard have a hard drive?**\\ **Does each motherboard have a hard drive?**\\
-In the standard HPC design only the main motherboard has persistent storage. The nodes run using a RAM disk and are stateless (We use the Warewulf Provisioning software). It is possible to connect drives to the worker nodes, however, all drives will remain powered up while nodes are off. The Limulus software will place these drives in standby mode and they will become locally available to the node when restarted.+In the standard HPC designonly the main motherboard has persistent storage. The nodes run using a RAM disk and are stateless (we use the Warewulf provisioning software). It is possible to connect drives to the worker nodes, however, all drives will remain powered up while nodes are off. The Limulus software will place these drives in standby mode and they will become locally available to the node when restarted.
  
-Our Hadoop models have dedicated SSD data drives (for HDFS) connected to each motherboard and we install the base operating system and all Hadoop software in a resident M.2 drive.+Our Hadoop models have dedicated SSD data drives (for HDFS) connected to each motherboardand we install the base operating system and all Hadoop software in a resident M.2 drive.
  
 **Can I add extra hard drives?**\\ **Can I add extra hard drives?**\\
-Yes, each Limulus HPC system comes with an M.2 SSD for system software. There is an additional two 2.5 inch bays and  six open 3.5 inch drive bays that can be used to increase the total number of drives to eight (two SSD, six HDD). RAID storage is now an option on all systems.  +Yes, each Limulus HPC system comes with an M.2 SSD for system software. There are an additional two 2.5-inch bays and  six open 3.5-inch drive bays that can be used to increase the total number of drives to eight (two SSD, six HDD). RAID storage is now an option on all systems.  
-The Limulus Hadoop version has eight 2.5 bays (for SSD disks, used for HDFS) and six 3.5 inch bays for large spinning RAID sets.+The Limulus Hadoop version has eight 2.5-inch bays (for SSD disks, used for HDFS) and six 3.5-inch bays for large spinning RAID sets.
  
 **Can I add expansion cards to the node motherboards?**\\ **Can I add expansion cards to the node motherboards?**\\
-Yes, there is an optional bracket for adding one low profile PCIe card (usually 10GbE). Andit depends on the model and motherboard.+Yes, there is an optional bracket for adding one low-profile PCIe card (usually 10GbE), depending on the model and motherboard.
  
 **Can I add expansion cards to the main motherboard?**\\ **Can I add expansion cards to the main motherboard?**\\
Line 109: Line 110:
  
 **Can I add video cards to the node motherboards?**\\ **Can I add video cards to the node motherboards?**\\
-We include a low power video card and do not recommend using higher powered cards (in addition there may not be adequate  PCI slots available. +We include a low-power video card and do not recommend using higher-powered cards (in additionthere may not be adequate  PCI slots available)
  
 **How big is the power supply?**\\ **How big is the power supply?**\\
-Depending on the specific hardware installed 850 -1200 Watts+Depending on the specific hardware installed850-1200 watts
  
 **Does it have ECC memory?**\\ **Does it have ECC memory?**\\
-When using AMD Ryzen processors the base Limulus models now support ECC (Error Correcting Memory).  We ship ECC memory with all AMD systems.+When using AMD Ryzen processorsthe base Limulus models now support ECC (Error Correcting Memory).  We ship ECC memory with all AMD systems.
  
-Depending on the Intel processor, ECC an memory option may be available (Contact us if you need to use Intel processors). Keep in mind, however, the requirement for ECC depends on your needs. In our experience, and in our testing, we have found excellent results with "quality" memory (not the bargain priced brands). We have never had a problem with non-ECC memory in our personal cluster systems. We have run (self checkingcodes for days without any issues.+Depending on the Intel processor, ECC as a memory option may be available (contact us if you need to use Intel processors). Keep in mind, however, the requirement for ECC depends on your needs. In our experience, and in our testing, we have found excellent results with "quality" memory (not the bargain priced brands). We have never had a problem with non-ECC memory in our personal cluster systems. We have run self-checking codes for days without any issues.
  
 **Can it use 10-GbE, 25-GbE, or IB?**\\ **Can it use 10-GbE, 25-GbE, or IB?**\\
Line 126: Line 127:
  
 **How much power does a Limulus use?**\\ **How much power does a Limulus use?**\\
-When running HPL (16 cores) we measure 320 Watts for the model 100. Of course it also depends on what you put in the system (i.e. disk, video card, etc.) +When running HPL (16 cores) we measure 320 watts for the model 100. Of courseit also depends on what you put in the system (i.e. disk, video card, etc.). 
-As new generations of processors become available (with faster clocks and more cores), we continue to use 65 Watt versions to keep Limulus systems within the same power envelope. +As new generations of processors become available (with faster clocks and more cores), we continue to use 65-watt versions to keep Limulus systems within the same power envelope. 
  
 **How many standard wall plugs (receptacles) do Limulus systems use?**\\ **How many standard wall plugs (receptacles) do Limulus systems use?**\\
-One. Unless you have the redundant power supply optionthen two receptacles are needed.+One, unless you have the redundant power supply option – then two receptacles are needed.
  
 **Can I manually turn nodes off and on?**\\ **Can I manually turn nodes off and on?**\\
Line 139: Line 140:
  
 **Does it create a lot of heat?**\\ **Does it create a lot of heat?**\\
-Like all electronic devices, it generates heat. Unlike a high-end servers, it would make a poor space heater. We use 65-80 Watt processors. Limulus will not create anymore heat than most older PCs.+Like all electronic devices, it generates heat. Unlike a high-end server, it would make a poor space heater. We use 65-80 watt processors. Limulus will not create any more heat than most older PCs.
  
 **How loud is it?**\\ **How loud is it?**\\
-It is very quiet. The use of large fans helps reduce noise considerably. It can sit next to a desk in an office without any significant impact on the ambient noise environment (i.e.it will not disturb conversations, listening to music, or phone calls). +It is very quiet. The use of large fans helps reduce noise considerably. It can sit next to a desk in an office without any significant impact on the ambient noise environment (i.e. it will not disturb conversations, listening to music, or phone calls). 
  
  
Line 148: Line 149:
  
 **What software does it run?**\\ **What software does it run?**\\
-Linux of course. It comes installed with HPC cluster stack based on OpenHPC (you can use all OpenHPC packages).. All base packages are open source and built on top of CentOS 7.x. Other RPMS and SRPMS are freely available. All Limulus Hadoop systems use an open source Hadoop distribution.+Linuxof course. It comes installed with an HPC cluster stack based on OpenHPC (you can use all OpenHPC packages). All base packages are open source and built on top of CentOS 7.x. Other RPMs and SRPMs are freely available. All Limulus Hadoop systems use an open-source Hadoop distribution.
  
 **Will updated software be available?**\\ **Will updated software be available?**\\
Line 158: Line 159:
  
 **Is administrative  support available?**\\ **Is administrative  support available?**\\
-Yes, if we can remotely access the system(s) vis ssh and/or VPN. See our  +Yes, if we can remotely access the system(s) vis ssh and/or VPN. See our available 
-[[https://www.limulus-computing.com/products/limulus/software-support/product/p12-month-remote-limulus-system-adminstration|administrative support options]] are available+[[https://www.limulus-computing.com/products/limulus/software-support/product/p12-month-remote-limulus-system-adminstration|administrative support options]]. 
  
 **Is it the same software that runs on big clusters?**\\ **Is it the same software that runs on big clusters?**\\
 Yes. Applications can be moved from/to other clusters with little or no effort.  Yes. Applications can be moved from/to other clusters with little or no effort. 
  
-**Will there be other open source application software available?**\\+**Will there be other open-source application software available?**\\
 Yes. Yes.
  
 **Can I install my own software?**\\ **Can I install my own software?**\\
-Yes, this is an open source platformyou control your destiny!+Yes, this is an open-source platformyou control your destiny!
  
 **Can I run commercial software?**\\ **Can I run commercial software?**\\
-If your software can run on a large Linux cluster, it can probably run on a Limulus system. Currently, we use CentOS 7.X, which is a community rebuild of Red Hat 7.X. Of course it all depends on the software as well as vendor policies.+If your software can run on a large Linux cluster, it can probably run on a Limulus system. Currently, we use CentOS 7.X, which is a community rebuild of Red Hat 7.X. Of courseit all depends on the software as well as vendor policies.
  
 **Can I run Windows on it?**\\ **Can I run Windows on it?**\\
Line 179: Line 180:
  
 **Does it come with hardware support?**\\ **Does it come with hardware support?**\\
-Yes. One year return to depot support is included.+Yes. One year of return-to-depot support is included.
 You must pay shipping to the depot.  You must pay shipping to the depot. 
 +
 **Does it come with software support?**\\ **Does it come with software support?**\\
-Yes. Ninety days of software support is included.+Yes. Ninety days of software support are included.
 Extended [[https://www.limulus-computing.com/index.php/support/system-support|support options]] are available.  Extended [[https://www.limulus-computing.com/index.php/support/system-support|support options]] are available. 
  
  
  
general_questions.1592594137.txt.gz · Last modified: 2020/06/19 19:15 by deadline