Skip to Content.
Sympa Menu

charm - [charm] BGQ Charm++

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] BGQ Charm++


Chronological Thread 
  • From: Edgar Solomonik <solomon AT eecs.berkeley.edu>
  • To: charm AT cs.illinois.edu
  • Cc: Jeff Hammond <jhammond AT alcf.anl.gov>
  • Subject: [charm] BGQ Charm++
  • Date: Mon, 14 May 2012 18:02:48 -0700
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Is there a build of Charm++ on Cetus (BG/Q at ALCF)? Looks like
mpi-bluegeneq does a g++ build, but I also see a xlc config file in
arch. Is there a faster xlc build I can use?

Also this little problem in the Charm++ version of git that I pulled
an hour ago.

TopoManager.C:302

CmiAssert( a>=0 && x<dimNA && b>=0 && b<dimNB && c>=0 && c<dimNC &&
d>=0 && d<dimND && e>=0 && e<dimNE && t>=0 && t<dimNT );

should be

CmiAssert( a>=0 && a<dimNA && b>=0 && b<dimNB && c>=0 && c<dimNC &&
d>=0 && d<dimND && e>=0 && e<dimNE && t>=0 && t<dimNT );

Thanks,
Edgar




Archive powered by MHonArc 2.6.16.

Top of Page