sync
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@10 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
parent
37fd2eb6bf
commit
02e6eefd2b
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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) */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user