Skip to content

realm: fixed bugs when creating cuda ipc

Wei Wu requested to merge fix-cudaipc into master

This PR fixed two PRs:

  1. the long is not necessary the same size as unsigned
  2. we skip the node only when both hostname and hostid are failed.

Merge request reports