Skip to Content.
Sympa Menu

charm - Re: [charm] AtomicQueue to large on PowerPC

charm AT lists.siebelschool.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] AtomicQueue to large on PowerPC


Chronological Thread 
  • From: Michael Robson <mprobson AT illinois.edu>
  • To: Robert Sawko <RSawko AT uk.ibm.com>, "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Cc: Sameer Kumar12 <sameer_km AT in.ibm.com>
  • Subject: Re: [charm] AtomicQueue to large on PowerPC
  • Date: Tue, 22 Aug 2017 22:59:10 +0000
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=nosborm AT gmail.com

Hello Robert,

I've posted a small patch here: https://charm.cs.illinois.edu/gerrit/#/c/2939/ that you can checkout that hopefully solves your problem.

I've also copied Sameer Kumar to ask whether this padding is even necessary.

It seems that the padding calculation in the PPCAtomicState struct has a bug that's causing the padding array to overflow. I currently don't have access to a PAMI machine so this is untested (but fairly minor). You should also be able to delete the offending line without a problem (pending Sameer's comments). Thanks for bringing this issue to our attention and please let us know if we can be of any more assistance.

Sincerely,
Michael

On Thu, Aug 17, 2017 at 9:19 AM Robert Sawko <RSawko AT uk.ibm.com> wrote:
Hi,

I am trying to build charm with PAMI and SMP support on a Linux based Power8
system. I had to make some minor alterations to account for the position of
libraries but this is the build instruction I execute and which used to work in
the past.

./build charm++ pami-linux-ppc64le smp --with-production

Now I am getting some build errors related to atomic queue sizes and lots of
warnings about -Q switch. I am attaching the compilation step which breaks.

I would appreciate if you could suggest something. Happy to share more build
information. The compiler here default to XL.

Best wishes,
Robert
--
Dr Robert Sawko
Research Staff Member, IBM
Daresbury Laboratory
Keckwick Lane, Warrington
WA4 4AD
United Kingdom
--
Email (IBM): RSawko AT uk.ibm.com
Email (STFC): robert.sawko AT stfc.ac.uk
Phone (office): +44 (0) 1925 60 3967
Phone (mobile): +44 778 830 8522
Profile page:
http://researcher.watson.ibm.com/researcher/view.php?person=uk-RSawko
--
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

--
Michael Robson <mprobson AT illinois.edu>
PhD
 Candidate in Computer Science
University
 of Illinois at Urbana-Champaign
http://charm.cs.illinois.edu/people/mprobson



Archive powered by MHonArc 2.6.19.

Top of Page