fixed bug with generic floating resource tracking
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@48 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
parent
6f9e440ec3
commit
d69a39ead7
@ -2,6 +2,7 @@ Maui 3.2.6p14
|
||||
|
||||
Features
|
||||
|
||||
- Fixed bug with floating generic resource tracking
|
||||
- Added support for NODEMEMOVERCOMMITFACTOR on TORQUE
|
||||
- Integrated latest DOE S3 communications library
|
||||
- Cleaned up showconfig output
|
||||
|
@ -1 +1 @@
|
||||
#define MSCHED_VERSION "maui-3.2.6p14-snap.1130608625"
|
||||
#define MSCHED_VERSION "maui-3.2.6p14-snap.1131673836"
|
||||
|
@ -9628,7 +9628,7 @@ int MJobGetNRange(
|
||||
}
|
||||
else
|
||||
{
|
||||
if (N->RM->Type == mrmtLL)
|
||||
if ((N->RM != NULL) && (N->RM->Type == mrmtLL))
|
||||
{
|
||||
if (RQ->NodeCount > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user