Changes

Jump to: navigation, search

GPU621/The Chapel Programming Language

31 bytes added, 16:08, 4 December 2020
m
Comparesion to MPI & OpenMP
== Comparesion to MPI & OpenMP ==
// Chapel is short and concise.
 
// OpenMP code
for(i = 0 ; i<niter; i++) {
// Chapel code
for iter i in 1..niter {
start_time();
forall .. {}
46
edits

Navigation menu