Skip to Content.
Sympa Menu

charm - Re: [charm] Building Charm++ on UIUC Campus Cluster?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Building Charm++ on UIUC Campus Cluster?


Chronological Thread 
  • From: Sam White <white67 AT illinois.edu>
  • To: hoelzel2 AT illinois.edu
  • Cc: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Building Charm++ on UIUC Campus Cluster?
  • Date: Wed, 31 Oct 2018 11:03:37 -0500
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=samt.white AT gmail.com; dkim=pass header.d=illinois-edu.20150623.gappssmtp.com header.s=20150623; dmarc=none header.from=illinois.edu

Could you provide some more information on which compiler/version you are using, which MPI library, and the output of the build failure?

I'd also recommend using the verbs communication layer, as in "./build charm++ verbs-linux-x86_64 --with-production -j8" on the Campus Cluster, since it has an Infiniband network.

Thanks,
Sam

On Wed, Oct 31, 2018 at 10:51 AM Hoelzel, Jonathan David <hoelzel2 AT illinois.edu> wrote:
Hello,

I am involved in a research project involving parallel computing that uses Charm++.  I am attempting to build Charm++ on the UIUC Campus Cluster, but have so far been unable to do so.  I am using the github mirror of Charm++ found at https://github.com/UIUC-PPL/charm.

I tried using " ./build charm++ mpi-linux-x86_64 --with-production -j8 " to build (taken from http://charm.cs.illinois.edu/manuals/html/charm++/A_1_2.html), but it failed.  Am I just using the wrong build arguments, or is there some other step I need to take to get this to work? Thanks for taking the time to help with this.

Sincerely,
Jonathan Hoelzel

Computer Science | College of Engineering
University of Illinois at Urbana-Champaign




Archive powered by MHonArc 2.6.19.

Top of Page