Comparing Parallelization in HPC with D, Chapel, and Go
bearophile via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 10 15:03:23 PST 2014
Sparsh Mittal:
> I am author of the paper "A Study of Successive Over-relaxation
> Method Parallelization Over Modern HPC Languages".
>
> The code has been made available for academic use at
> https://www.academia.edu/9709444/Source_code_of_Parallel_and_Serial_Red-Black_SOR_Implementation_in_Chapel_D_and_Go_Languages
>
> Questions and comments can be sent to my email address [although
> note that use of software does not imply support].
What compiler, compiler version, and compilation arguments did
you use for the D code? (For such kind of benchmarks the DMD
compiler is the wrong compiler to use).
I have improved and made more idiomatic the serial version of the
D code:
http://dpaste.dzfl.pl/a6743f2eceda
Bye,
bearophile
More information about the Digitalmars-d
mailing list