We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--with-sst-elements
arielnotify.h
build step --with-sst-elements fails looking for arielnotify.h (v13.1.0_Final)
$ ../sst-macro-src/configure --prefix=$PWD/../sst-macro-install --with-sst-core=/home/bloring/sst-core/sst-core-install/ CC=mpicc CXX=mpicxx --enable-multithread --with-sst-elements=/home/bloring/sst-elem/sst-elements-install/ $ make
fails after a while
CXX node/simple_node.lo ../../../sst-macro-src/sstmac/hardware/node/simple_node.cc:55:10: fatal error: sst/elements/ariel/arielnotify.h: No such file or directory 55 | #include <sst/elements/ariel/arielnotify.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
the file arielnotify.h doies not exist in v13.1.0_FInal of sst-elements source tree.
sst-elements
See also #703
The text was updated successfully, but these errors were encountered:
jpkenny
No branches or pull requests
build step
--with-sst-elements
fails looking forarielnotify.h
(v13.1.0_Final)fails after a while
the file
arielnotify.h
doies not exist in v13.1.0_FInal ofsst-elements
source tree.See also #703
The text was updated successfully, but these errors were encountered: