Skip to content

Commit 5448a1d

Browse files
committed
WIP001
1 parent f3abbaf commit 5448a1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/ubuntu18.04/openmpi4.0.4/all_spack/Dockerfile.spack_dev_ddb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM chimbuko/chimbuko-spack-env:ubuntu18.04
22

3-
RUN apt-get update && apt-get install -y emacs-nox gdb tmux vim
3+
RUN apt-get update && apt-get install -y emacs-nox gdb jq tmux vim
44

55
WORKDIR /src
66

7-
RUN echo 0.0.6
7+
RUN echo 0.0.8
88

99
RUN git clone https://github.com/CODARcode/PerformanceAnalysis.git \
1010
--branch ckelly_develop_ddb \
@@ -45,7 +45,7 @@ RUN /build.spack.sh
4545

4646
COPY scripts/docker/spack_dev_ddb.rcfile.sh /rcfile.sh
4747

48-
# ENTRYPOINT ["/bin/bash"] # see Dockerfile.spack_env
48+
ENTRYPOINT ["/bin/bash"] # see Dockerfile.spack_env
4949

5050
CMD ["--rcfile", "/rcfile.sh"]
5151

docker/ubuntu18.04/openmpi4.0.4/all_spack/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spack:
33
- chimbuko-performance-analysis @git.bcb0f724d8579abeb620a0f9f4a9fdd839f3475f ^mochi-sonata~bedrock~unqlite_st ^cmake@3.27.7
44
- tau+mpi+openmp+adios2+python+binutils@git.9ec064a2f5ebc6deb63cfb3c10595ccba902b017=2.33.1
55
- libfabric fabrics=sockets,tcp,udp,rxm
6-
- chimbuko-visualization2 @git.dependency_upgrades=dev ^curl@8.4.0 ^python@3.8.18 ^py-cryptography@3.2.1 ^py-celery@5.4 ^py-flask@1.1.2 ^py-werkzeug@0.16.0 ^py-itsdangerous@2.0.1 ^py-flask-sqlalchemy@2.5.1 ^py-wheel@0.37.1 ^py-eventlet@0.30.0 ^py-setuptools@65.5.0
6+
- chimbuko-visualization2 @git.dependency_upgrades=dev ^curl@8.4.0 ^python@3.8.18 ^py-cryptography@3.2.1 ^py-celery@5.4: ^py-flask@1.1.2 ^py-werkzeug@0.16.0 ^py-itsdangerous@2.0.1 ^py-flask-sqlalchemy@2.5.1 ^py-wheel@0.37.1 ^py-eventlet@0.30.0 ^py-setuptools@65.5.0
77
concretizer:
88
unify: true
99
compilers:

0 commit comments

Comments
 (0)