codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

Configure: Moved CXX11 requirement to --with-online conditional (Imported !84) #174

Closed nmcglo closed 4 years ago

nmcglo commented 5 years ago

Original MR Author: Neil McGlohon Original MR ID: 84 Original MR URL: https://xgitlab.cels.anl.gov/codes/codes/merge_requests/84


This is to address issue #169.

The C++ 11 requirement was added to configure.ac in commit 5600772380abd25f7aabccf22862a83107a1250f. Since CODES builds just fine without C++11, it seems like this requirement was added for support of SWM workloads which aren't built unless --with-online= is specified. So this requirement has been moved to reside within that conditional so that certain legacy machines that may not have updated to the 8 year old standard yet can still compile CODES without complaint if they don't need SWM.

nmcglo commented 5 years ago

(2019-05-02T21:09:18.431Z): Neil McGlohon:

mentioned in issue #169