Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 493014c1 authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

Already defined in chameleon/runtime_struct.h

parent ea4b47a3
No related branches found
No related tags found
No related merge requests found
......@@ -24,17 +24,6 @@
#include "chameleon/constants.h"
#include "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
BEGIN_C_DECLS
/**
......
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