Skip to Content.
Sympa Menu

charm - Re: [charm] Charm++ Compiling Error in SUPERMUC-NG Supercomputers

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm++ Compiling Error in SUPERMUC-NG Supercomputers


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: mert gölcük <mertgolcuk AT gmail.com>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Charm++ Compiling Error in SUPERMUC-NG Supercomputers
  • Date: Thu, 4 Nov 2021 16:50:13 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=illinois.edu; dmarc=pass action=none header.from=illinois.edu; dkim=pass header.d=illinois.edu; 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=jPkDkUNfSmDwfDj0XUPqTYbhdr2vbcuipx4tVJpH9fc=; b=WFA2IEWmO6NZUazqEDKzHkRsInUX3l1Sm3BHAoPLnJowF77YAbiENrOG9khPQIc0yiykS5GiL92x7scSeL8ap93cdB/LnC2fDwlC8FQMHHBwMevijYO78oxOb6LYqaR56B39FOctRthWBM+O0nWepH7dBCEK43XkT1fFOrWO+222mu66trOJYu4WjlM8zoMcIuoLKK4dw/cBgXq4cIDOdAug95bl9M/8p8AU/Ngrh9r3Fwc7MkQqhib5sjvHA9fTzIF+AeNTDG8YfG7Ae52BTkZruPtKOesPuL5K09F3MqOg1qaLcLZyTuOvmy1e5QUdLnEWAmWAf0huBgFR2Shk+w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IdWTY2CQjzP351pm3DuDb6pDV91B0aIF172T7cPUVOXI+5HangCQshBm+KbA5+JtY+RolK/C5XAxJIufbcxbuzyBjDAVaTIWnvLc4tyN6QfMkU8mQcLl0801+OuT9mmp23SyxMul1Lr5z7Y2zg5zlTRIdXrsklMZITvaTQU/DYA57/LBy68g6DQbgJS/cxKe62UDICeO/5VEFbw0K+JzwHymWC5wP/6/LYD/MBSUZm0Ur1aiNTXknFFKOAQLviGBHmTOmhJHrYb8NFxjDcBA/9e4sFcsb+3m+tORTaPGdi/P+RZSlC9LeFTeFZgeg5tRnDqJgT4ww4EUFKWKvkiUqg==
  • Authentication-results: ppops.net; spf=neutral smtp.mailfrom=rabuch2 AT illinois.edu; dkim=pass header.d=uillinoisedu.onmicrosoft.com header.s=selector2-uillinoisedu-onmicrosoft-com
  • Authentication-results: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=illinois.edu;

Hi Mert,

You should be able to build NAMD by running NAMD's ./config script (CUDA is not used by default, you can also add --without-cuda to be explicit about it). You should be able to consult the NAMD documentation for any further questions you have.

Thanks,

Ronak

On 10/28/21 18:12, mert gölcük wrote:
Hi Sam,

Thanks for the fast response, I am so grateful. "./build charm++ ofi-linux-x86_64 smp -j12 --with-production" worked for me. Now, I am trying to build NAMD-2.14 without CUDA. Do you have any suggestions? 

Kind regards
Mert

Sam White <white67 AT illinois.edu>, 29 Eki 2021 Cum, 00:01 tarihinde şunu yazdı:
Hi Mert,

It looks like you are trying to build Charm++ on top of MPI. We generally prefer use of libfabric (OFI) as the most performant communication substrate to build Charm++ on Intel OmniPath network systems. To do that, build Charm++ with the following:

./build charm++ ofi-linux-x86_64 smp -j12 --with-production

If you do want to try an MPI build, then I think there is an inconsistency in your compiler modules and build command. It looks like you are trying to use Intel MPI with the GCC v10.2.0 compilers module loaded. I think the IMPI wrapper for GCC is properly named "mpicpc" on systems that support such configurations. So you can either try building with Intel MPI and GCC like this:

MPICXX=mpicpc ./build charm++ mpi-linux-x86_64 smp -j12 --with-production

Or with Intel MPI and the Intel compilers module loaded using:

MPICXX=mpiicpc ./build charm++ mpi-linux-x86_64 smp -j12 --with-production


Thanks, let us know if you run into any issues,
Sam




On Thu, Oct 28, 2021 at 2:14 PM mert gölcük <mertgolcuk AT gmail.com> wrote:
Dear developers,

I am trying to compile charm++ and NAMD on SUPERMUC-NG Supercomputers. NAMD is already installed on the Supermuc computers, but it is not working efficiently and fast when I compare it with the Stampede2. The architecture of both systems is the same. I attached the out file and input files. I couldn't solve the problem. Could you please help me with this issue?

Kind regards,
Mert Golcuk

System Specs;
CPU: 2x Intel Skylake Xeon Platinum 8174 
Network: Intel OmniPath
OS: SUSE Linux Enterprise Server 15 SP1


--
Mert GÖLCÜK
Istanbul Technical University-PhD. Student at Molecular Biology-Genetics and Biotechnology Department
phone: +90 538 254 6464


  • Re: [charm] Charm++ Compiling Error in SUPERMUC-NG Supercomputers, Ronak Buch, 11/04/2021

Archive powered by MHonArc 2.6.19.

Top of Page