Mentions légales du service

Skip to content
Snippets Groups Projects

Feature mpi comm user

Merged PRUVOST Florent requested to merge fpruvost/chameleon:feature-mpi-comm-user into master
All threads resolved!
3 files
+ 4
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,16 +23,7 @@
#ifndef _chameleon_runtime_struct_h_
#define _chameleon_runtime_struct_h_
#if defined(CHAMELEON_USE_MPI)
#include <mpi.h>
#else
#ifndef MPI_Comm
typedef uintptr_t MPI_Comm;
#endif
#ifndef MPI_COMM_WORLD
#define MPI_COMM_WORLD 0
#endif
#endif
#include "chameleon/types.h"
BEGIN_C_DECLS
Loading