Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
sumpy
Commits
1a92620b
Commit
1a92620b
authored
6 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Add a readme with a link to the benchmarks
parent
d5b7fbf7
No related branches found
No related tags found
1 merge request
!81
Add benchmarks for translations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+35
-0
35 additions, 0 deletions
README.rst
with
35 additions
and
0 deletions
README.rst
0 → 100644
+
35
−
0
View file @
1a92620b
sumpy: n-body kernels and translation operators
===============================================
.. image:: https://gitlab.tiker.net/inducer/sumpy/badges/master/pipeline.svg
:target: https://gitlab.tiker.net/inducer/sumpy/commits/master
.. image:: https://badge.fury.io/py/sumpy.png
:target: http://pypi.python.org/pypi/sumpy
Sumpy is mainly a 'scaffolding' package for Fast Multipole and quadrature methods.
If you're building one of those and need code generation for the required Multipole
and local expansions, come right on in. Together with boxtree, there is a full,
symbolically kernel-independent FMM implementation here.
Sumpy relies on
* `numpy <http://pypi.python.org/pypi/numpy>`_ for arrays
* `boxtree <http://pypi.python.org/pypi/boxtree>`_ for FMM tree building
* `sumpy <http://pypi.python.org/pypi/sumpy>`_ for expansions and analytical routines
* `loopy <http://pypi.python.org/pypi/loo.py>`_ for fast array operations
* `pytest <http://pypi.python.org/pypi/pytest>`_ for automated testing
and, indirectly,
* `PyOpenCL <http://pypi.python.org/pypi/pyopencl>`_ as computational infrastructure
PyOpenCL is likely the only package you'll have to install
by hand, all the others will be installed automatically.
Resources:
* `documentation <http://documen.tician.de/sumpy>`_
* `source code via git <http://github.com/inducer/sumpy>`_
If you can see inside the UIUC firewall, you may browse
`benchmark results <http://koelsch.cs.illinois.edu/benchmarks/asv/sumpy/>`_.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment