Skip to content

Commit

Permalink
Merge pull request #23 from converged-computing/hpctoolkit-target
Browse files Browse the repository at this point in the history
build hpctoolkit with x86 target
  • Loading branch information
vsoch committed Sep 5, 2023
2 parents 583b01d + 9236581 commit 60ba929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hpctoolkit-containerize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN mkdir /opt/spack-environment \
&& echo ' view: /opt/views/view' \
&& echo ' concretizer:' \
&& echo ' unify: true' \
&& echo ' packages:' \
&& echo ' all:' \
&& echo ' require: ["target=:x86_64"]' \
&& echo ' config:' \
&& echo ' install_tree: /opt/software') > /opt/spack-environment/spack.yaml

Expand Down
2 changes: 1 addition & 1 deletion hpctoolkit-spack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PATH=/spack/bin:$PATH
RUN spack config update packages -y && \
spack compiler find
COPY ./compilers.yaml /root/.spack/linux/compilers.yaml
RUN spack install hpctoolkit
RUN spack install hpctoolkit target=x86_64

RUN echo " LogLevel ERROR" >> /etc/ssh/ssh_config && \
echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config && \
Expand Down

0 comments on commit 60ba929

Please sign in to comment.