Skip to content

Commit d4ba0e0

Browse files
Update README.md
1 parent ff160c2 commit d4ba0e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Documentation Status](https://readthedocs.org/projects/pyomp/badge/?version=latest)](https://pyomp.readthedocs.io/en/latest/?badge=latest)
22
[![Deploy conda pkgs (main)](https://github.com/Python-for-HPC/PyOMP/actions/workflows/build-upload-conda.yml/badge.svg?event=release)](https://github.com/Python-for-HPC/PyOMP/actions/workflows/build-upload-conda.yml)
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Python-for-HPC/binder/HEAD)
34

45
# PyOMP
56
OpenMP for Python in Numba for CPU/GPU parallel programming.
@@ -10,9 +11,9 @@ Since Numba is available for every combination of the past few Python versions
1011
and the past few NumPy versions and various operating systems and architectures,
1112
there is quite an extensive build infrastructure required to get all these
1213
combinations and recently we have sorted out some of these combinations.
13-
The architecture and operating system combinations that currently work are,
14+
The architecture and operating system combinations that currently work are:
1415
linux-64 (x86_64), osx-arm64 (mac), and linux-ppc64le.
15-
These distributions are available with the conda command in the next section.
16+
These distributions are available with the `conda` command in the next section.
1617

1718
Due to PyOMP using the LLVM OpenMP infrastructure, we also inherit its
1819
limitations which means that GPU support is only available on Linux.
@@ -33,7 +34,8 @@ conda install -c python-for-hpc -c conda-forge --override-channels pyomp
3334

3435
### Binder
3536
You can try it out for free on a multi-core CPU in JupyterLab at the following link:
36-
https://mybinder.org/v2/gh/ggeorgakoudis/my-binder.git/HEAD
37+
38+
https://mybinder.org/v2/gh/Python-for-HPC/binder/HEAD
3739

3840
### Docker
3941

0 commit comments

Comments
 (0)