Fix CIDs 1183-1186 (same as r20186 -- just missed the fact that there
were several more CIDs on the same source line before I committed). This commit was SVN r20187. The following SVN revision numbers were found above: r20186 --> open-mpi/ompi@423cce4b0a
Этот коммит содержится в:
родитель
423cce4b0a
Коммит
c23f8e3981
@ -478,7 +478,7 @@ int opal_dss_print_pstat(char **output, char *prefix, opal_pstats_t *src, opal_d
|
||||
}
|
||||
|
||||
asprintf(output, "%snode: %s rank: %d pid: %d cmd: %s state: %c pri: %d #threads: %d Processor: %d\n"
|
||||
"%s\ttime: %lu VMsize: %lu PeakVMSize: %lu RSS: %lu Share: %" PRIu64 "\n",
|
||||
"%s\ttime: %" PRIu64 " VMsize: %" PRIu64 " PeakVMSize: %" PRIu64 " RSS: %" PRIu64 " Share: %" PRIu64 "\n",
|
||||
prefx, src->node, src->rank, src->pid, src->cmd, src->state, src->priority, src->num_threads, src->processor,
|
||||
prefx, src->time, src->vsize, src->peak_vsize, src->rss, src->shared_size);
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user