-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00a3053
commit 7ed4a57
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
FROM chapel/chapel:latest | ||
|
||
ENV QT_AFFINITY no | ||
ENV QT_SPINCOUNT 300 | ||
ENV GASNET_SPAWNFN L | ||
ENV CHPL_UNWIND libunwind | ||
ENV GASNET_BACKTRACE 1 | ||
ENV CHPL_COMM gasnet | ||
ENV CHPL_GASNET_SUBSTRATE fast | ||
ENV CHPL_GASNET_SEGMENT fast | ||
|
||
RUN make -C $CHPL_HOME \ | ||
&& make -C $CHPL_HOME chpldoc test-venv mason \ | ||
&& make -C $CHPL_HOME cleanall | ||
|
||
ENV QT_AFFINITY no | ||
ENV QT_SPINCOUNT 300 | ||
ENV GASNET_SPAWNFN L |