Commit Graph

141 Commits

Author SHA1 Message Date
bas
6888fcd7f3 fixed a showq -r segv when user only request for node property
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@155 3f5042e3-fb1d-0410-be18-d6ca2573e517
2013-09-11 08:57:08 +00:00
bas
d2f4f78302 applied client socket patch from Jonathan Barber
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@154 3f5042e3-fb1d-0410-be18-d6ca2573e517
2012-10-11 13:33:54 +00:00
bas
db939c837c Showstats segfaults when using compiler optimization
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@153 3f5042e3-fb1d-0410-be18-d6ca2573e517
2012-10-04 08:36:35 +00:00
bas
bb6c2dd88a added a patch for diagnose -f to allow an argument:
* -f [user|group|acct|class|qos]



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@151 3f5042e3-fb1d-0410-be18-d6ca2573e517
2011-04-12 09:14:51 +00:00
bchristiansen
0efe0c2f0e Changed version to 3.3.2
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@150 3f5042e3-fb1d-0410-be18-d6ca2573e517
2011-03-04 16:24:58 +00:00
bchristiansen
e0baa93dc8 Changed version to 3.3.1
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@148 3f5042e3-fb1d-0410-be18-d6ca2573e517
2011-03-04 16:00:09 +00:00
bchristiansen
aa37fa7509 Added UseMachineSpeedForFS patch from Robin Roth
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@147 3f5042e3-fb1d-0410-be18-d6ca2573e517
2011-03-03 05:02:54 +00:00
bas
1c4f2e31ce Fixed 'showq -r' to show the correct values when NODEALLOCMAXPS is set to TRUE
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@146 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-10 12:56:35 +00:00
jasonw
6d593e6dff - Patch to fix SYSTEMMAXJOBWALLTIME, SYSTEMMAXPROCPERJOB, and SYSTEMMAXPROCSECONDPERJOB which previously no-op'ed
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@145 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-06 17:36:19 +00:00
jasonw
dd3243e79f - update CHANGELOG
- added debug messages and a check for glibc return codes from vsnprintf to MUSNPrintF() 

git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@144 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-06 15:47:47 +00:00
jasonw
2c93b33b5f Changed all remaining mallocs to callocs.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@143 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-06 13:36:50 +00:00
jasonw
8ed8a5727c - MAJOR FIX: MRes.c: replaced mallocs with callocs in MResAdjustDRes() to scrub the {C|J|O|N}RE variables. Code in that function depends on it, and breaks badly with glic memory corruption errors when RESERVATIONDEPTH is > 1. Further auditing of malloc vs. calloc is probably needed across the entire codebase.
- MSU.c: Fix for valgrind error about uninitialized value

- MNode.c: Fix for valgrind error about uninitialized value


git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@142 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-03 21:21:42 +00:00
jasonw
992e0a16af - slight modification to the toplevel Makefile to allow BUILD_ROOT to be set by rpm when building RPMS and to be set to EMPTY if not set.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@141 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-03 14:32:11 +00:00
jasonw
bf8743a61a - all the mallocs in the MResAdjustDRes() function should really be checked independently for success or failure instead of just the CRE malloc
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@140 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-08-02 18:24:51 +00:00
jasonw
5eaf1487c6 git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@139 3f5042e3-fb1d-0410-be18-d6ca2573e517 2010-07-27 15:43:24 +00:00
jasonw
6489c74bf0 Patch to fix SYSTEMMAXJOBWALLTIME, SYSTEMMAXPROCPERJOB, and SYSTEMMAXPROCSECONDPERJOB which previously no-op'ed
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@138 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-07-22 21:04:11 +00:00
bchristiansen
90b28d2858 cygwin readme
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@137 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-07-21 21:34:53 +00:00
bchristiansen
fe6e2752b3 cygwin porting
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@136 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-07-21 21:33:42 +00:00
bchristiansen
2547abcf21 Made showgrid's, and other's, arguments case-insensitive. (David Chin)
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@135 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-07-21 21:27:06 +00:00
bchristiansen
06a80120b0 fix for preventing users from setting system priority on their own jobs (Bas van der Vlies)
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@134 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-07-21 14:35:56 +00:00
bchristiansen
0b1168a162 updated CHANGELOG
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@133 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-04-30 15:14:38 +00:00
bchristiansen
b0f4f7e712 Fix for broken - Alexis Cousein
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@132 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-04-30 14:59:45 +00:00
bchristiansen
2267640e03 Fixed fprintf comipler warnings
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@131 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-02-23 17:48:41 +00:00
bchristiansen
0921a1ef39 Fixed memset_chk compiler errors. (Denis Pynkin)
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@130 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-02-23 17:46:36 +00:00
bchristiansen
eb911536f1 changelog update
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@126 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-02-19 19:59:45 +00:00
bchristiansen
1d14d34e1e updated configure.ac because RMNMHOST didn't exist. Fixed mkdirs and commented out links in src/server/Makefile
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@125 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-02-19 19:48:13 +00:00
bchristiansen
1cc6864e13 updated version information to 3.3
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@124 3f5042e3-fb1d-0410-be18-d6ca2573e517
2010-02-19 18:54:21 +00:00
bchristiansen
346bf319ab removed unreferenced src/mcom/Makefile.in
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@120 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-10-13 22:24:06 +00:00
bchristiansen
41e429a5f1 INCR: updated version information
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@119 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-10-12 20:02:27 +00:00
bchristiansen
84de353373 FEATURE: Added RMCFG[] ASYNCJOBSTART=TRUE for asynchronous job starts in pbs.
Problem Ref:	MAUI + TORQUE JOB START RATE
Organization:	NA
Contact:	NA



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@115 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-09-10 17:16:46 +00:00
bchristiansen
10fcf052f8 INCR: updated msched-version.h to maui-3.2.6p21
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@114 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-09-08 22:17:58 +00:00
bchristiansen
81266a4495 INCR: Added StartTime and CompletionTime to Gold Charge
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@113 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-07-14 17:25:32 +00:00
bchristiansen
9c2b651d27 FIX: fixed backfill issue with SINGLEJOB NODEACCESSPOLICY.
Organization:	University of Tromso
Contact:	Roy Dragseth



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@112 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-06-02 21:09:42 +00:00
bchristiansen
fadf3ede89 INCR: N->{A|C}Res.Swap is overcommitted with N->CRes.Swap instead of N->CRes.Mem.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@111 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-03-18 16:08:51 +00:00
bchristiansen
09483ca983 INCR: updated changelog for swap change.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@110 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-02-17 21:11:35 +00:00
bchristiansen
bf96cf5c8e FIX: Fix changing Configured Swap
Problem Ref:	2956
Organization:	CSIRO
Contact:	Gareth Williams



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@109 3f5042e3-fb1d-0410-be18-d6ca2573e517
2009-02-13 18:53:54 +00:00
bchristiansen
9cbaa08be7 Fix for compiling with x86_64 systems and fix for -O2 optimiztions issues in server client communication.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@108 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-12-09 20:54:30 +00:00
bchristiansen
788393f8ac INCR: Added maui + slurm checksum fix to CHANGELOG.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@107 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-22 20:14:47 +00:00
bchristiansen
4c4b50ab53 FIX: Fixed wrong size of buffer being passed into MSecGetCheckSum. Should be strlen(buffer). Eygene Ryabinkin found this using slumr and authtype checksum.
Problem Ref:	FIX FOR THE WIKI AUTHENTICATION (SLURM CASE)
Organization:	Eygene Ryabinkin
Contact:	Eygene Ryabinkin



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@106 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-22 20:08:42 +00:00
bchristiansen
52dd85139f INCR: Changed VERSION number in header.cfgs.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@105 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-20 15:57:46 +00:00
bchristiansen
c05218dd3f INCR: changed patch version from 20 to 21 in README
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@104 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-20 15:26:37 +00:00
bchristiansen
f4fcd02470 INCR: added statement about adding DBG(3,fALL) to CHANGELOG
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@103 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-20 15:21:38 +00:00
bchristiansen
e8f8a4df96 INCR: Added DBG(3,fALL) to lone DPrint states since it was flooding log file for Michael Barnes
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@102 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-06 21:29:19 +00:00
bchristiansen
846d1626e1 INCR: Updated CHANGELOG - brought last patches to patch 20 instead of 21
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@101 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-03 21:33:52 +00:00
bchristiansen
94e68ebbba INCR: Updated CHANGELOG with new patche info.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@100 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-03 21:14:15 +00:00
bchristiansen
0d182829d2 FEATURE: PATCH:Eygene Ryabinkin - Fitting job into partition that works.
Problem Ref:	[MAUIUSERS] PATCH FOR DEFAULT PARTITION HANDLING
Organization:	Eygene
Contact:	Eygene Ryabinkin



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@99 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-10-03 21:02:55 +00:00
bchristiansen
479cb2138a FIX: Added a check in UIClusterShow to prevent segfaults. Also stopped showing GLOBAL node.
Organization:	Tom Rudwick
Contact:	tomr@intrinsity.com



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@98 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-08-29 18:07:25 +00:00
bchristiansen
1fed3bb736 FEATURE: Applied patch that reads in -l resources_list: software as a generic resource (pbs)
Organization:	tomr@intrinsity.com
Contact:	Tom Rudwick



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@97 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-08-29 18:03:57 +00:00
bchristiansen
b7592c8bb1 FIX: added space in MCred.c in MUSNPrintf's and printing problem in MSUSendData()
Problem Ref:	MAUI PATCH
Organization:	Eygene Ryabinkin
Contact:	Eyegene Ryabinkin



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@96 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-06-12 16:26:20 +00:00
bchristiansen
d598ba45be Added FSSECONDARYGROUPS - maps unix groups to fair share groups.
Added IGNPBSGROUPLIST - ignores 'qsub -W group_list=<value>'. 
Contributed by Bas van der Vlies (SARA).



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@95 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-05-26 20:17:27 +00:00