Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
d8678f60
Commit
d8678f60
authored
Sep 24, 2015
by
POTTIER Francois
Browse files
Massive parallelism if running on teraram.
parent
fbaca9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/good/Makefile
View file @
d8678f60
...
...
@@ -105,8 +105,13 @@ clean::
# ------------------------------------------------------------------------------
# Testing LRijkstra, that is, menhir --list-errors.
TIMEOUT
:=
2
PARALLEL
:=
-j4
ifeq
($(shell hostname),teraram)
TIMEOUT
:=
2
PARALLEL
:=
-j40
else
TIMEOUT
:=
2
PARALLEL
:=
-j4
endif
SINGLE
=
$(
shell
ls
*
.mly | egrep
-v
'.*-([1-9]
)
.mly'
)
...
...
Write
Preview
Markdown
is supported
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