Skip to content

Commit cb9ff23

Browse files
committed
add gasnet envs
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
1 parent 2ce05cc commit cb9ff23

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.devcontainer/devcontainer.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"image": "danilafe/chapel:0.4",
33
"containerEnv": {
44
"CHPL_COMM": "none",
5+
"GASNET_SPAWNFN": "L",
6+
"GASNET_ROUTE_OUTPUT": "0",
7+
"CHPL_GASNET_CFG_OPTIONS": "--disable-ibv",
8+
"GASNET_QUIET": "Y",
9+
"GASNET_MASTERIP": "127.0.0.1",
10+
"GASNET_WORKERIP": "127.0.0.0",
11+
"CHPL_RT_OVERSUBSCRIBED": "yes"
512
},
613
"features": {},
714
"customizations": {
@@ -15,7 +22,7 @@
1522
"chpl-hpe.chapel-vscode"
1623
],
1724
"settings": {
18-
"chapel.CHPL_HOME": "/opt/chapel",
25+
"chapel.CHPL_HOME": "/opt/chapel"
1926
}
2027
}
2128
}

0 commit comments

Comments
 (0)