You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure:22658: checking for sst/elements/memHierarchy/memHierarchyInterface.h
configure:22658: mpicxx -c -g -O2 -std=c++17 -I/home/bloring/sst-elem/sst-elements-install//include -DSSTMAC_INTEGRATED_SST_CORE=1 -I/home/bloring/sst-core/sst-core-install//include -I/home/bloring/sst-core/sst-core-install//include/sst -I/home/bloring/sst-core/sst-core-install//include/sst/core -D__STDC_FORMAT_MACROS conftest.cpp >&5
conftest.cpp:14: warning: "VERSION" redefined
14 | #define VERSION "13.1.0"
|
conftest.cpp:10: note: this is the location of the previous definition
10 | #define VERSION 13
|
In file included from conftest.cpp:62:
/home/bloring/sst-elem/sst-elements-install//include/sst/elements/memHierarchy/memHierarchyInterface.h:34:10: fatal error: sst/elements/memHierarchy/memEventCustom.h: No such file or directory
34 | #include "sst/elements/memHierarchy/memEventCustom.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
a file is missing from the sst-elements install. It is in the source tree though so it can be workaround:
sst-elements install is not located when configuring
from the config.log
a file is missing from the sst-elements install. It is in the source tree though so it can be workaround:
The text was updated successfully, but these errors were encountered: