We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d25ad commit a34964fCopy full SHA for a34964f
features/src/openmpi/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "OpenMPI",
3
"id": "openmpi",
4
- "version": "25.6.2",
+ "version": "25.6.3",
5
"description": "A feature to install OpenMPI with optional CUDA and UCX support",
6
"options": {
7
"version": {
features/src/openmpi/install.sh
@@ -82,7 +82,7 @@ build_and_install_openmpi() {
82
local -a cuda_args=();
83
if test "${ENABLE_CUDA:-}" = 1; then
84
cuda_args+=(--with-cuda="${CUDA_HOME:-/usr/local/cuda}");
85
- cuda_args+=(--with-cuda-libdir="${CUDA_HOME:-/usr/local/cuda}/lib64/stubs}");
+ cuda_args+=(--with-cuda-libdir="${CUDA_HOME:-/usr/local/cuda}/lib64/stubs");
86
fi
87
88
IFS=" " read -r -a openmpi_dev_deps <<< "$(install_openmpi_deps)";
0 commit comments