job migration
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Jag agrajag at linuxpower.orgThu Mar 8 13:47:42 PST 2001
- Previous message: job migration
- Next message: job migration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 08 Mar 2001, Christoph Wasshuber wrote: > Is it possible to do a crude job migration with some > simple scripts? Or do I need to get one of > the job migration packages like MOSIX, Scyld, ... Actually, I've written a script in Python that does just that for a Scyld system, crude job migration. It just rforks() to the remote node then does an exec() of the binary on that node (after twiddling with stdin/stdout some). This assumes that the program you want to run is on the remote node as well as any libraries it needs (I assumed the binary was on an nfs share, and that the libraries were already cached on the remote node). Of course to do this, you need BProc bindings for whatever scripting language you're using. So far I've seen bindings for Perl and Python released. Jag -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://www.scyld.com/pipermail/beowulf/attachments/20010308/d9a629d2/attachment.bin
- Previous message: job migration
- Next message: job migration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
