Abstract
The OpenMP Cluster (OMPC) is a parallel and distributed programming model that enables the execution of OpenMP tasks on remote nodes of a High Performance Computing (HPC) cluster. With OMPC, it is possible to develop applications capable of scaling from a single machine to a robust supercomputer only using OpenMP directives. This characteristic makes OMPC a promising alternative to combin…