From 443a98f0ec0f512d965f75ded0f2cfc11753ec26 Mon Sep 17 00:00:00 2001 From: wightman Date: Wed, 28 Sep 2005 19:00:03 +0000 Subject: [PATCH] log statements for class info git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@35 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- src/moab/MPBSI.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/moab/MPBSI.c b/src/moab/MPBSI.c index e1006e6..cfa3fcb 100644 --- a/src/moab/MPBSI.c +++ b/src/moab/MPBSI.c @@ -1537,6 +1537,11 @@ int MPBSLoadQueueInfo( if (IsGlobal == TRUE) { + DBG(3,fPBS) DPrint("INFO: class to node not mapping enabled for queue '%s' adding class to all nodes\n", + QP->name); + + IsGlobal = FALSE; + /* add class to all nodes not listed in ACLHosts */ for (nindex = 0;nindex < MAX_MNODE;nindex++)