Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add python-mpi-bcast #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pages/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ kdcount is a simple python extension for brute force pair-counting of point data

====

`pypm`_
`python-mpi-bcast`_
-------

pypm is a set of python modules for particle mesh calculation with MPI parallel python. It also provides tools
to measure power spectrum, and construct Friend-of-Friend halso from n-body simulations.
python-mpi-bcast is a method to launch parallel Python applications of very large scale on super-computers. The method was originally developed for nbodykit, but is sufficiently general to be used to improve the start-up time of any large scale parallel python application.

====

Expand All @@ -85,6 +84,6 @@ fastPM is an approximated solver for N-body gravity problems. fastPM provides th
.. _`nbodykit`: https://github.com/bccp/nbodykit
.. _`fastPM`: https://github.com/rainwoodman/fastPM
.. _`kdcount`: https://github.com/rainwoodman/kdcount
.. _`pypm`: https://github.com/rainwoodman/pypm
.. _`python-mpi-bcast`: https://github.com/rainwoodman/python-mpi-bcast
.. _`pfft-python`: https://github.com/rainwoodman/pfft-python