Skip to content

Commit f39d193

Browse files
committed
only gather RM info for parallel attach
1 parent 890086a commit f39d193

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/STAT_FrontEnd.C

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -640,15 +640,15 @@ StatError_t STAT_FrontEnd::launchDaemons()
640640
printMsg(STAT_LMON_ERROR, __FILE__, __LINE__, "Failed to get Process Table\n");
641641
return STAT_LMON_ERROR;
642642
}
643-
} /* if (applicationOption_ != STAT_SERIAL_ATTACH) */
644643

645-
/* Get the resource manager information from LaunchMON */
646-
lmonRet = LMON_fe_getRMInfo(lmonSession_, &lmonRmInfo_);
647-
if (lmonRet != LMON_OK)
648-
{
649-
printMsg(STAT_LMON_ERROR, __FILE__, __LINE__, "Failed to get RM Info\n");
650-
return STAT_LMON_ERROR;
651-
}
644+
/* Get the resource manager information from LaunchMON */
645+
lmonRet = LMON_fe_getRMInfo(lmonSession_, &lmonRmInfo_);
646+
if (lmonRet != LMON_OK)
647+
{
648+
printMsg(STAT_LMON_ERROR, __FILE__, __LINE__, "Failed to get RM Info\n");
649+
return STAT_LMON_ERROR;
650+
}
651+
} /* if (applicationOption_ != STAT_SERIAL_ATTACH) */
652652

653653
printMsg(STAT_LOG_MESSAGE, __FILE__, __LINE__, "Gathering application information\n");
654654

0 commit comments

Comments
 (0)