1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
DQS 3.1.7 to 3.1.8 changes
added Doug Gibson's patch to dqs_add_consumables - incorrectly
initializing Consumables_hash
added Curtis Janssen fix for dqs_exec_job, for popen under Linux.
added code to fix the problem with a moved kernel under HP-UX 10.01
memory leak in qstat fixed from Brotz Norbert.
quick fix to install permissions on Linux from Rick Cochran.
man pages "caught up".
patch for PVM under DEC OSF/1 by David Geldreich added.
memory patches from John Rowe applied.
****************************************************
DQS 3.1.5 to 3.1.7 changes
added Curtis Janssen's MAXUJOBS patch to scheduler
(dqs_schedule.c)
forgot to update DQS_VERSION in 3.1.5
****************************************************
DQS 3.1.3.4.1 to 3.1.5 changes
cleaned up some INSTALL problems - still more to go though
hopefully INSTALL can figure out a domainname now
fixed a parent/child reaping bug whilst auto congiguring
misc cleanups
added Curtis Janssen's patch to dqs_string2list() to prevent overrunning
the NULL terminator
applied patch to truncate job_name(thanks to Tim W. James for
pointing this bug out). Bug affects delivery of signals to jobs(eg:
qdel, qmod, and qidle)
applied Martin Harriman's "consumable" patches:
1: When marching through the "consumable_used" list to
remove all resources not relevant to the queue assigned,
forgot do update the consumamble_used pointer itself..
2. When returning consumables forgot to check to see if
one was actuallu used during the job before giving it
back to the system.. thus sometimes causing an increase in
the available consumambles.
applied Curtis Janssen's Linux patch to open "/dev/null" rather than
"/" for stdin in dqs_start_generic.c and dqs_startp4.c
|