Skip to Content.
Sympa Menu

charm - Re: [charm] Compiling NAMD

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Compiling NAMD


Chronological Thread 
  • From: Nikhil Jain <nikhil.jain AT acm.org>
  • To: 黄须啟 <huangxuqi14 AT mails.ucas.ac.cn>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Compiling NAMD
  • Date: Sun, 28 Feb 2016 14:45:33 -0600

Hi Huanxuqi,

Seems like for some unknown reason, the -DMPICH_IGNORE_CXX_SEEK flag is not getting passed to charmc. Please try the following command to build Charm++ and see if it works.

MPICXX="mpicxx -DMPICH_IGNORE_CXX_SEEK" ./build charm++ mpi-linux-x86_64 --with-production

--Nikhil

黄须啟 wrote:
env MPICXX=mpicxx ./build charm++ mpi-linux-x86_64 --with-production -DMPICH_IGNORE_CXX_SEEK


--
Nikhil Jain, nikhil.jain AT acm.orghttp://charm.cs.uiuc.edu/people/nikhil Doctoral Candidate @ CS, UIUC




Archive powered by MHonArc 2.6.16.

Top of Page