We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d7538 commit 0138e3aCopy full SHA for 0138e3a
pylops_mpi/utils/deps.py
@@ -40,7 +40,7 @@ def nccl_import(message: Optional[str] = None) -> str:
40
41
42
cuda_aware_mpi_enabled: bool = (
43
- True if int(os.getenv("PYLOPS_MPI_CUDA_AWARE", 1) == 1) else False
+ True if int(os.getenv("PYLOPS_MPI_CUDA_AWARE", 1)) == 1 else False
44
)
45
46
nccl_enabled: bool = (
0 commit comments