X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bd488d2f6b7042f4a7dd2879ce490f127b16ec2..688739daed2e71f01503093828608a7dad0df668:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 63b8694120..13f2e76189 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -448,6 +448,7 @@ extern int size_data_exe; //size of the data+bss segment of the executable void smpi_switch_data_segment(int dest); void smpi_really_switch_data_segment(int dest); +int smpi_is_privatisation_file(char* file); void smpi_get_executable_global_size(void); void smpi_initialize_global_memory_segments(void); @@ -751,7 +752,7 @@ void TRACE_smpi_init(int rank); void TRACE_smpi_finalize(int rank); #endif -const char* encode_datatype(MPI_Datatype datatype); +const char* encode_datatype(MPI_Datatype datatype, int* known); // TODO, make this static and expose it more cleanly