Skip to content
GitLab
Explore
Sign in
"src/distributed_io.h" did not exist on "942641b7412e93bd1577cd7263a09b5b81df6918"
Changes
Page history
rgb created page: my experience of installing swift
authored
Jul 26, 2016
by
Richard Bower
Hide whitespace changes
Inline
Side-by-side
my-experience-of-installing-swift.md
View page @
ee7cfa8c
...
@@ -4,12 +4,22 @@ git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git
...
@@ -4,12 +4,22 @@ git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git
this creates a swiftsim directory
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)
Built it without vectorisation (this is still in development)
./autogen.sh
./autogen.sh
./configure --disable-vec
./configure --disable-vec
CC=icc # use the intel compiler
make
make
Now try one the examples .. examples/IsothermalPotential/GravityOnly
Now try one the examples .. examples/IsothermalPotential/GravityOnly
...
...
...
...