Open georgemarselis opened 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.
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.