This commit is contained in:
Vladimir Z Tomov
2026-08-21 16:30:00 -07:00
parent 36c6b2da00
commit c151088932
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1203,6 +1203,7 @@ void GroupCommunicator::Reduce(T *ldata, void (*Op)(OpData<T>)) const
}
else
{
// Just a placeholder - this case won't be executed on GPU.
device_op = DeviceSharedDofCommunicator::Op::Sum;
}
-1
View File
@@ -36,7 +36,6 @@ namespace mfem
{
class DeviceSharedDofCommunicator;
template <typename Type> struct MPITypeMap;
namespace internal
{