Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 475 Bytes

File metadata and controls

8 lines (6 loc) · 475 Bytes

Computer clusters

A cluster is a set of connected computers that work together. Parallel applications can be developed to run on a cluster to improve performance. Two technologies commonly used for this purpose is MPI and Apache Spark. Here are some examples:

  1. MPI
  2. Apache Spark