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
+11
-1
11 additions, 1 deletion
my-experience-of-installing-swift.md
with
11 additions
and
1 deletion
my-experience-of-installing-swift.md
View page @
ee7cfa8c
...
...
@@ -4,12 +4,22 @@ git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git
this creates a swiftsim directory
Information about building it in INSTALL.swift
load the follow modules (on COSMA4) this will be machine specific
module purge
module load intel_comp/c4/2015 platform_mpi fftw gsl hdf5 cosma/2012 swift metis
Built it without vectorisation (this is still in development)
./autogen.sh
./configure --disable-vec
./configure --disable-vec
CC=icc # use the intel compiler
make
Now try one the examples .. examples/IsothermalPotential/GravityOnly
...
...
This diff is collapsed.
Click to expand it.