Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
TurTLE
TurTLE
Commits
a55dcc01
Commit
a55dcc01
authored
9 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
010161da
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+27
-0
27 additions, 0 deletions
README.rst
bfps/cpp/rFFTW_interpolator.cpp
+2
-0
2 additions, 0 deletions
bfps/cpp/rFFTW_interpolator.cpp
with
29 additions
and
0 deletions
README.rst
+
27
−
0
View file @
a55dcc01
================================
Big Fluid and Particle Simulator
Big Fluid and Particle Simulator
================================
================================
...
@@ -12,6 +13,32 @@ in the repository), and it is working as expected. Parameters and
...
@@ -12,6 +13,32 @@ in the repository), and it is working as expected. Parameters and
statistics are stored in HDF5 format, together with code information,
statistics are stored in HDF5 format, together with code information,
so simulation data should be "future proof".
so simulation data should be "future proof".
Installation
------------
**Postprocessing only**
.. code:: bash
python setup.py install
(add `--user` or `sudo` as appropriate).
`setup.py` should tell you about the various packages you need.
**Full installation**
If you want to run simulations on the machine where you're installing,
you will need to call `build` before installing.
.. code:: bash
python setup.py build
python setup.py install
The `build` command will most likely fail unless you modify
`machine_settings.py` appropriately for your machine.
Also, in order to run the C++ code you need to have an MPI compiler
installed, the HDF5 C library as well as FFTW 3 (at least 3.3 I think).
Comments
Comments
--------
--------
...
...
This diff is collapsed.
Click to expand it.
bfps/cpp/rFFTW_interpolator.cpp
+
2
−
0
View file @
a55dcc01
...
@@ -24,6 +24,8 @@
...
@@ -24,6 +24,8 @@
#define NDEBUG
#include
"rFFTW_interpolator.hpp"
#include
"rFFTW_interpolator.hpp"
template
<
class
rnumber
,
int
interp_neighbours
>
template
<
class
rnumber
,
int
interp_neighbours
>
...
...
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