[Queue-developers] Re: miscellaneous observations
Brought to you by:
wkrebs
From: W. G. K. <wer...@ya...> - 2001-02-11 00:16:15
|
Quoting "Timothy H. Keitt" <Tim...@su...>: > Just got queue up and running an a small cluster of linux boxen. Thanks > for the nice software. I used the Debian packages in the "testing" > distribution. > > A couple of things... > > 1) The documentation suggests that a shared NFS directory is required, > but its not there and everything seems to work. (Out of date?) The documentation has been updated in the CVS repository. Basically, it's just a matter of getting some submitted patches rolled in and tested by the users, and then 1.30.2 will go out. (I'm reluctant to let 1.30.2 go out without rolling in the various patches.) [Developers take note: you'll want to do a "cvs update" to grab this change.] > 2) There appears to be no way to kill batched jobs (except by finding > the host and killing it manually). There are two non-functional > programs "task_manager" and "task_control" that I imagine are for that > purpose. Scanning the CVS archive, it appears these were compiled in > the Debian packages with #NO_TASK_MANAGER (or something) defined which > just produces an empty(!) main function. Perhaps it might be nice to > put 'printf("%s\n", "Not compiled with task_manager support")' in > there? Anyway, it would rather nice to be able to list the current jobs > and kill them as needed. This is a good idea. I have added a message to the *.cc programs so that, when queue_manager is not compiled in, it displays a message to that effect and how to re-compile with this support compiled in. > 3) The home page link on the sourceforge development site is a dead link. register.com, the registrar for gnuqueue.org, updated their software, and now gnuqueue.org is a deadlink (including some pages on SourceForge that try to reference things through gnuqueue.org). Register.com says the problem will be fixed within six hours (by 2AM EST) ... we'll see. > 4) I noticed some (possibly) odd behavior where some jobs when > backgrounded would migrate back to the original host (perhaps a feature?). Could also be a bug; you might want to try applying one of the various patches that have floating around .... > All for now. Thanks again. > > Cheers, > Tim > > -- > Timothy H. Keitt > Department of Ecology and Evolution > State University of New York at Stony Brook > Phone: 631-632-1101, FAX: 631-632-7626 > http://life.bio.sunysb.edu/ee/keitt/ > |