Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 040ae4a0 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Silent warnings

parent 35bfee70
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
#include <parsec/datatype.h>
#include <parsec/arena.h>
#if defined(CHAMELEON_USE_MPI)
/* Variable parsec_dtd_no_of_arenas is private and cannot be changed */
#define MORSE_PARSEC_DTD_NO_OF_ARENA 16 /**< Number of arenas available per DTD */
......@@ -36,6 +38,8 @@ typedef struct morse_parsec_arena_s {
static int morse_parsec_nb_arenas = 0;
static morse_parsec_arena_t morse_parsec_registered_arenas[MORSE_PARSEC_DTD_NO_OF_ARENA] = { { 0 } };
#endif
void RUNTIME_comm_set_tag_sizes( int user_tag_width,
int user_tag_sep )
{
......
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