Skip to Content.
Sympa Menu

charm - Re: [charm] NAMD / Charm build problem

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] NAMD / Charm build problem


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Robert White <rwhite AT symmetriccomputing.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] NAMD / Charm build problem
  • Date: Tue, 9 Mar 2010 14:07:56 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Tue, Mar 9, 2010 at 13:48, Robert White
<rwhite AT symmetriccomputing.com>
wrote:
> I have NAMD 2.7 b2 with charm 6.1.3.  I am trying to build charm with the
> "origin-pthreads" version.
> This is my command line;
>
> charm-6.1.3> ./build charm++ origin-pthreads --no-build-shared -O
> -DCMK_OPTIMIZE=1
>
> I get build errors from the trace-counter.C file;
> error: 'MAXLONGLONG'  was not declared in this scope
>
> error: no matching function for call to 'TraceCounter::malloc(size_t)'
>
> Do you have any suggestions to resolve these issues and how to successfully
> build charm.
> I am running on SUSE Linux, kernel version 2.6.31.8-0.1, GCC compiler v4.4.1
> on a AMD 64-bit multicore work station.

If this is a standalone workstation, try the multicore-linux64 build
instead of origin-pthreads. If it's a cluster, try mpi-linux-x86_64 or
net-linux-x86_64.

Phil





Archive powered by MHonArc 2.6.16.

Top of Page