-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
syn++ failing #15
Comments
Hi @abostroem email me your modified but failing demo.yaml so I can try to reproduce the problem, if you are still having it. |
I think you're using the synapps input file as input to syn++ and that won't work. Have a look for syn++.yaml in the source distribution, for instance from |
Hello, I am in fact using the
Help would be greatly appreciated! |
Hi,
I just installed syn++ on Mac OS 10.12.6. I didn't encounter any issues with the configure or make steps. However, when I try to run the example I get the following error:
syn++ demo.yaml
libc++abi.dylib: terminating with uncaught exception of type YAML::TypedKeyNotFound<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > >: yaml-cpp: error at line 2, column 1: key not found
Abort trap: 6
The only thing I've modified in the demo.yaml file is the path to the atomic data.
I tried to read the yaml file in using Python (to make sure there wasn't anything funny with the format) and that succeeded.
Any thoughts or help would be much appreciated.
Thank you,
Azalee
The text was updated successfully, but these errors were encountered: