Skip to Content.
Sympa Menu

charm - [charm] Alpine build with v6.9.0-rc2

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Alpine build with v6.9.0-rc2


Chronological Thread 
  • From: Jozsef Bakosi <jbakosi AT lanl.gov>
  • To: charm AT lists.cs.illinois.edu
  • Subject: [charm] Alpine build with v6.9.0-rc2
  • Date: Fri, 26 Oct 2018 22:04:35 -0600
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=jbakosi AT lanl.gov; dkim=pass header.d=lanl.gov header.s=lanl; dmarc=pass header.from=lanl.gov

Hi folks,

Build on alpine linux

./build charm++ mpi-linux-x86_64 --build-shared -j36 -g

I get

memory-charmdebug.c: In function 'void deleteAllocationPoint(void*)':
memory.C:310:3: error: '__malloc_hook' was not declared in this scope
__malloc_hook = old_malloc_hook; \

When I try --disable-charmdebug, I get

In file included from memory.C:677:0:
memory-charmdebug.c:30:2: error: #error "charmdebug is not enabled (e.g. when
building with-production)"
#error "charmdebug is not enabled (e.g. when building with-production)"

Any pointers appreciated. Please let me know you need more info.

Thanks,
Jozsef



Archive powered by MHonArc 2.6.19.

Top of Page