Skip to content

Chapel 2.0 Compatible Benchmarks

CONTRIBUTE SOURCE CODE

Chapel 2.0 updates to fasta/knucleotide/mandelbrot/pidigits/regexredux/revcomp/spectralnorm Brad Chamberlain — maintainer

Last week, we released Chapel 2.0, which comprised a number of stabilizing changes to the core language and library features, made across the last several releases. The tarball below updates our submitted Chapel benchmarks that had been relying on deprecated or removed features to keep them working with Chapel 2.0, with numbers corresponding to those on the live site. Please let us know if you encounter any issues or problems that we didn't catch on our end.

Attach your source code file

clbg-chapel2.0.tar.gz

Provide an example build command-line

$ chpl --fast fasta3.chpl
$ chpl --fast fasta5.chpl
$ chpl --fast fasta6.chpl
$ chpl --fast knucleotide3.chpl
$ chpl --fast knucleotide4.chpl
$ chpl --fast mandelbrot.chpl
$ chpl --fast mandelbrot3.chpl
$ chpl --fast pidigits2.chpl
$ chpl --fast regexredux2.chpl
$ chpl --fast regexredux3.chpl
$ chpl --fast revcomp3.chpl
$ chpl --fast revcomp5.chpl
$ chpl --fast revcomp8.chpl
$ chpl --fast spectralnorm.chpl
$ chpl --fast spectralnorm2.chpl