ORNL / HydraGNN

Distributed PyTorch implementation of multi-headed graph convolutional neural networks
BSD 3-Clause "New" or "Revised" License
54 stars 24 forks source link

Fix for nbatch error #228

Closed jychoi-hpc closed 3 months ago

jychoi-hpc commented 3 months ago

I found my error on calculating nbatch, which caused the following error with DDStore:

terminate called after throwing an instance of 'std::logic_error'
  what():  Fence already activated

This fixes the issue.