Skip to Content.
Sympa Menu

charm - [charm] Trying to build namd

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Trying to build namd


Chronological Thread  
  • From: Joe Leong <jleong AT vtmgroup.com>
  • To: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: [charm] Trying to build namd
  • Date: Wed, 25 May 2022 03:51:42 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=vtmgroup.com; dmarc=pass action=none header.from=vtmgroup.com; dkim=pass header.d=vtmgroup.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=gFazMyPnTTLh9/ua0x3MN2QpEpPHXumg0p8p5Y3YJwc=; b=jKS+Ypvo69Ql2pDpH/KHwui18qPtRHrLhctRZaOI9W6ILoPz6MijW0+xuYMkdX6SijUaChHwZ7fMrgJXuuqlwx8WgXBCTmM+Ipq763b6X/f7vqAcYjmTMLdvVHAlIM0eW14L53rAd7UDxbuoSi5xoMgDAZyteTrqi/bz8zt2xLLgbzXIC11i1oANyTDoTW309J31itAIHqtJi2y8ssEkyKx7f0/eMNXlrMNXoiIkUojx+G+owJxW6CRZH65RfAJSKJlVyF/RlCVbYw8mncy40mqAvHfqjTxHI0pacGOJ9GE81QjF5lS9cu+GCq13258Ivc03tFFCt6fF9H27wzPPwA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ntzxs/mNIIEFHfL1n0MlurRP+Bzn/kTwSw/MnaZxTpQG6KOrOw/t0RW1uUdk5rwe51idfNG+nwKxeDmaGmkmwCMfMtjcN3b2yRzhnE9Dyhpmf0xl1F0Qtkwy4UMA8LxelCbGOHgrTXHWUT5oktx+RyuSCvzLe0Rak3la5RwIHbFxfGPV0r+55DpIZYmbsmEq5+QY17nsROWdOHVTkHke95ZPZZqnRTNGVZQSa2QF0RWV2dgQNc5V1tUKtJjmisLPQHBRdLX1NsDIK0wzIxHsPMtknbLNlRqJEAB0xT860gb0cP7EHIOSUGiUGtDWn2xSn7GoSePfa6Z5y5GOFbMccQ==
  • Authentication-results: ppops.net; spf=fail smtp.mailfrom=jleong AT vtmgroup.com; dkim=fail header.d=vtmgroup.onmicrosoft.com header.s=selector2-VTMGroup-onmicrosoft-com; dmarc=none

To whom it may concern,

 

I’m trying to follow these instruction and am stuck trying to build Charm++.

 

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/recipe-build-and-run-namd-on-intel-xeon-processors-on-single-node.html

 

I get the following error on this step:

 

./build charm++ multicore-linux64 iccstatic --with-production "-O3 -ip -xCORE-AVX512 -qopt-zmm-usage=high"

 

 

….

checking "whether has lustre fs"... "no"

Configuring hwloc:

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for gcc... icc -fpic

checking whether the C compiler works... no

configure: error: in `/home/vtm/namd_global/charm/multicore-linux-x86_64-icc/tmp':

configure: error: C compiler cannot create executables

See `config.log' for more details

gmake[1]: *** No rule to make target 'conv-autoconfig.h', needed by 'xi-main.o'.  Stop.

gmake[1]: Leaving directory '/home/vtm/namd_global/charm/multicore-linux-x86_64-icc/tmp'

gmake: *** [Makefile:331: headers] Error 2

-------------------------------------------------

Charm++ NOT BUILT. Either cd into multicore-linux-x86_64-icc/tmp and try

to resolve the problems yourself, visit

http://charm.cs.illinois.edu/

for more information. Otherwise, email the developers at charm AT cs.illinois.edu

No matter what I try, it appears the compiler isn’t configured correctly.

 

Attached is my config.log

 

Then I tried to switch from icc to gcc and just take all the defaults that I was prompted for using

 

./build charm++

 

But get exact same “configure: exit 77” crash

 

Thanks,
Joe

Attachment: config.log
Description: config.log




Archive powered by MHonArc 2.6.24.

Top of Page