Skip to Content.
Sympa Menu

charm - Re: [charm] ampirun error

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] ampirun error


Chronological Thread 
  • From: <alberto.ortiz09 AT gmail.com>
  • To: alberto.ortiz09 AT gmail.com,charm AT lists.cs.illinois.edu
  • Subject: Re: [charm] ampirun error
  • Date: Wed, 11 Jan 2017 09:48:23 -0600

I forgot to include the beginning of the execution made line by line with gdb:

(gdb) break 1
Breakpoint 1 at 0x576b64: file main.C, line 1.
(gdb) run
Starting program: /home/artico1/Desktop/AMPI_programs/helloAMPI

Breakpoint 1, main (argc=1, argv=0x7fffffffdcd8) at main.C:13
13 int stack_top=0;
(gdb) next
14 memory_stack_top = &stack_top;
(gdb) next
18 ConverseInit(argc, argv, (CmiStartFn) _initCharm, 0, 0);
(gdb) next
Charm++: standalone mode (not using charmrun)
Charm++> Running in non-SMP mode: numPes 1
Converse/Charm++ Commit ID:
Charm++> scheduler running in netpoll mode.
CharmLB> Load balancer assumes all CPUs are same.
Charm++> Running on 1 unique compute nodes (3-way SMP).
Charm++> cpu topology info is gathered in 0.004 seconds.
[0] Assertion "getMsgtype() == ForArrayEltMsg || getMsgtype() ==
ArrayEltInitMsg" failed in file envelope.h line 477.
------------- Processor 0 Exiting: Called CmiAbort ------------
Reason: Assertion "getMsgtype() == ForArrayEltMsg || getMsgtype() ==
ArrayEltInitMsg" failed in file envelope.h line 477.

It then gives the traceback included in the previous post.



Archive powered by MHonArc 2.6.19.

Top of Page