Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MBI: reduce a bit the amount of supurious warnings in generated code
[simgrid.git] / teshsuite / smpi / MBI / ResleakGenerator.py
index 084cdda19243fb8c5ce8ebea59bc9c853c3db977..67fdd96222566bbf1546a2f751f13e066c6856e2 100755 (executable)
@@ -42,7 +42,7 @@ END_MBI_TESTS
 #define PARAM_PER_ITERATION 3
 #define PARAM_LOST_PER_ITERATION 1
 
-void myOp(int *invec, int *inoutvec, int *len, MPI_Datatype *dtype) {
+static void myOp(int *invec, int *inoutvec, int *len, MPI_Datatype *dtype) {
   for (int i = 0; i < *len; i++)
     inoutvec[i] += invec[i];
 }