Skip to Content.
Sympa Menu

charm - RE: [charm] problems in building the charm++ environment

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

RE: [charm] problems in building the charm++ environment


Chronological Thread 
  • From: "Choi, Jaemin" <jchoi157 AT illinois.edu>
  • To: leonardo <leo.pacifici1 AT gmail.com>, "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: RE: [charm] problems in building the charm++ environment
  • Date: Sat, 29 Jan 2022 22:34:11 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=nmDj8gB71SD2s+wY5FCQhXTbt+8YzkNfaIMk7Qny1+U=; b=PoKpqfYfXXOC7GQltgRtfbD8HuKDTcIBSaeVv26y+h7ynKMi5gDua/KQ8PZTi3oGOjiwLE9pGmEX/pnp6BiM4XW8AdBhZsQLa86EKnGpQu1vAU0Kp6VvdValLXVj9uULspfVaKGdGJDifBbE0X6D2EbHFDL6HNshl5rTSWAAiWHvncybPK+wdXcgGTEB+7ahJmhrjdY4V9DK6GGaABx8Sn5FZLHdWrg5NJTSCJoshU9T/LfPAvyvoAHXN4Vm/04YeCE6gXOEne9e/zWw/1+WA5O64GsXAFEQvSBzq7P8JVxcbPUskfgsAtAlpoIZK2TTM1LOPBEYjChWZVOfzYTBLQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RhV0NCz8ySus0jc0JNHQdAPVbttqGRKlAL6jmnNM9d8bPEtoPMX8LsjuFZpDOdWShdYJ2dw19qylybzleGlv2puzZqfet4ACAlQbFXyigx+ftiVyCpPvLriqeHGqvcR4wxKj8xxfwfYkqX+aKjKByru8IKJ7/0pTTERYvhoFmtBU/mVyCSqOoTSirssagHVzbiDj0hFsQpjPVVuiC7m6zNU3DsiaRIMpK2q0rvko9BBeof3eCao0dQXzE+56/KUFsTqJlde9Ca9s1nhTsjCo6f8WLmIN/zeHh2WuuHC1E2LARE7jwJarMbirU+n0Nj7krdi3d+6az3u0FKQu+5zf8A==
  • Authentication-results: ppops.net; spf=neutral smtp.mailfrom=jchoi157 AT illinois.edu; dmarc=fail header.from=illinois.edu

Hi Leonardo,

 

There was a recent update in the main branch where you can now build Charm++ with the Intel ICX compiler: ./build charm++ multicore-linux-x86_64 icx -j --with-production

Could you give this a go? We’ve added this to work with Intel oneAPI and it works on Intel DevCloud so I’m hoping it might work for you as well.

 

 

Best,

 

Jaemin Choi

PhD Candidate in Computer Science

Research Assistant at the Parallel Programming Laboratory

University of Illinois Urbana-Champaign

 

From: leonardo <leo.pacifici1 AT gmail.com>
Sent: Tuesday, January 25, 2022 6:14 AM
To: charm AT cs.illinois.edu
Subject: [charm] problems in building the charm++ environment

 

Hi,

I'm trying to build charm++ for the compilation of the NAMD package. I work under Ubuntu 18.04 LTS with icc and ifort compilers of the OneAPI Intel installed.

I'm building charm++ with:

./build charm++ multicore-linux-x86_64 icc ifort  -j16  --with-production

and I get the following error:

configure: error: in `/home/leo/Dyn/Namd/NAMD_2.14_Source/charm-6.10.2/multicore-linux-x86_64-ifort-icc/tmp':
configure: error: C compiler cannot create executables
See `config.log' for more details.

 

Same error using gcc on ubuntu 20.04.

 

Do you have any suggestions to fix the problem?

Config.log file is also attached.

Thanks in advance,

Leonardo




Archive powered by MHonArc 2.6.19.

Top of Page