@@ -30,7 +30,7 @@ can be achieved with
30
30
conda activate mpi4py-fft
31
31
32
32
Note that this gives you mpi4py-fft with default settings. This means that
33
- you will probably get the openmpi backend. To make a specific choice of
33
+ you will probably get the openmpi backend. To make a specific choice of
34
34
backend just specify which, like this
35
35
36
36
::
@@ -45,13 +45,11 @@ any version of mpi4py-fft hosted on `pypi`_ using `pip`_
45
45
46
46
pip install mpi4py-fft
47
47
48
- whereas either one of the following will install the latest version
49
- from github
48
+ whereas the following will install the latest version from github
50
49
51
50
::
52
51
53
- pip install git+https://bitbucket.org/mpi4py/mpi4py-fft@master
54
- pip install https://bitbucket.org/mpi4py/mpi4py-fft/get/master.zip
52
+ pip install git+https://github.com/mpi4py/mpi4py-fft@master
55
53
56
54
You can also build mpi4py-fft yourselves from the top directory,
57
55
after cloning or forking
@@ -74,7 +72,7 @@ Additional dependencies
74
72
75
73
For storing and retrieving data you need either `HDF5 `_ or `netCDF4 `_, compiled
76
74
with support for MPI. Both are available
77
- with parallel support on `conda-forge `_ and can be installed into the
75
+ with parallel support on `conda-forge `_ and can be installed into the
78
76
current conda environment as
79
77
80
78
::
@@ -100,14 +98,12 @@ located in the ``tests`` folder. A range of tests may be run using the
100
98
101
99
This test-suit is run automatically on every commit to github, see, e.g.,
102
100
103
- .. image :: https://circleci. com/bb/ mpi4py/mpi4py-fft.svg?style=svg
104
- :target: https://circleci. com/bb /mpi4py/mpi4py-fft
101
+ .. image :: https://dev.azure. com/mpi4py/mpi4py-fft/_apis/build/status/mpi4py.mpi4py-fft?branchName=master
102
+ :target: https://dev.azure. com/mpi4py/mpi4py-fft
105
103
106
-
107
- .. _mpi4py-fft : https://bitbucket.org/mpi4py/mpi4py-fft
108
- .. _mpi4py : https://bitbucket.org/mpi4py/mpi4py
104
+ .. _mpi4py-fft : https://github.com/mpi4py/mpi4py-fft
105
+ .. _mpi4py : https://github.com/mpi4py/mpi4py
109
106
.. _cython : http://cython.org
110
- .. _spectralDNS channel : https://anaconda.org/spectralDNS
111
107
.. _conda : https://conda.io/docs/
112
108
.. _conda-forge : https://conda-forge.org
113
109
.. _FFTW : http://www.fftw.org
0 commit comments