Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Projections tool usage

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Projections tool usage


Chronological Thread 
  • From: "Kale, Laxmikant V" <kale AT illinois.edu>
  • To: "Robson, Michael P" <mprobson AT illinois.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] Projections tool usage
  • Date: Tue, 4 Nov 2014 17:36:26 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

I don’t think you could expect to get usable traces from a program that abnormally terminated. You may get lucky and get them, but there is no guarantee. 

— sanjay

On Nov 4, 2014, at 11:14 AM, Michael Robson <mprobson AT illinois.edu> wrote:

Hello,

Do you see any *.log files generated in addition to the .sts file? Usually these are written when the application completes whereas the .sts file is created much earlier in the application lifetime. In general you'll need the application to terminate correctly in order to collect logs. The projections manual mentions Online Live Analysis in Section 2.3.13 (see here: http://charm.cs.illinois.edu/manuals/html/projections/manual-1p.html#SECTION002313000000000000000) but I have not used it. I'd suggest looking at the sections on selective tracing and +logsize for controlling when logs are generated and how large they are.

Sincerely,
Michael

On Tue, Nov 4, 2014 at 10:52 AM, Vijayasarathy Kannan <kvijay AT vt.edu> wrote:
Hi,

I am trying to do some analysis and debugging on my application. It seemed that the projections tool can be used even when the application terminates abruptly but did not work for me. For example, I compiled my application with "-tracemode projections" on and ran it. The app terminated due to some issues and when I opened the projections tool using the ".sts" file generated, there were no options available on the tool.

Does the application need to have completed successfully for the projections tool to be used? Also, is it possible to run the tool during the execution of the application?

Thanks.

_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm

_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl


_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm

-----
Laxmikant (Sanjay) Kale         http://charm.cs.uiuc.edu
Professor, Computer Science     kale AT illinois.edu
201 N. Goodwin Avenue           Ph:  (217) 244-0094
Urbana, IL  61801-2302          FAX: (217) 265-6582







Archive powered by MHonArc 2.6.16.

Top of Page