Changes to make Charm compile with Cray 8.4.*09/909/3
commit191caa0430b1e350f1ea404c6917b92b5444742a
authorNikhil Jain <nikhil@illinois.edu>
Wed, 11 Nov 2015 18:47:22 +0000 (11 10:47 -0800)
committerPhil Miller <mille121@illinois.edu>
Thu, 3 Dec 2015 21:56:20 +0000 (3 16:56 -0500)
tree1f293d1d14389e23ee19367efbe713abcfccfb28
parent21079502f4361902457fc05b1690ad0ea8d2d4a7
Changes to make Charm compile with Cray 8.4.*

- Use -h std=c++11 if C++11 support is not on by default
- Explicity disable 16 byte integer on Cray compilers, since the
compiler seems to not differentiate between the signed and unisgned
versions.

Change-Id: Ic3d7d9dbc1f5e7742cd08f94f1d79792c595325b
src/arch/common/cc-craycc.h
src/scripts/configure
src/scripts/configure.in