]> AND Private Git Repository - loba.git/blobdiff - options.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Use auto_depl::nhosts for auto_depl::load auto-setting.
[loba.git] / options.cpp
index 1b12ce7e8a1136811c3e45c2dc58ddfe2ffc0240..668aed3e044ae27c3b5df48beb392d76dd9de462 100644 (file)
@@ -61,7 +61,7 @@ namespace opt {
         NOL_INSERT("ring", "ring topology", deployment_ring);
         NOL_INSERT("star", "star topology, initial load at center",
                    deployment_star);
         NOL_INSERT("ring", "ring topology", deployment_ring);
         NOL_INSERT("star", "star topology, initial load at center",
                    deployment_star);
-        // NOL_INSERT("torus", "torus topology", deployment_torus);
+        NOL_INSERT("torus", "torus topology", deployment_torus);
     }
 
 } // namespace opt
     }
 
 } // namespace opt