Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test = [
"psutil",
]
cuda = [
"torch==2.10.0+cu129",
"torch==2.12.0+cu132",
"mpi4py==4.1.1",
]
rocm = [
Expand Down
6 changes: 3 additions & 3 deletions scripts/install-matrix.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ml load python/3.11.5 && python3 -m venv .venvs/scaffoldvenv-matrix && source .venvs/scaffoldvenv-matrix/bin/activate && pip install --upgrade pip
ml cuda/12.9.1 gcc/13.3.1 mvapich2/2.3.7
ml load python/3.13.2 && python3 -m venv .venvs/scaffoldvenv-matrix && source .venvs/scaffoldvenv-matrix/bin/activate && pip install --upgrade pip
ml cuda/13.1.1 gcc/13.3.1 mvapich2/2.3.7
export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
pip install --no-binary=mpi4py -e .[cuda] --prefix=.venvs/scaffoldvenv-matrix --extra-index-url https://download.pytorch.org/whl/cu129 2>&1 | tee install.log
pip install --no-binary=mpi4py -e .[cuda] --prefix=.venvs/scaffoldvenv-matrix --extra-index-url https://download.pytorch.org/whl/cu132 2>&1 | tee install.log
Loading