Skip to Content.
Sympa Menu

charm - Re: [charm] which version of the C/C++ standard need my compiler support if Charm++ could be built completely?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] which version of the C/C++ standard need my compiler support if Charm++ could be built completely?


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: haozi <yidanyiji AT 163.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] which version of the C/C++ standard need my compiler support if Charm++ could be built completely?
  • Date: Mon, 15 Jun 2015 09:42:24 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

We do not require any C11 support to compile Charm++. The only feature of C++ 11 that is required to compile Charm++ 6.6 is support for variadic templates. In GCC, this was introduced in version 4.3. We have recent confirmation that this release of GCC still works, even for the mainline development version of Charm++.

On Mon, Jun 15, 2015 at 2:20 AM, haozi <yidanyiji AT 163.com> wrote:
Hi, guys.

What's New in 6.6.0, say:
  • The full runtime code and associated libraries can now compile under the C11 and C++11/14 standards.
Must my compiler supportĀ the C11 and C++11/14 standards for compiling Charm++ 6.6.1 ?

Best regard

your Haozi



_______________________________________________
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