Commit Graph

  • 6888fcd7f3 fixed a showq -r segv when user only request for node property master trunk home/master bas 2013-09-11 08:57:08 +0000
  • d2f4f78302 applied client socket patch from Jonathan Barber bas 2012-10-11 13:33:54 +0000
  • db939c837c Showstats segfaults when using compiler optimization bas 2012-10-04 08:36:35 +0000
  • d1d765f2b6 Creating a branch for stuff I work on outside of trunk before it's accepted and committed to trunk maui_jasonw_at_jhu jasonw 2011-10-03 13:52:06 +0000
  • bb6c2dd88a added a patch for diagnose -f to allow an argument: * -f [user|group|acct|class|qos] bas 2011-04-12 09:14:51 +0000
  • 0efe0c2f0e Changed version to 3.3.2 bchristiansen 2011-03-04 16:24:58 +0000
  • be5e67355d Creating 3.3.1 branch 3.3.1 bchristiansen 2011-03-04 16:16:48 +0000
  • e0baa93dc8 Changed version to 3.3.1 bchristiansen 2011-03-04 16:00:09 +0000
  • aa37fa7509 Added UseMachineSpeedForFS patch from Robin Roth bchristiansen 2011-03-03 05:02:54 +0000
  • 1c4f2e31ce Fixed 'showq -r' to show the correct values when NODEALLOCMAXPS is set to TRUE bas 2010-08-10 12:56:35 +0000
  • 6d593e6dff - Patch to fix SYSTEMMAXJOBWALLTIME, SYSTEMMAXPROCPERJOB, and SYSTEMMAXPROCSECONDPERJOB which previously no-op'ed jasonw 2010-08-06 17:36:19 +0000
  • dd3243e79f - update CHANGELOG - added debug messages and a check for glibc return codes from vsnprintf to MUSNPrintF() jasonw 2010-08-06 15:47:47 +0000
  • 2c93b33b5f Changed all remaining mallocs to callocs. jasonw 2010-08-06 13:36:50 +0000
  • 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. jasonw 2010-08-03 21:21:42 +0000
  • 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. jasonw 2010-08-03 14:32:11 +0000
  • bf8743a61a - all the mallocs in the MResAdjustDRes() function should really be checked independently for success or failure instead of just the CRE malloc jasonw 2010-08-02 18:24:51 +0000
  • 5eaf1487c6 git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@139 3f5042e3-fb1d-0410-be18-d6ca2573e517 jasonw 2010-07-27 15:43:24 +0000
  • 6489c74bf0 Patch to fix SYSTEMMAXJOBWALLTIME, SYSTEMMAXPROCPERJOB, and SYSTEMMAXPROCSECONDPERJOB which previously no-op'ed jasonw 2010-07-22 21:04:11 +0000
  • 90b28d2858 cygwin readme bchristiansen 2010-07-21 21:34:53 +0000
  • fe6e2752b3 cygwin porting bchristiansen 2010-07-21 21:33:42 +0000
  • 2547abcf21 Made showgrid's, and other's, arguments case-insensitive. (David Chin) bchristiansen 2010-07-21 21:27:06 +0000
  • 06a80120b0 fix for preventing users from setting system priority on their own jobs (Bas van der Vlies) bchristiansen 2010-07-21 14:35:56 +0000
  • 0b1168a162 updated CHANGELOG bchristiansen 2010-04-30 15:14:38 +0000
  • b0f4f7e712 Fix for broken - Alexis Cousein bchristiansen 2010-04-30 14:59:45 +0000
  • 2267640e03 Fixed fprintf comipler warnings bchristiansen 2010-02-23 17:48:41 +0000
  • 0921a1ef39 Fixed memset_chk compiler errors. (Denis Pynkin) bchristiansen 2010-02-23 17:46:36 +0000
  • 7e90c14f28 create 3.3 branch from trunk 3.3 bchristiansen 2010-02-19 20:07:04 +0000
  • eb911536f1 changelog update bchristiansen 2010-02-19 19:59:45 +0000
  • 1d14d34e1e updated configure.ac because RMNMHOST didn't exist. Fixed mkdirs and commented out links in src/server/Makefile bchristiansen 2010-02-19 19:48:13 +0000
  • 1cc6864e13 updated version information to 3.3 bchristiansen 2010-02-19 18:54:21 +0000
  • 60b8206550 checking in configure script compiled with autoconf 2.57. 2.61 broke things. 4.0 bchristiansen 2010-02-06 20:12:23 +0000
  • 1820100f41 updated configure.ac because RMNMHOST didn't exist. Fixed mkdirs and commented out links in src/server/Makefile bchristiansen 2009-10-14 18:34:54 +0000
  • 01ee36a6fd removed unreferenced src/mcom/Makefile.in bchristiansen 2009-10-14 14:38:56 +0000
  • 346bf319ab removed unreferenced src/mcom/Makefile.in bchristiansen 2009-10-13 22:24:06 +0000
  • 41e429a5f1 INCR: updated version information bchristiansen 2009-10-12 20:02:27 +0000
  • 21cbfb125c INCR: more version updates bchristiansen 2009-09-10 18:08:06 +0000
  • 7edd0ccb30 INCR: updated version information bchristiansen 2009-09-10 18:00:30 +0000
  • 189329a8e7 creating 4.0 branch from trunk bchristiansen 2009-09-10 17:22:12 +0000
  • 84de353373 FEATURE: Added RMCFG[] ASYNCJOBSTART=TRUE for asynchronous job starts in pbs. Problem Ref: MAUI + TORQUE JOB START RATE Organization: NA Contact: NA bchristiansen 2009-09-10 17:16:46 +0000
  • 10fcf052f8 INCR: updated msched-version.h to maui-3.2.6p21 bchristiansen 2009-09-08 22:17:58 +0000
  • 81266a4495 INCR: Added StartTime and CompletionTime to Gold Charge bchristiansen 2009-07-14 17:25:32 +0000
  • 9c2b651d27 FIX: fixed backfill issue with SINGLEJOB NODEACCESSPOLICY. Organization: University of Tromso Contact: Roy Dragseth bchristiansen 2009-06-02 21:09:42 +0000
  • fadf3ede89 INCR: N->{A|C}Res.Swap is overcommitted with N->CRes.Swap instead of N->CRes.Mem. bchristiansen 2009-03-18 16:08:51 +0000
  • 09483ca983 INCR: updated changelog for swap change. bchristiansen 2009-02-17 21:11:35 +0000
  • bf96cf5c8e FIX: Fix changing Configured Swap Problem Ref: 2956 Organization: CSIRO Contact: Gareth Williams bchristiansen 2009-02-13 18:53:54 +0000
  • 9cbaa08be7 Fix for compiling with x86_64 systems and fix for -O2 optimiztions issues in server client communication. bchristiansen 2008-12-09 20:54:30 +0000
  • 788393f8ac INCR: Added maui + slurm checksum fix to CHANGELOG. bchristiansen 2008-10-22 20:14:47 +0000
  • 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 bchristiansen 2008-10-22 20:08:42 +0000
  • 52dd85139f INCR: Changed VERSION number in header.cfgs. bchristiansen 2008-10-20 15:57:46 +0000
  • c05218dd3f INCR: changed patch version from 20 to 21 in README bchristiansen 2008-10-20 15:26:37 +0000
  • f4fcd02470 INCR: added statement about adding DBG(3,fALL) to CHANGELOG bchristiansen 2008-10-20 15:21:38 +0000
  • e8f8a4df96 INCR: Added DBG(3,fALL) to lone DPrint states since it was flooding log file for Michael Barnes bchristiansen 2008-10-06 21:29:19 +0000
  • 846d1626e1 INCR: Updated CHANGELOG - brought last patches to patch 20 instead of 21 bchristiansen 2008-10-03 21:33:52 +0000
  • 94e68ebbba INCR: Updated CHANGELOG with new patche info. bchristiansen 2008-10-03 21:14:15 +0000
  • 0d182829d2 FEATURE: PATCH:Eygene Ryabinkin - Fitting job into partition that works. Problem Ref: [MAUIUSERS] PATCH FOR DEFAULT PARTITION HANDLING Organization: Eygene Contact: Eygene Ryabinkin bchristiansen 2008-10-03 21:02:55 +0000
  • 479cb2138a FIX: Added a check in UIClusterShow to prevent segfaults. Also stopped showing GLOBAL node. Organization: Tom Rudwick Contact: tomr@intrinsity.com bchristiansen 2008-08-29 18:07:25 +0000
  • 1fed3bb736 FEATURE: Applied patch that reads in -l resources_list: software as a generic resource (pbs) Organization: tomr@intrinsity.com Contact: Tom Rudwick bchristiansen 2008-08-29 18:03:57 +0000
  • 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 bchristiansen 2008-06-12 16:26:20 +0000
  • 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). bchristiansen 2008-05-26 20:17:27 +0000
  • 1e406f2f46 move things over MUSNPrintF() wightman 2008-04-11 15:35:50 +0000
  • d4090c46e8 FIX: added 64-bit detection to Maui configure script if uname -m reports 64-bit architecture josh 2007-10-09 15:40:54 +0000
  • 2b53c6eac6 FEATURE: Maui now detaches from the terminal when it is in a daemonizing mode Organization: Mauiusers List Contact: Stanislav Ievlev josh 2007-08-13 21:38:31 +0000
  • 869ce69e6b FORMAT: added some new names to CHANGELOG josh 2007-06-27 20:06:53 +0000
  • f8f49a33ae FIX: fixed the construction of a group fairshare component when percent based fairshare is enabled josh 2007-06-27 20:04:10 +0000
  • 95c2e6c639 FORMAT: added new items to changelog josh 2007-06-27 20:03:21 +0000
  • 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. josh 2007-06-27 20:01:37 +0000
  • 81fb762cff FIX: changed versioning to patch 20 josh 2007-04-18 18:28:52 +0000
  • e6a0157bd8 FIX: fixed security bug and also a problem with resource policy ExtendViolationTime josh 2007-04-18 18:08:06 +0000
  • 0ff243e826 Subject: fixed bug in MFSProcessOConfig and MPLoadTrace (patches submitted by communitiy) josh 2007-03-28 20:04:48 +0000
  • c4e34d22dd FIX: applied patch to allow nodelist a proper creation Contact: Toni Harbaugh-Blackford josh 2007-02-14 19:53:30 +0000
  • d9ff436021 INCR: add ddisk support as RM extension jacksond 2007-02-06 01:47:06 +0000
  • a07200ab06 FEATURE: added startup script for RedHat Contact: Dave Chin Description: Dave Chin contributed this trivial modification to the Maui startup script on-line josh 2007-01-25 21:01:11 +0000
  • f9c9dd4d8f FEATURE: added new SUSE startup script Description: script was partially contributed by Stephen Cary (srcary@us.ibm.com) josh 2007-01-24 23:31:29 +0000
  • 752e55737d updated CHANGELOG josh 2006-12-05 19:58:41 +0000
  • ed61d83031 applied patch sent by Peter Gardfjaell josh 2006-12-05 19:57:14 +0000
  • 55d07dfb18 change update josh 2006-11-29 20:38:43 +0000
  • d8dce4e225 fixed Ake Sandgren's segfault report josh 2006-11-29 20:37:52 +0000
  • e02cc1aac5 fix wightman 2006-11-21 14:50:52 +0000
  • 3dfc02547b patch from Yaroslav Halchenko for NODECFG[] MAXPROCPERUSER wightman 2006-11-21 05:31:19 +0000
  • 564449aa7b version change josh 2006-11-20 17:05:34 +0000
  • ffe444f8d9 switch to patch 18 josh 2006-11-20 17:04:44 +0000
  • 245cf417ee small patches for RM->EPort and MADMINHOSTS wightman 2006-11-17 16:56:07 +0000
  • 639302b96d enable NODEALLOCMAXPS (patch from Bas van der Vlies) wightman 2006-11-17 16:44:51 +0000
  • f07c10a297 fix for a buffer overflow josh 2006-10-23 16:40:29 +0000
  • 84d58a74bd added fixes submitted by Ake Sandgren josh 2006-10-20 20:32:05 +0000
  • 4ab5e6f67c fix wightman 2006-09-06 16:40:07 +0000
  • 8f1cc9886a enable PercentBasedFS wightman 2006-09-04 16:35:35 +0000
  • 6ce33ce9fd fixed-up suspension bug josh 2006-08-17 23:12:48 +0000
  • d0affc45b8 final configure fixes for old openpbs buildsystem gstaples 2006-07-22 00:59:04 +0000
  • ab503d1282 Fix --with-pbs for old openpbs-style build system gstaples 2006-07-22 00:41:52 +0000
  • 2be518b826 Report the correct unsupported OS gstaples 2006-07-13 22:53:31 +0000
  • 26c6561aae Fix OS and OPSYS var handling in configure gstaples 2006-07-12 23:45:25 +0000
  • b910ca92cd Fix searching for pbs-config and bump version gstaples 2006-06-21 23:02:34 +0000
  • a5491764e3 Rearrange linking order gstaples 2006-06-21 23:00:15 +0000
  • 8eb5742224 version changes for p16 dev 2006-05-23 19:53:52 +0000
  • 88b9c77a30 Make sure 'make distclean' removes everything it should. gstaples 2006-05-23 19:40:43 +0000
  • 5a0d0b0fc4 updated versioning and copyright's for p15 dev 2006-05-23 19:39:40 +0000
  • 83b29b0736 Create top-level bin and lib dirs if missing and really clean bin files. gstaples 2006-05-23 19:10:59 +0000
  • 13f1591abe readying for p15 dev 2006-05-22 22:24:32 +0000
  • b6a1fae222 Support TORQUE-2.1's build system gstaples 2006-05-11 21:07:41 +0000