-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AMQ-CPP to CI containers #86
Comments
@lpottier |
@ggeorgakoudis You are right the cuda image has I can use the CUDA image for now but when we will move to centos 8, we should install |
@lpottier The other image has it too: https://github.com/LLNL/AMS/blob/develop/.github/containers/x86_64-broadwell-gcc11.2.1/spack.yaml#L22 |
@ggeorgakoudis if I run spack:
# add package specs to the `specs` list
specs:
- python
- py-torch
- py-scipy
- py-h5py
- py-pip
- py-kosh
- py-mpi4py
- mfem
- umpire
- caliper
- faiss
- flux-core
- flux-sched
- py-pika
- nlohmann-json
view: local
concretizer:
unify: true
reuse: false
repos:
- ../repo
- $spack/var/spack/repos/builtin
packages:
all:
variants: [~cuda]
compiler: [[email protected]]
target: [broadwell]
providers:
mpi: [mvapich2]
blas: [openblas]
lapack: [openblas]
cmake:
require: '@3.23.1'
py-torch:
require: '@1.12~valgrind~mkldnn+distributed+mpi~cuda'
py-kosh:
require: '@3.0.1'
raja:
require: '@2022.03.0~openmp~cuda'
hdf5:
require: '@1.14~mpi api=v18'
mfem:
require: '@4.5~openmp~cuda+raja+umpire+shared+static~mpi~metis~examples~zlib'
umpire:
require: '@2022.03.1~shared~cuda'
caliper:
require: '@2.9+shared~libdw~libunwind'
faiss:
require: '@1.7.2+python+shared~cuda build_system=cmake'
redis-plus-plus:
require: '@1.3.6+tls cxxstd=14'
py-tqdm:
require: +notebook
cudnn:
require: '@8.4.0.27-11.6'
py-tensorboard:
require: '@2.4.1'
flux-core:
require: '@0.45'
flux-sched:
require: '@0.28'
py-pika:
require: '@1.3.1' Did I miss something? |
@lpottier It's a bug then, the container image should correspond to the configuration. Yes, we need to make sure |
@ggeorgakoudis I tested AMS with the CUDA image and |
For PR #85, we need AMQ-CPP to test RabbitMQ capabilities in CI.
We will need to add those packages to
ams-ci-test-ruby-centos7
.The text was updated successfully, but these errors were encountered: