-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed non-persistent option which fails on Travis when not running …
…as root
- Loading branch information
Jace A Mogill
committed
Jun 13, 2016
1 parent
be37d93
commit a14e321
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*-----------------------------------------------------------------------------+ | ||
| Extended Memory Semantics (EMS) Version 1.3.5 | | ||
| Extended Memory Semantics (EMS) Version 1.3.6 | | ||
| Synthetic Semantics http://www.synsem.com/ [email protected] | | ||
+-----------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. | | ||
|
@@ -39,7 +39,6 @@ var tests = ems.new({ | |
heapSize: 10000, | ||
useMap: true, | ||
useExisting: false, | ||
persist: false, | ||
filename: '/tmp/issue11.ems', | ||
setFEtags: 'empty' | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*-----------------------------------------------------------------------------+ | ||
| Extended Memory Semantics (EMS) Version 1.3.5 | | ||
| Extended Memory Semantics (EMS) Version 1.3.6 | | ||
| Synthetic Semantics http://www.synsem.com/ [email protected] | | ||
+-----------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. | | ||
|
@@ -43,7 +43,6 @@ ems.parallel(nProcs, function foo(nProcs) { | |
heapSize: 10000, | ||
useMap: true, | ||
useExisting: false, | ||
persist: false, | ||
filename: '/tmp/issue11.ems', | ||
setFEtags: 'empty' | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ems", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"author": "Synthetic Semantics <[email protected]>", | ||
"description": "Persistent Shared Memory and Parallel Programming Model", | ||
"contributors": [ | ||
|