Skip to Content.
Sympa Menu

charm - [charm] Bug in charmc

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Bug in charmc


Chronological Thread 
  • From: Nels John Frazier <nfrazie1 AT uwyo.edu>
  • To: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: [charm] Bug in charmc
  • Date: Tue, 26 Jul 2016 17:20:53 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=nfrazie1 AT uwyo.edu;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

I'm working with charm 6.7.1 and ran across a bug in charmc/charmxi.


I have a .ci file with 458 modules in it, that look like this:


module par65800151
{
    PUPable par65800151;
}

When I have more than 334 of these modules in the .ci file, I get the following error when trying to compile:

charm/bin/charmc  ../generated_code/charm_diversions/parcels.ci
charm/bin/charmc: line 192: 14547 Segmentation fault      (core dumped) charm/bin/charmxi -orig-file ../generated_code/charm_diversions/parcels.ci
Fatal Error by charmc in directory management/build
   Command charm/bin/charmxi -orig-file ../generated_code/charm_diversions/parcels.ci returned error code 139
charmc exiting...


With 334 or less modules, it compiles fine.


Nels Frazier




Archive powered by MHonArc 2.6.16.

Top of Page