Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[examples,smpi,MM] remove a useless function
[simgrid.git] / examples / smpi / MM / param.h
index fa29681..d6c2bf8 100644 (file)
  */
 
 /*! reads a file and returns the specific parameters for the process */
-char** get_conf(MPI_Comm comm, char * filename, int mynoderank);
-
-/*! reads a file and returns the parameters of every processes */
-char*** get_conf_all(char * filename, int * nb_process);
+char** get_conf(MPI_Comm comm, const char * filename, int mynoderank);
 
 
 /*! prints the file for the platform used for this execution */