Skip to content

Commit

Permalink
try new containers for non device ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Dec 2, 2023
1 parent f652e7b commit c0af5ec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 64 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export SPACK_SPEC="%gcc+mpi+cuda+vtkh+dray+mfem+occa~genten~python~openmp~shared
# constraints
export SPACK_SPEC="${SPACK_SPEC} ^raja+cuda~openmp cuda_arch=70 ^umpire+cuda~openmp cuda_arch=70 ^camp+cuda~openmp cuda_arch=70 ^hdf5~mpi ^mfem~cuda~petsc~sundials~slepc ^hypre~cuda ^vtk-m+cuda~kokkos cuda_arch=70"
# config
export SPACK_CONFIG="scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_22.04_cuda_11.8.0_devel/"
export SPACK_ENV_YAML="scripts/uberenv_configs/spack_configs/envs/alpinedav-ubuntu_20.04_cuda_11.4.3_devel/spack.yaml"

cd ascent && python3 scripts/uberenv/uberenv.py \
-k \
--spec="${SPACK_SPEC}" \
--spack-config-dir="${SPACK_CONFIG}" \
--spack-env-file="${SPACK_ENV_YAML}" \
--prefix="/uberenv_libs"

# cleanup the spack build stuff to free up space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export SPACK_SPEC="%gcc+mpi+cuda+vtkh+dray+mfem+occa~genten~python~openmp~shared
# constraints
export SPACK_SPEC="${SPACK_SPEC} ^raja+cuda~openmp cuda_arch=70 ^umpire+cuda~openmp cuda_arch=70 ^camp+cuda~openmp cuda_arch=70 ^hdf5~mpi ^mfem~cuda~petsc~sundials~slepc ^hypre~cuda ^vtk-m+cuda~kokkos cuda_arch=70"
# config
export SPACK_CONFIG="scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_22.04_cuda_11.8.0_devel/"
export SPACK_ENV_YAML="scripts/uberenv_configs/spack_configs/envs/alpinedav-ubuntu_20.04_cuda_12.1.1_devel/spack.yaml"

cd ascent && python3 scripts/uberenv/uberenv.py \
-k \
--spec="${SPACK_SPEC}" \
--spack-config-dir="${SPACK_CONFIG}" \
--spack-env-file="${SPACK_ENV_YAML}" \
--prefix="/uberenv_libs"

# cleanup the spack build stuff to free up space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export SPACK_SPEC="%gcc+mpi+python+dray+mfem+occa+fides+adios2+babelflow~genten"
# constraints
export SPACK_SPEC="${SPACK_SPEC}"
# config
export SPACK_CONFIG="scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/"
export SPACK_ENV_YAML="scripts/uberenv_configs/spack_configs/envs/alpinedav-ubuntu_18.04_devel/spack.yaml"

cd ascent && python3 scripts/uberenv/uberenv.py \
-k \
--spec="${SPACK_SPEC}" \
--spack-config-dir="${SPACK_CONFIG}" \
--spack-env-file="${SPACK_ENV_YAML}" \
--prefix="/uberenv_libs"

# cleanup the spack build stuff to free up space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export SPACK_SPEC="%gcc+mpi+python+dray+mfem+occa+fides+adios2+babelflow~genten"
# constraints
export SPACK_SPEC="${SPACK_SPEC}"
# config
export SPACK_CONFIG="scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/"
export SPACK_ENV_YAML="scripts/uberenv_configs/spack_configs/envs/alpinedav-ubuntu_18.04_devel/spack.yaml"

cd ascent && python3 scripts/uberenv/uberenv.py \
-k \
--spec="${SPACK_SPEC}" \
--spack-config-dir="${SPACK_CONFIG}" \
--spack-env-file="${SPACK_ENV_YAML}" \
--prefix="/uberenv_libs"

# cleanup the spack build stuff to free up space
Expand Down

0 comments on commit c0af5ec

Please sign in to comment.