Menu
  • HOME
  • TAGS

MVAPICH on multi-GPU causes Segmentation fault

cuda,mvapich2

I'm afraid MVAPICH does not support yet using multiple GPUs in the same process (source: mailing list). Advanced memory transfer operations require storing device-specific structures, so unless there is explicit support for multiple devices, I'm afraid there is no way to make your code run. On the other side, you...