Skip to content

Commit 6d44eaf

Browse files
committed
upd
1 parent 8ec1a4f commit 6d44eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/python/disco/test_nvshmem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_nvshmem_empty(num_workers):
125125

126126

127127
if __name__ == "__main__":
128-
# After the first call to `nvshmem_init``, a subsequent call to `nvshmem_init`
128+
# After the first call to `nvshmem_init`, a subsequent call to `nvshmem_init`
129129
# or `nvshmem_init_thread` in the same program results in undefined behavior.
130130
# So we always create a new process to run the test. Then no repeated nvshmem
131131
# init happens in the same process, since the worker0 may share the same process.

0 commit comments

Comments
 (0)