sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

testElements/coreTest_LookupTableComponent.cc is not compiled

Open berquist opened this issue 2 years ago • 1 comments

https://github.com/sstsimulator/sst-core/blob/688ec5d1115cdf87de437f888477960ca3cd1147/src/sst/core/testElements/coreTest_LookupTableComponent.cc is not compiled as part of the normal (autotools) build. Adding it results in

<snip>/coreTest_LookupTableComponent.h:17:10: fatal error: 'sst/core/sharedRegion.h' file not found
#include "sst/core/sharedRegion.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~

Is it an accident that this file was not included for compilation and is now out-of-date, or was it supposed to be removed as part of something else?

berquist avatar Jul 12 '23 22:07 berquist

We were originally going to adapt this test to use the new SharedArray classes, but instead decided to do a whole new test suite for the shared objects. Once we made that change, it should have been removed. Looks like it got missed. There may also be other testing files that need to be removed as well. I'll look into that.

feldergast avatar Jul 17 '23 18:07 feldergast