emdg/ClusterHw1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<body> <h4>To compile this program run:</h4> <i> ant compile </i> </br> <i> ant jar </i> </br> <h4>For the server run:</h4> <i>ant -Dserver_ip=192.168.0.28 runComputer</i> <br> </br> <h4>for the client run:</h4> For the Euclidian TSP task: </br> <i>ant -Dserver_ip=192.168.0.28 runTSP</i> </br> </br> For the Mandelbrot task </br> <i>ant -Dserver_ip=192.168.0.28 runMandelbrot</i> </br> <h4>To clean the project</h4> <i>ant clean</i> </br> </body>