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:
dev 2005-12-12 23:09:30 +00:00
parent 6f9e440ec3
commit d69a39ead7
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
#define MSCHED_VERSION "maui-3.2.6p14-snap.1130608625"
#define MSCHED_VERSION "maui-3.2.6p14-snap.1131673836"

View File

@ -9628,7 +9628,7 @@ int MJobGetNRange(
}
else
{
if (N->RM->Type == mrmtLL)
if ((N->RM != NULL) && (N->RM->Type == mrmtLL))
{
if (RQ->NodeCount > 0)
{