Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
irp
moench
Merge requests
!3
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md
leonmerten.lohse1-master-patch-74735
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Leon Merten Lohse
requested to merge
leonmerten.lohse1-master-patch-74735
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
09f911a4
1 commit,
2 years ago
1 file
+
10
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
10
−
9
Options
@@ -2,12 +2,13 @@
Everything should be done from a python script or jupyter notebook.
## Requirements
Building requires:
-
python36-devel (from the OS repository)
-
eigen3-devel (from the OS repository)
-
pybind11 (install via pip)
Just call
`make`
in the interpolation directory.
\ No newline at end of file
## Installation
Requires a somewhat recent compiler. On Centos 7, you might have to run
`scl enable devtoolset-8 -- bash`
.
```
git clone git@gitlab.gwdg.de:irp/moench.git moench-git # pfad zur lokalen Kopie des Repositories
cd moench-git
git submodule init
git submodule update
python3 -m pip install --user .
```
Loading