Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi tracing test uses the same platform of msg tracing tests
[simgrid.git] / examples / smpi / compute2.c
index 4811b80..8f82144 100644 (file)
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
   double d;
   MPI_Init(&argc, &argv);
   d = 2.0;
-/*  SMPI_DO_ONCE */{
+/*  SMPI_DO_ONCE */  {
     for (i = 0; i < atoi(argv[1]); i++) {
       if (d < 10000) {
         d = d * d;