On Tue 14-Oct-2008 at 02:20 +0200, Tomas Klacko wrote: > >Let there be network-reachable machines that donate their CPU >to (not necessarily) anybody, and permit only certain set of programs >to be executed (hugin being the one allowed). When a user with a less-powerfull >machine wishes to compute his/her panorama he/she simply types 'make', >and then, depending on the configuration, it takes places either on >the localhost >or on the available remote machines (preferrably).
So you intend a custom version of make that takes each rule and copies the prerequisites to the designated worker-machine, then runs each command in the rule remotely, and copies back the target files after the rule completes? Can you just run the command via ssh?: ssh [EMAIL PROTECTED] nona -o foo ... -- Bruno --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
