Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Wiki
my experience of installing swift
Changes
Page history
New page
Templates
Clone repository
rgb created page: my experience of installing swift
authored
9 years ago
by
Richard Bower
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
my-experience-of-installing-swift.md
+7
-3
7 additions, 3 deletions
my-experience-of-installing-swift.md
with
7 additions
and
3 deletions
my-experience-of-installing-swift.md
View page @
a8b097fd
I downloaded using git clone
./autoconfg.sh
./configure
built it without vectorisation (this is still in development)
./autogen.sh
./configure --disable-vec
make
Now try one the examples .. IsothermalPotential/GravityOnly
Now try one the examples ..
examples/
IsothermalPotential/GravityOnly
edit info into the README file as I go along
python makeIC.py 10000 1 # makes 10000 parcels on random orbits
This diff is collapsed.
Click to expand it.