Skip to content
Snippets Groups Projects
Commit 8151da04 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove some clutter from communicator interface

parent d45907c1
No related branches found
No related tags found
1 merge request!233Add communicator interface
......@@ -2,21 +2,10 @@
#define COMMUNICATOR_GPU_H
#include <vector>
#include <mpi.h>
#include <basics/DataTypes.h>
#include "VirtualFluids_GPU_export.h"
#include "CommunicationRoutine.h"
#include <basics/DataTypes.h>
//////////////////////////////////
#ifdef VF_DOUBLE_ACCURACY
#define MPI_Type_GPU MPI_DOUBLE
#else
#define MPI_Type_GPU MPI_FLOAT
#endif
//////////////////////////////////
namespace vf::gpu
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment