“A technology that harnesses the power of supercomputers or computer clusters to solve complex problems requiring massive computation.” (IBM)
#pragma omp parallel num_threads(128) for (int i = 0; i < 1024; i++) { }