Skip to Content.
Sympa Menu

charm - Re: [charm] Compilation error for Bluegene/Q

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Compilation error for Bluegene/Q


Chronological Thread 
  • From: Nikhil Jain <nikhil.jain AT acm.org>
  • To: Nikhil Jain <nikhil.jain AT acm.org>
  • Cc: Jingjie Yeo <yeojj AT mit.edu>, "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Compilation error for Bluegene/Q
  • Date: Mon, 02 May 2016 13:04:11 -0700

Hi Jingjie,

Thats right. This system seems to be running old software.

Assuming you are running NAMD 2.11 which ships with Charm 6.7.0, following steps should get you a Charm with that commit reverted:

git clone https://charm.cs.illinois.edu/gerrit/charm
cd charm
git checkout charm-6.7.0
git revert e223cf64a5f1c08b00e17d3b8dfd938062fbbbba

Hope this works.

--Nikhil

Nikhil Jain
May 2, 2016 at 11:45 Hello Jingjie,

Kernel_GetMapping function was released as part of BG/Q system driver version V1R2M1 more than an year ago. It seems like the Blue Gene/Q system you are on was not updated for this release. Can you tell us which BG/Q system are you running on?

More history on this issue can be found here:
https://charm.cs.illinois.edu/redmine/issues/374#change-5023

The commit that enabled these changes can be viewed here:
https://charm.cs.illinois.edu/gerrit/#/c/422/

Easiest way to compile Charm++ if this is the only issue would be by reverting this commit:
git revert e223cf64a5f1c08b00e17d3b8dfd938062fbbbba

--Nikhil





--
Nikhil Jain, Ph.D.
Postdoctoral Fellow, Lawrence Livermore National Laboratory
nikhil.jain AT acm.org, http://nikhil-jain.github.io/



Archive powered by MHonArc 2.6.16.

Top of Page