Skip to content

Commit

Permalink
Removed non-persistent option which fails on Travis when not running …
Browse files Browse the repository at this point in the history
…as root
  • Loading branch information
Jace A Mogill committed Jun 13, 2016
1 parent be37d93 commit a14e321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Tests/issue11_bsp.js
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. |
Expand Down Expand Up @@ -39,7 +39,6 @@ var tests = ems.new({
heapSize: 10000,
useMap: true,
useExisting: false,
persist: false,
filename: '/tmp/issue11.ems',
setFEtags: 'empty'
});
Expand Down
3 changes: 1 addition & 2 deletions Tests/issue11_fj.js
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. |
Expand Down Expand Up @@ -43,7 +43,6 @@ ems.parallel(nProcs, function foo(nProcs) {
heapSize: 10000,
useMap: true,
useExisting: false,
persist: false,
filename: '/tmp/issue11.ems',
setFEtags: 'empty'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
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": [
Expand Down

0 comments on commit a14e321

Please sign in to comment.