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

CODES release 0.6.0 not running on BG/Q (Imported #158) #158

Closed nmcglo closed 5 years ago

nmcglo commented 7 years ago

Original Issue Author: Misbah Mubarak Original Issue ID: 158 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/158


The build currently fails on Cetus and RPI BG/Q systems.

nmcglo commented 5 years ago

Neil McGlohon:

closed

nmcglo commented 5 years ago

Neil McGlohon:

Latest version runs on BGQ if the C++11 std requirement from the configure.ac is commented out. This requirement was added for SWM integration - since BGQ doesn't support C++11, it seems like any sim that requires SWM won't work on BGQ for the time being.

I'll assign an issue to myself to move that C++11 requirement to be conditional on the SWM specific --with-online arg.

Cross compilation might work, though...