Skip to Content.
Sympa Menu

charm - Re: [charm] Build on mac os

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Build on mac os


Chronological Thread 
  • From: Jeff Hammond <jeff.science AT gmail.com>
  • To: Jozsef Bakosi <jbakosi AT gmail.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Build on mac os
  • Date: Mon, 9 May 2016 20:00:13 +0300

https://github.com/ParRes/Kernels/blob/master/travis/install-charm%2B%2B.sh is my recipe for Charm++ on Mac OS. You can verify it works by visiting https://travis-ci.org/ParRes/Kernels/jobs/127622171, as one instance. You can see from list archives that Charm++ experts helped me debug my Travis configs so I hope they are correct. 

Jeff 

On Monday, May 9, 2016, Jozsef Bakosi <jbakosi AT gmail.com> wrote:
Hi folks,

I'm using macports and installed the package openmpi-clang38, activated it by 'port select --set mpi openmpi-clang38-fortran', then attempt to build with

$ build charm++ mpi-darwin-x86_64 --build-shared -j8 -stdlib=libc++ -g

but I get errors, such as

invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)

Is this because the Charm++ build does not pick up the macports-installed clang but the system-wide (older) one?

What is the recommended/easiest way to build Charm++ on Mac OS X?

Thanks,
Jozsef


--
Jeff Hammond
jeff.science AT gmail.com
http://jeffhammond.github.io/



Archive powered by MHonArc 2.6.16.

Top of Page