X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73f730073c2793c40652d390f90fc8e1d2f32bbf..28c07426861c6c0b4e2333b803bf67f643b4a1c2:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index ebddf585b0..61a34379b5 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -85,7 +85,7 @@ void smpi_process_init(int *argc, char ***argv) index = smpi_process_index_of_smx_process(proc); if(!index_to_process_data){ - index_to_process_data=(int*)xbt_malloc(SIMIX_process_count()*sizeof(int)); + index_to_process_data=(int*)xbt_malloc(SIMIX_process_count()*sizeof(int)); } MPI_Comm* temp_comm_world; xbt_bar_t temp_bar;