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: Eric Bohm <ebohm 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, 09 Mar 2010 14:11:10 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

You'll have better luck using:

multicore-linux-x86_64 smp

instead of origin-pthreads, which was designed for the SGI origin and is
therefore pretty much defunct as there aren't many SGI origins operating
outside of museums.

This will build a single node version which handles communication via
shared memory.

For a cluster of such nodes use:

net-linux-x86_64 smp



Robert White wrote:
>
> Hi,
>
> 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.
>
> Thanks for any assistance,
> Robert
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm





Archive powered by MHonArc 2.6.16.

Top of Page