Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx-6 committed Sep 29, 2024
1 parent 007bcfc commit af83cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/disco/test_nvshmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_nvshmem_empty(num_workers):


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

0 comments on commit af83cab

Please sign in to comment.