Skip to Content.
Sympa Menu

charm - Re: [charm] Error

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Error


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Sonavane Kiran Babu <ksonavane AT cdac.in>
  • Cc: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Error
  • Date: Wed, 13 Aug 2014 08:57:16 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Wed, Aug 13, 2014 at 5:13 AM, Sonavane Kiran Babu <ksonavane AT cdac.in> wrote:
                i am installing the charm-6.6.0-rc3 from source code with intel compiler here are the steps
1. MPICXX=mpiicpc CXX=icpc ./build charm++  mpi-linux-x86_64 mpicxx ifort --with-production --no-shared -O3 -DCMK_OPTIMIZE=1 | tee build_charm_mpi-linux-x86_64-01.log
  but it shows some error which is attached herewith.

Alongside the other compiler options like -O3, please add -DMPICH_IGNORE_CXX_SEEK and try it again. This is a known problem with MPI implementations derived from MPICH and compilation of any C++ code, including Charm++ among many others.

For our reference, may I ask what documentation or directions you followed to construct your build command line?

Phil


  • [charm] Error, Sonavane Kiran Babu, 08/13/2014
    • Re: [charm] Error, Phil Miller, 08/13/2014

Archive powered by MHonArc 2.6.16.

Top of Page