]> AND Public Git Repository - simgrid.git/blobdiff - examples/smpi/MM/param.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Abort if getline failed.
[simgrid.git] / examples / smpi / MM / param.h
index fa29681ec8a804b3d1d8f66474ce81cba8db9ec9..86f837be2f93378817dcadffde8772cc0f784bbb 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 /*! reads a file and returns the specific parameters for the process */
-char** get_conf(MPI_Comm comm, char * filename, int mynoderank);
+char** get_conf(MPI_Comm comm, const char * filename, int mynoderank);
 
 /*! reads a file and returns the parameters of every processes */
 char*** get_conf_all(char * filename, int * nb_process);