Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pySDC
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atml-ati
pySDC
Commits
12ee7a1e
Unverified
Commit
12ee7a1e
authored
4 months ago
by
Robert Speck
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
01ca8a55
No related branches found
No related tags found
No related merge requests found
Pipeline
#246989
passed
4 months ago
Stage: benchmark
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
12ee7a1e
...
...
@@ -19,8 +19,8 @@ implemented.
-
Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
multi-level, diagonal, multi-step
-
Variants of PFASST: virtual parallel or MPI-based parallel,
classical o
f
multigrid perspective
-
Variants of PFASST: virtual
ly
parallel or MPI-based parallel,
classical o
r
multigrid perspective
-
8 tutorials: from setting up a first collocation problem to SDC,
PFASST and advanced topics
-
Projects: many documented projects with defined and tested outcomes
...
...
@@ -43,12 +43,12 @@ The code is hosted on GitHub, see
will give you a core version of
`pySDC`
to work with,
working with the developer version is most often the better choice. We
thus recommend to checkout the code from GitHub and install the
dependencies e.g. by using
a
[
cond
a
](
https://
conda.io/en/latest/
)
environment.
For this,
`pySDC`
ships with environment files
dependencies e.g. by using
[
micromamb
a
](
https://
mamba.readthedocs.io/en/latest/user_guide/micromamba.html
)
.
For this,
`pySDC`
ships with environment files
which can be found in the folder
`etc/`
. Use these as e.g.
```
bash
conda
env
create
-f
etc/environment-base.yml
micromamba
create
-f
etc/environment-base.yml
```
If you want to install the developer version using
`pip`
directly from the GitHub repository, use this:
...
...
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