You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the core image for Chapel. It provides the complete Chapel compiler and runtime. It can be used to compile and run Chapel programs inside the Docker container. On 64-bit Linux hosts, the compiled Chapel program binary can sometimes be executed outside the container (your mileage may vary). Other Chapel-based Docker images can be created from this image.
The Chapel core image (above), rebuilt with `CHPL_COMM=gasnet` and `GASNET_SPAWNFN=L`. Simulates a multilocale Chapel platform within the Docker container.
27
25
@@ -68,7 +66,7 @@ Hello, world!
68
66
# Documentation
69
67
70
68
Chapel's documentation is [available online](https://chapel-lang.org/docs/).
71
-
Documentation for a specific release is also available: [1.18](https://chapel-lang.org/docs/1.18/), [1.17](https://chapel-lang.org/docs/1.17/).
69
+
Documentation for a specific release is also available: [1.18](https://chapel-lang.org/docs/1.18/).
0 commit comments