Skip to Content.
Sympa Menu

charm - Re: [charm] Error wihle building Charm-6.10

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Error wihle building Charm-6.10


Chronological Thread 
  • From: Evan Ramos <evan AT hpccharm.com>
  • To: Anvesh Chennupati <anvesh AT multicorewareinc.com>
  • Cc: charm AT cs.illinois.edu
  • Subject: Re: [charm] Error wihle building Charm-6.10
  • Date: Thu, 14 Nov 2019 13:07:46 -0600
  • Authentication-results: illinois.edu; spf=none smtp.mailfrom=evan AT hpccharm.com; dkim=pass header.d=hpccharm-com.20150623.gappssmtp.com header.s=20150623; dmarc=none

Hi Anvesh,

This build log indicates that you are building from the master branch, which currently contains commits targeted for Charm 6.11. Please check out the charm-6.10.0 branch which does not have this issue. We are aware of it and are tracking it here: https://github.com/UIUC-PPL/charm/issues/2606

Regards,
--
Evan A. Ramos
Software Engineer
Charmworks, Inc.


On Thu, Nov 14, 2019 at 1:03 PM Anvesh Chennupati <anvesh AT multicorewareinc.com> wrote:
Hi Developers,

I am trying to build Charm++ 6.10 which is cloned from git repository.

I am trying to build NAMD which uses Charm++. I am using cgywin64 with env variables set by vcvars64.bat. 
Command used to build Charm++ 
 ./build charm++ multicore-win64 --no-build-shared --with-production 

While building the Charm++ from source for Windows64 I am getting the following error:
checking for hwloc directory prefix... hwloc/
checking for hwloc symbol prefix... cmi_
checking for /home/amduser/NAMD_2.13_Charm6.10/charm/multicore-win64/bin/unix2nt_cc option to accept ISO C99... unsupported
configure: WARNING: hwloc requires a C99 compiler
configure: error: Aborting.
make[1]: *** No rule to make target 'conv-autoconfig.h', needed by 'xi-main.o'.  Stop.
make[1]: Leaving directory '/home/amduser/NAMD_2.13_Charm6.10/charm/multicore-win64/tmp'
make: *** [Makefile:331: headers] Error 2

Can you please take a look at the log file and help me fix the problem? 

Thanks in advance.
--
Anvesh Chennupati
Multicoreware Inc



Archive powered by MHonArc 2.6.19.

Top of Page