georgemarselis / openlava-macosx

Automatically exported from code.google.com/p/openlava-macosx
GNU General Public License v2.0
1 stars 0 forks source link

Feature Request: Implement floating clients #243

Open georgemarselis opened 8 years ago

georgemarselis commented 8 years ago

LSF has a "floating client" feature: a host can dynamically join and leave or leave and join again, without the whole batch system be restarted.

In openlava, this seems rather in its infancy: There is evidence for a struct:

lsf/include/daemons/liblimd/limd.h:418:struct floatClientInfo floatClientPool;

but nothing else.

I am going to comment out the struct, for now, and get back to this when we get started with such feature.