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: Jingjie Yeo <yeojj AT mit.edu>
  • To: Nikhil Jain <nikhil.jain AT acm.org>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Compilation error for Bluegene/Q
  • Date: Tue, 3 May 2016 18:55:51 +0000
  • Accept-language: en-US

Hi Nikhil,

Thank you so much for your help, so far I have been able to compile NAMD 2.11 perfectly and I will proceed to test it on the system. Your help has been invaluable and I really appreciate it very much.

Best Regards,
Jingjie

On 2 May 2016, at 4:04 PM, Nikhil Jain <nikhil.jain AT acm.org> wrote:

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