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!
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,6 +23,13 @@
#ifndef _chameleon_runtime_struct_h_
#define _chameleon_runtime_struct_h_
#include "chameleon/types.h"
BEGIN_C_DECLS
/**
* Datatype for distributed version
*/
#if defined(CHAMELEON_USE_MPI)
#include <mpi.h>
#else
@@ -34,8 +41,6 @@ typedef uintptr_t MPI_Comm;
#endif
#endif
BEGIN_C_DECLS
/**
* @brief Ids of the runtime supported by the RUNTIME API
*/
Loading