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

Ensure smooth build with latest ROSS version (Imported #168) #168

Closed nmcglo closed 5 years ago

nmcglo commented 5 years ago

Original Issue Author: Neil McGlohon Original Issue ID: 168 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/168


ROSS has had some changes lately that make a vanilla installation of CODES a little quirky. ROSS now builds both shared and static libraries and this seems to confuse CODES at runtime. Make check fails all tests.

Temp workaround is to just load ROSS commit 7dc8c523aea6 and build from that instead.

nmcglo commented 5 years ago

Neil McGlohon:

closed

nmcglo commented 5 years ago

Neil McGlohon:

Worked with @caitlinross to come to a new solution for ROSS library building. Fix has been applied and will be merged to ROSS master soon.