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
0a92412e
Commit
0a92412e
authored
Oct 11, 2017
by
Matthieu Schaller
Browse files
Merge branch 'pthread_barrier' of gitlab.cosma.dur.ac.uk:swift/swiftsim into pthread_barrier
parents
53a8b8e1
9d19e581
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL.swift
View file @
0a92412e
...
...
@@ -75,6 +75,13 @@ also be switched off for benchmarking purposes. To do so, you can use:
./
configure
--
disable
-
vec
Please
note
that
to
build
SWIFT
on
MacOS
,
you
will
need
to
configure
using
./
configure
--
disable
-
vec
--
disable
-
compiler
-
warnings
due
to
some
features
not
being
available
on
the
Mac
platform
.
Dependencies
============
...
...
src/dump.c
View file @
0a92412e
...
...
@@ -17,8 +17,6 @@
*
******************************************************************************/
/* Config parameters. */
/* Config parameters. */
#include
"../config.h"
...
...
@@ -150,5 +148,3 @@ void dump_init(struct dump *d, const char *filename, size_t size) {
d
->
file_offset
=
0
;
d
->
page_mask
=
page_mask
;
}
#endif
/* HAVE_POSIX_FALLOCATE */
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