We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce05cc commit cb9ff23Copy full SHA for cb9ff23
.devcontainer/devcontainer.json
@@ -2,6 +2,13 @@
2
"image": "danilafe/chapel:0.4",
3
"containerEnv": {
4
"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"
12
},
13
"features": {},
14
"customizations": {
@@ -15,7 +22,7 @@
15
22
"chpl-hpe.chapel-vscode"
16
23
],
17
24
"settings": {
18
- "chapel.CHPL_HOME": "/opt/chapel",
25
+ "chapel.CHPL_HOME": "/opt/chapel"
19
26
}
20
27
21
28
0 commit comments