TACC / MassivePixelEnvironment

Massive Pixel Environment (MPE) is a Processing library for easily extending sketches to distributed display environments.
Other
53 stars 10 forks source link

Make MPE Launchable from Processing IDE #4

Closed bmwesting closed 10 years ago

bmwesting commented 11 years ago

Implement functionality s.t. MPE will cluster-launch from the IDE.

This can be implemented via parsing of the configuration file by the head node and forking ssh connections.

bmwesting commented 11 years ago

Using this code will show you current path of executable:

String path = this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath(); System.out.println(path);

We can use this information to copy the executable to a shared location from which render jobs can be launched.