This is related to how pid files are output by CitcomS.
The pid file is output by module/setProperties.c, which is the bridge between
Pyre inventory and CitcomS' C data structure. Some components (e.g. Controller,
Launcher, etc.) do not have a C counterpart, and their inventories are not
output to pid files.
The best way to solve this problem is to output pid file from Pyre. In the mean
time, I just hecked the code to give a quick fix (r5915).
|