Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SWIFTsim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
68
Issues
68
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SWIFT
SWIFTsim
Commits
df857753
Commit
df857753
authored
Sep 18, 2020
by
Matthieu Schaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small update to the VR cloning and compilation sequence
parent
b63664f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
doc/RTD/source/VELOCIraptorInterface/stfalone.rst
doc/RTD/source/VELOCIraptorInterface/stfalone.rst
+4
-2
doc/RTD/source/VELOCIraptorInterface/stfwithswift.rst
doc/RTD/source/VELOCIraptorInterface/stfwithswift.rst
+4
-2
No files found.
doc/RTD/source/VELOCIraptorInterface/stfalone.rst
View file @
df857753
...
...
@@ -27,11 +27,13 @@ master to analyse individual snapshots. We can use this branch
by doing::
cd VELOCIraptor-STF
git
fetch
git
submodule update --init --recursive
Again we need to configure VELOCIraptor::
cmake . -DVR_USE_HYDRO=ON -DCMAKE_BUILD_TYPE=Release
mkdir build
cd build
cmake ../ -DVR_USE_HYDRO=ON -DCMAKE_BUILD_TYPE=Release
The first parameter activates the processing of gas, stars and black holes. It
can be omitted for simulations evolving only dark matter.
...
...
doc/RTD/source/VELOCIraptorInterface/stfwithswift.rst
View file @
df857753
...
...
@@ -27,11 +27,13 @@ is needed besides fetching the latest version of the `NBodyLib` that the code
relies upon::
cd VELOCIraptor-STF
git
fetch
git
submodule update --init --recursive
To get VELOCIraptor working with SWIFT simply use::
cmake . -DVR_USE_HYDRO=ON -DVR_USE_SWIFT_INTERFACE=ON -DCMAKE_CXX_FLAGS="-fPIC" -DCMAKE_BUILD_TYPE=Release
mkdir build
cd build
cmake ../ -DVR_USE_HYDRO=ON -DVR_USE_SWIFT_INTERFACE=ON -DCMAKE_CXX_FLAGS="-fPIC" -DCMAKE_BUILD_TYPE=Release
The first parameter activates the processing of gas, stars and black holes. It
can be omitted for simulations evolving only dark matter.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment