Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
7daa5b4c
Commit
7daa5b4c
authored
Jul 15, 2016
by
Matthieu Schaller
Browse files
Updated Install information regarding the vectorization
parent
3866380d
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.swift
View file @
7daa5b4c
...
...
@@ -39,7 +39,7 @@ SWIFT has been successfully built and tested with the following compilers:
-
clang
3.4
.
x
More
recent
versions
and
slightly
older
ones
should
also
be
able
to
buil
t
the
software
.
buil
d
the
software
.
By
default
an
attempt
to
choose
suitable
set
of
optimizing
compiler
flags
will
be
made
,
targeted
for
the
host
machine
of
the
build
.
If
this
doesn
'
t
...
...
@@ -67,6 +67,14 @@ for instance. GCC address sanitizer flags can be included using the
option
.
Note
this
requires
a
GCC
compiler
version
of
at
least
4.8
.
By
default
vectorization
is
switched
on
.
The
highest
instruction
set
available
on
the
platform
will
be
automatically
used
.
However
,
not
all
implementations
of
SPH
available
in
the
code
have
vectorized
routines
.
Vectorization
will
have
to
be
switched
off
for
these
.
It
can
also
be
switched
off
for
benchmarking
purposes
.
To
do
so
,
you
can
use
:
./
configure
--
disable
-
vec
Dependencies
============
...
...
Write
Preview
Supports
Markdown
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