"make install" issue
When running Zodiac cases on aurora:
- If using
make -j20to compile, and getting the executable filezodiacin directorybuild/src. Then runningbuild/src/zodiac InputFile.yamlworks fine. - However, if using
make -j20 install, and getting the executable filezodiacin both directoriesbuild/srcandbuild/bin. Then runningbuild/bin/zodiac InputFile.yamlgives the error of "build/bin/zodiac: error while loading shared libraries: libyaml.cpp.so.0.7: cannot open shared object file: No such file or directory".
This is probably because it is doing dynamic rather than static linking.