fix type
This commit is contained in:
parent
f441dc7ed8
commit
df14bb1671
@ -110,8 +110,8 @@ inline MPI::Datatype GetType(mpi::DataType dtype) {
|
||||
case kULong: return MPI::UNSIGNED_LONG;
|
||||
case kFloat: return MPI::FLOAT;
|
||||
case kDouble: return MPI::DOUBLE;
|
||||
case kLong: return MPI::LONG_LONG;
|
||||
case kULong: return MPI::UNSIGNED_LONG_LONG;
|
||||
case kLongLong: return MPI::LONG_LONG;
|
||||
case kULongLong: return MPI::UNSIGNED_LONG_LONG;
|
||||
}
|
||||
utils::Error("unknown mpi::DataType");
|
||||
return MPI::CHAR;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user