Skip to Content.
Sympa Menu

charm - Re: [charm] unsuccessful build of charm

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] unsuccessful build of charm


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Bo Zhang <zhang416 AT indiana.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] unsuccessful build of charm
  • Date: Wed, 28 Aug 2013 10:11:23 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

If you drop the 'gcc' option, the build will use the standard Cray cc/CC/ftn compiler wrappers, that include the appropriate header/library paths automatically.

If you specifically want your code compiled with with GNU compilers, I suggest swapping out the current PrgEnv-* (cray,intel,pgi) module with PrgEnv-gnu


On Wed, Aug 28, 2013 at 9:50 AM, Bo Zhang <zhang416 AT indiana.edu> wrote:
Dear developing team: 

This is Bo Zhang from Indiana University. I am trying to install charm++ in my local directory on a Cray XE6/XK7 machine. The build line used is 

./build charm++ gemini_gni-crayxe gcc      -j16  --with-production

The error I encountered is

In file included from isomalloc.c:64:0:
mempool.h:9:21: fatal error: gni_pub.h: No such file or directory
 #include "gni_pub.h"
                     ^
compilation terminated.

I would appreciate your suggestions on resolving this issue. 

Sincerely, 

Bo 

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





Archive powered by MHonArc 2.6.16.

Top of Page