Skip to content

Commit dcf5df4

Browse files
authored
Revert "Riken: move manual caliper install (#40)" (#41)
This reverts commit a7aa696.
1 parent a7aa696 commit dcf5df4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

2026-RIKEN/docker/Dockerfile.benchpark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USER ${NB_USER}
3232

3333
RUN git clone https://github.com/LLNL/benchpark.git ${HOME}/benchpark && \
3434
cd ${HOME}/benchpark && \
35-
git checkout -b develop-2025-12-12 develop-2025-12-12 && \
35+
git checkout -b develop-2025-12-11 develop-2025-12-11 && \
3636
git submodule update --init --recursive
3737

3838
USER root

2026-RIKEN/docker/Dockerfile.caliper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN python3 -m venv /opt/global_py_venv
4646
RUN . /opt/global_py_venv/bin/activate && \
4747
python3 -m pip install pybind11
4848

49-
ENV CALI_INSTALL_PREFIX=${HOME}/Caliper/install \
49+
ENV CALI_INSTALL_PREFIX=/usr \
5050
GIT_CLONE_STAGING_DIR=/tmp
5151

5252
RUN git clone https://github.com/LLNL/Caliper.git ${GIT_CLONE_STAGING_DIR}/Caliper && \
@@ -128,4 +128,4 @@ RUN echo 'export PATH=/usr/bin:$PATH' >> ${HOME}/.bash_profile && \
128128
echo 'export LD_LIBRARY_PATH=/usr/lib:/usr/lib64:$LD_LIBRARY_PATH' >> ${HOME}/.bash_profile
129129

130130
USER ${NB_USER}
131-
WORKDIR ${HOME}
131+
WORKDIR ${HOME}

2026-RIKEN/docker/Dockerfile.spawn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN . /opt/global_py_venv/bin/activate && \
5050
COPY ./tutorial-code/caliper-tutorial/apps /tmp/caliper-tutorial/apps/
5151
COPY ./tutorial-code/caliper-tutorial/cmake /tmp/caliper-tutorial/cmake/
5252

53-
ENV CALI_TUTORIAL_INSTALL_PREFIX=${HOME}/Caliper/install
53+
ENV CALI_TUTORIAL_INSTALL_PREFIX=/usr
5454

5555
RUN cmake \
5656
-B /tmp/build-basic-example \

0 commit comments

Comments
 (0)