Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Bindgen
pystencils
Commits
1eba565d
Commit
1eba565d
authored
6 years ago
by
Martin Bauer
Browse files
Options
Downloads
Patches
Plain Diff
Added files for binder service
parent
7b4c3f2d
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
binder/apt.txt
+3
-0
3 additions, 0 deletions
binder/apt.txt
binder/environment.yml
+35
-0
35 additions, 0 deletions
binder/environment.yml
binder/start
+5
-0
5 additions, 0 deletions
binder/start
with
45 additions
and
2 deletions
README.md
+
2
−
2
View file @
1eba565d
...
...
@@ -2,8 +2,8 @@ pystencils
==========
[

](https://i10git.cs.fau.de/pycodegen/pystencils/commits/master)
[

](http
s
://
i10git.cs.fau.de/pycodegen
/pystencils/co
mmits/master
)
[
coverage report
](
http://
pycodegen.pages.walberla.net/pystencils/coverage_report
)
[

](http://
pycodegen.pages.walberla.net
/pystencils/co
verage_report
)
[

](http
s
://
mybinder.org/v2/gh/mabau/pystencils/master?urlpath=doc%2Fnotebooks
)
Run blazingly fast stencil codes on numpy arrays.
...
...
This diff is collapsed.
Click to expand it.
binder/apt.txt
0 → 100644
+
3
−
0
View file @
1eba565d
build-essential
graphviz
ffmpeg
This diff is collapsed.
Click to expand it.
binder/environment.yml
0 → 100644
+
35
−
0
View file @
1eba565d
# ----------------------------------------------------------------------------------------------------------------------
# Environment with all dependencies to use pystencils
#
#
# Download conda at https://conda.io/miniconda.html and create this environment by running:
# conda env create -f conda_environment_user.yml
# . activate pystencils
#
# If you have CUDA installed and want to use your GPU, uncomment the last line to install pycuda
#
# ----------------------------------------------------------------------------------------------------------------------
name
:
pystencils
dependencies
:
# Basic dependencies:
-
python >=
3.6
-
numpy
-
sympy >=
1.1
-
appdirs
# to find default cache directory on each platform
-
joblib
# caching on hard-disk, this is optional, but if not installed lbmpy is really slow
-
cython
# speed up boundary list computation (optional)
-
matplotlib
-
imageio
-
pandas
-
scipy
-
pip
-
pip
:
-
islpy
# used to optimize staggered kernels
-
py-cpuinfo
# get cpu info like cache sizes, supported vector instruction sets, ...
-
graphviz
# can show abstract syntax trees as formatted graphs
-
ipy_table
# HTML tables for jupyter notebooks
-
pyevtk
# VTK output for serial simulations
-
blitzdb
# file-based No-SQL database to store simulation results
#- pycuda # add this if you have CUDA installed
This diff is collapsed.
Click to expand it.
binder/start
0 → 100755
+
5
−
0
View file @
1eba565d
#!/bin/bash
python3 setup.py develop
exec
"
$@
"
\ 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