Skip to Content.
Sympa Menu

charm - Re: [charm] build system

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] build system


Chronological Thread 
  • From: Eric Bohm <ebohm AT illinois.edu>
  • To: <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] build system
  • Date: Thu, 17 Oct 2013 14:23:31 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Conversion to CMake is a matter of discussion that hasn't quite risen to the level of a plan at this time.   Charm's build process already uses some autotools  (autoconf), but that usage is wrapped within our own (admittedly idiosyncratic) shell script wrappers.  They cope with some platform selection issues that autotools did not (and may still not) handle elegantly at the time of implementation.

If you are aware of specific conversion issues (particularly success stories) from custom process to CMake for other large cross-platform codes, we'd be happy to hear them.

On 10/17/2013 01:50 PM, Nicolas Bock wrote:
Hi,

I was wondering whether there are any plans to modernize the build system of Charm++ to something a bit more standard such as CMake or autotools. The current system takes a bit to getting used to  :)

nick



_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm




Archive powered by MHonArc 2.6.16.

Top of Page