AMPI #1581: fix broken implementation of MPI_Get_accumulate
[charm.git] / doc / projections / ccs_streaming.tex
blobf803b8a5bc0ee2eac60f5e2de793da8eb2f49db3
1 Projections provides a continuous performance monitoring tool - CCS streaming.
2 Different from other tools discussed above, which are used to visualize post-mortem data,
3 ccs streaming visualizes the running programs. In order to use it, the Charm++
4 program needs to be linked with \textbf{-tracemode utilization}.
5 The command line needs to include "++server ++server-port 2345". "2345" is
6 the socket port number on server side.
7 In projections ccs streaming tool, the port number should be same with that on server side.