-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #677 from SteVwonder/hwloc2
Add support for hwloc 2.0+
- Loading branch information
Showing
23 changed files
with
2,261 additions
and
2,743 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
FROM fluxrm/flux-core:focal | ||
|
||
ARG USER=flux | ||
ARG UID=1000 | ||
|
||
# Install extra buildrequires for flux-sched: | ||
RUN sudo apt-get update | ||
RUN sudo apt-get -qq install -y --no-install-recommends \ | ||
libboost-graph-dev \ | ||
libboost-system-dev \ | ||
libboost-filesystem-dev \ | ||
libboost-regex-dev \ | ||
libxml2-dev \ | ||
python-yaml \ | ||
libyaml-cpp-dev | ||
|
||
# Add configured user to image with sudo access: | ||
# | ||
RUN \ | ||
if test "$USER" != "flux"; then \ | ||
sudo groupadd -g $UID $USER \ | ||
&& sudo useradd -g $USER -u $UID -d /home/$USER -m $USER \ | ||
&& sudo sh -c "printf \"$USER ALL= NOPASSWD: ALL\\n\" >> /etc/sudoers" \ | ||
&& sudo adduser $USER sudo ; \ | ||
fi | ||
|
||
USER $USER | ||
WORKDIR /home/$USER | ||
RUN flux keygen |
1,197 changes: 534 additions & 663 deletions
1,197
t/data/hwloc-data/004N/exclusive/04-brokers-sierra2/0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,197 changes: 534 additions & 663 deletions
1,197
t/data/hwloc-data/004N/exclusive/04-brokers-sierra2/1.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,203 changes: 536 additions & 667 deletions
1,203
t/data/hwloc-data/004N/exclusive/04-brokers-sierra2/2.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,203 changes: 536 additions & 667 deletions
1,203
t/data/hwloc-data/004N/exclusive/04-brokers-sierra2/3.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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,4 +1,4 @@ | ||
# 2x slot[1]->numanode[1]->gpu[2] | ||
# 2x slot[1]->gpu[2] | ||
match allocate @TEST_SRCDIR@/data/resource/jobspecs/basics/test010.yaml | ||
match allocate @TEST_SRCDIR@/data/resource/jobspecs/basics/test010.yaml | ||
quit |
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,4 +1,4 @@ | ||
# 2x slot[2]->numanode[1]->gpu[1] | ||
# 2x slot[2]->socket[1]->gpu[1] | ||
match allocate @TEST_SRCDIR@/data/resource/jobspecs/basics/test012.yaml | ||
match allocate @TEST_SRCDIR@/data/resource/jobspecs/basics/test012.yaml | ||
quit |
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
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
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
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
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
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
Oops, something went wrong.