-
Updated
Jul 6, 2020 - C++
parallel-programming
Here are 594 public repositories matching this topic...
-
Updated
Jul 2, 2020 - C
-
Updated
May 20, 2020 - C++
-
Updated
Apr 19, 2020 - JavaScript
We worked very hard to get everything working in Travis. this demonstrates how to build and run everything, but it would be ideal if we translated this information into documentation for how to build the dependencies.
-
Updated
Jan 26, 2018 - Go
-
Updated
Oct 23, 2019
Plasma currently allows _ for function parameter names, but this makes less sense with Plasma than something with clauses such as ML or Prolog. We should probably remove it simplifying the language. This will (for now) not provide a way for programmers to avoid unused argument warnings, but we can add other ways to suppress these.
-
Updated
Jul 7, 2020 - C++
-
Updated
Feb 24, 2020 - C++
-
Updated
Jun 11, 2020 - C++
-
Updated
Jul 7, 2020
-
Updated
Jun 29, 2020 - C++
-
Updated
Jul 6, 2020 - C++
Check that these links are appropriate. In general, we should not refer to product docs.
./elements/oneMKL/source/domains/dft/mkl-dft-descriptor-mkl-dft-precision-mkl-dft-domain-commit.rst:66: Functions <https://software.intel.com/en-us/onemkl-developer-refer\
ence-c-status-checking-functions>`__
./elements/oneMKL/source/domains/dft/mkl-dft-descriptor-mkl-dft-precision-mkl-dft-domain-
-
Updated
May 18, 2020 - Java
-
Updated
Mar 10, 2019 - C++
-
Updated
Oct 9, 2019 - Erlang
-
Updated
Sep 13, 2019 - C++
-
Updated
Feb 27, 2020 - Clojure
-
Updated
May 24, 2020 - C#
-
Updated
Jul 23, 2017 - Cuda
-
Updated
Jul 3, 2020 - C++
-
Updated
Dec 11, 2014 - C
-
Updated
Feb 23, 2018 - Cuda
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Feb 12, 2019 - C
-
Updated
Jul 1, 2020 - C++
Improve this page
Add a description, image, and links to the parallel-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel-programming topic, visit your repo's landing page and select "manage topics."


Can't compile from source without cython.
No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba and numpy. So something like:
pip3 install cython greenlet numba numpy
Should be noted as recommended for first time installation from source.