git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@10 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
dev 2005-07-13 22:13:19 +00:00
parent 37fd2eb6bf
commit 02e6eefd2b
3 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,12 @@ Maui 3.2.6p14
- Added support for NODEMEMOVERCOMMITFACTOR on TORQUE
- Integrated latest DOE S3 communications library
- Cleaned up showconfig output
- Corrected multiple memory errors
- Fixed security initialization
- Fixed feature based reservation checkpoint recovery
- Improved command line arg handling
Maui 3.2.6p11
Scalability

View File

@ -620,7 +620,7 @@ int ServerProcessArgs(
if (ArgV[index] == NULL)
break;
MSched.Argv[index] = ArgV[index];
MUStrDup(&MSched.Argv[index],ArgV[index]);
} /* END for (index) */
MSched.Argv[index] = NULL;

View File

@ -9463,6 +9463,9 @@ int ConfigShow(
{
Q = &MQOS[qindex];
if (Q->Name[0] == '\0')
break;
MQOSConfigShow(Q,Vflag,PIndex,ptr,MAX_MBUFFER);
} /* END for (qindex) */