Skip to content

Commit a14e321

Browse files
author
Jace A Mogill
committed
Removed non-persistent option which fails on Travis when not running as root
1 parent be37d93 commit a14e321

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Tests/issue11_bsp.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-----------------------------------------------------------------------------+
2-
| Extended Memory Semantics (EMS) Version 1.3.5 |
2+
| Extended Memory Semantics (EMS) Version 1.3.6 |
33
| Synthetic Semantics http://www.synsem.com/ [email protected] |
44
+-----------------------------------------------------------------------------+
55
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. |
@@ -39,7 +39,6 @@ var tests = ems.new({
3939
heapSize: 10000,
4040
useMap: true,
4141
useExisting: false,
42-
persist: false,
4342
filename: '/tmp/issue11.ems',
4443
setFEtags: 'empty'
4544
});

Tests/issue11_fj.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-----------------------------------------------------------------------------+
2-
| Extended Memory Semantics (EMS) Version 1.3.5 |
2+
| Extended Memory Semantics (EMS) Version 1.3.6 |
33
| Synthetic Semantics http://www.synsem.com/ [email protected] |
44
+-----------------------------------------------------------------------------+
55
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. |
@@ -43,7 +43,6 @@ ems.parallel(nProcs, function foo(nProcs) {
4343
heapSize: 10000,
4444
useMap: true,
4545
useExisting: false,
46-
persist: false,
4746
filename: '/tmp/issue11.ems',
4847
setFEtags: 'empty'
4948
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ems",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"author": "Synthetic Semantics <[email protected]>",
55
"description": "Persistent Shared Memory and Parallel Programming Model",
66
"contributors": [

0 commit comments

Comments
 (0)