mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
fix non-mpi
This commit is contained in:
parent
14c39f8283
commit
ebf4d4d1b8
@ -537,8 +537,8 @@ namespace ngcore
|
||||
class NgMPI_Requests
|
||||
{
|
||||
public:
|
||||
NgMPI_Requests operator+= (NgMPI_Request &&) { ; }
|
||||
NgMPI_Requests operator+= (NG_MPI_Request r) { ; }
|
||||
NgMPI_Requests & operator+= (NgMPI_Request &&) { return *rhis; }
|
||||
NgMPI_Requests & operator+= (NG_MPI_Request r) { return *this; }
|
||||
void WaitAll() { ; }
|
||||
int WaitAny() { return 0; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user