46
edits
Changes
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 .. {}