Skip to content
Snippets Groups Projects
Commit 6c82548b authored by Camille Coti's avatar Camille Coti
Browse files

Removed warning

parent 36988832
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ real 3m31,034s
MPI_Datatype DT_PARAMETERS;
MPI_Datatype DT_PARAMETERS_2;
int nbforemen = NBFOREMEN; /* Number of foremen to use with the hierarchical M/W */
int maxresult = MAXRESULT; /* Maximum results in the result queue, addslave version */
unsigned int nbforemen = NBFOREMEN; /* Number of foremen to use with the hierarchical M/W */
unsigned int maxresult = MAXRESULT; /* Maximum results in the result queue, addslave version */
/*******************************************************************************
* Main function *
......
......@@ -55,7 +55,7 @@ gi::ex add_expressions( std::vector<std::string>, gi::lst );
extern MPI_Datatype DT_PARAMETERS;
extern MPI_Datatype DT_PARAMETERS_2;
extern int nbforemen; /* Number of foremen to use with the hierarchical M/W */
extern int maxresult; /* Maximum results in the result queue, addslave version */
extern unsigned int nbforemen; /* Number of foremen to use with the hierarchical M/W */
extern unsigned int maxresult; /* Maximum results in the result queue, addslave version */
#endif // _UTILS_PARALL_H_
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