Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Files sts

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Files sts


Chronological Thread 
  • From: Márcia Silva <marcianasare AT gmail.com>
  • To: Phil Miller <mille121 AT illinois.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] Files sts
  • Date: Fri, 2 Sep 2011 11:35:13 -0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hi

When I use -tracemode projections, occur:

gcc: projections: Arquivo ou diretório não encontrado
gcc: unrecognized option '-tracemode'

When I use ./charmrun with +bglog I can generate the file .log, but Projections need of files sts for show graphics right? So, how I will use this files?

Thank you.


On Fri, Sep 2, 2011 at 11:21 AM, Phil Miller <mille121 AT illinois.edu> wrote:
On Fri, Sep 2, 2011 at 04:33, Márcia Silva <marcianasare AT gmail.com> wrote:
> I am trying use Projections but I can't show the files sts. I do a
> simulation  with IS of benchmark NAS as follow:
> mpicc -o is is.c
> But the files aren't generate.
> What I am doing wrong?

.sts files are generated by running a charm++ or AMPI program linked
with the option '-tracemode projections'. I can't even tell if you're
compiling is.c as plain MPI or AMPI from what you show, and you don't
mention actually executing the binary at all.

Once you have run a program with Projections tracing enabled, the .sts
file just contains metadata. The actual traces will be in files named
is.<processor>.log.

Phil




Archive powered by MHonArc 2.6.16.

Top of Page