#include <vector>
+// Deploy an application automatically, according to the global parameters
void MY_launch_application();
+// Base class for deployment generators...
class deployment_generator {
public:
deployment_generator();
public: void generate(); \
}
+DEPLOYMENT(btree);
+DEPLOYMENT(clique);
+DEPLOYMENT(hcube);
DEPLOYMENT(line);
DEPLOYMENT(ring);
DEPLOYMENT(star);
-DEPLOYMENT(clique);
-DEPLOYMENT(btree);
-// DEPLOYMENT(torus);
-DEPLOYMENT(hcube);
+DEPLOYMENT(torus);
#undef DEPLOYMENT