File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
docker/ubuntu18.04/openmpi4.0.4/all_spack Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,19 @@ RUN source /spack/spack/share/spack/setup-env.sh \
3636 && spack gc -y \
3737 && spack clean -a
3838
39- RUN echo 0.1.4
40- RUN git -C /src/PerformanceAnalysis pull
39+ RUN echo 0.1.9
40+ RUN git config --global user.email "
[email protected] " \
41+ && git config --global user.name "Dakota Blair"
42+ RUN git -C /src/PerformanceAnalysis pull --strategy-option=theirs
4143
4244COPY docker/ubuntu18.04/openmpi4.0.4/all_spack/chimbuko_config.sh \
4345 /bld/benchmark_suite/func_multimodal/
4446
4547COPY scripts/docker/spack_dev_ddb.sh /build.spack.sh
4648RUN /build.spack.sh
4749
48- # COPY scripts/docker/spack_dev_ddb.sh /build.pip.sh
49- # RUN /build.pip.sh
50+ COPY scripts/docker/spack_dev_ddb.pip .sh /build.pip.sh
51+ RUN /build.pip.sh
5052
5153COPY scripts/docker/spack_dev_ddb.rcfile.sh /rcfile.sh
5254
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ set -eux
4+
5+ source /spack/spack/share/spack/setup-env.sh
6+ cd /opt/spack-environment/
7+ spack env activate .
8+ cd /opt/spack-environment/chimbuko-visualization2/
9+ pip3 install -r requirements.txt
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ spack env activate .
88export CHIMBUKO_VIZ_ROOT=$( spack location -i chimbuko-visualization2)
99cd /bld/benchmark_suite/func_multimodal
1010# ./run.sh
11+ set +ex
You can’t perform that action at this time.
0 commit comments