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
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
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
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
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
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
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
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
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
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
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
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
wightman
1e406f2f46
move things over MUSNPrintF()
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@94 3f5042e3-fb1d-0410-be18-d6ca2573e517
2008-04-11 15:35:50 +00:00
josh
2b53c6eac6
FEATURE: Maui now detaches from the terminal when it is in a daemonizing mode
...
Organization: Mauiusers List
Contact: Stanislav Ievlev
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@92 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-08-13 21:38:31 +00:00
josh
f8f49a33ae
FIX: fixed the construction of a group fairshare component when percent based fairshare is enabled
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@90 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-06-27 20:04:10 +00:00
josh
36a8b3cc42
FIX: fixed bug with generic consumable floating resources and typos in MPBSI.c
...
Description: The fixes for these bugs were submitted in a patch by Jeffery B. Reed.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@88 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-06-27 20:01:37 +00:00
josh
e6a0157bd8
FIX: fixed security bug and also a problem with resource policy ExtendViolationTime
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@86 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-04-18 18:08:06 +00:00
josh
0ff243e826
Subject: fixed bug in MFSProcessOConfig and MPLoadTrace (patches submitted by communitiy)
...
Category: fix
Problem Ref:
Organization:
Contact: Ake Sandgren
Description: # Enter a detailed description including how the issue was resolved, why it was necessary, customer impact, etc.
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@85 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-03-28 20:04:48 +00:00
josh
c4e34d22dd
FIX: applied patch to allow nodelist a proper creation
...
Contact: Toni Harbaugh-Blackford
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@84 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-02-14 19:53:30 +00:00
jacksond
d9ff436021
INCR: add ddisk support as RM extension
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@83 3f5042e3-fb1d-0410-be18-d6ca2573e517
2007-02-06 01:47:06 +00:00
josh
ed61d83031
applied patch sent by Peter Gardfjaell
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@79 3f5042e3-fb1d-0410-be18-d6ca2573e517
2006-12-05 19:57:14 +00:00
josh
d8dce4e225
fixed Ake Sandgren's segfault report
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@77 3f5042e3-fb1d-0410-be18-d6ca2573e517
2006-11-29 20:37:52 +00:00
wightman
e02cc1aac5
fix
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@76 3f5042e3-fb1d-0410-be18-d6ca2573e517
2006-11-21 14:50:52 +00:00
wightman
3dfc02547b
patch from Yaroslav Halchenko for NODECFG[] MAXPROCPERUSER
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@75 3f5042e3-fb1d-0410-be18-d6ca2573e517
2006-11-21 05:31:19 +00:00
josh
ffe444f8d9
switch to patch 18
...
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@73 3f5042e3-fb1d-0410-be18-d6ca2573e517
2006-11-20 17:04:44 +00:00