Skip to content

Instantly share code, notes, and snippets.

View LouisJenkinsCS's full-sized avatar
💭
Fellow of the Department of Energy's Computational Sciences Graduate Fellowship.

Louis Jenkins LouisJenkinsCS

💭
Fellow of the Department of Energy's Computational Sciences Graduate Fellowship.
View GitHub Profile
@LouisJenkinsCS
LouisJenkinsCS / dist_atomics.gnuplot
Last active February 7, 2020 22:22 — forked from dgarvit/acq_release.txt
Benchmark results for atomic int and atomicobjects (strong scaling)
set terminal postscript enhanced color
set output 'atomic_object.ps'
set multiplot layout 1,2 title "AtomicObject vs atomic int" font ",14"
set xtics rotate
set bmargin 5
#
set title "Distributed Memory"
set logscale x 2
set logscale y 10
use Random;
use Time;
use BlockDist;
// use CommDiagnostics;
// See: https://chapel-lang.org/docs/master/modules/standard/CommDiagnostics.html
/* Config variables */
config const filename = "../data/test_10_10_2.chpl.txt";
config const outFilename = "out.txt";
config const k = 2;