Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

lammps crashes without exception #63

Open
nathanfranklin opened this issue Apr 22, 2015 · 1 comment
Open

lammps crashes without exception #63

nathanfranklin opened this issue Apr 22, 2015 · 1 comment
Labels

Comments

@nathanfranklin
Copy link
Member

If an error occurs in the lammps library (e.g. using lammps.py etc), the process immediately exists (without an exception). The current Lammps library (written in c++) just prints out an error message and returns a non-zero exit status (i.e. exit(1) ) when an internal error occurs.

@nathanfranklin
Copy link
Member Author

We have to evaluate changing this so an exception is thrown that is seen by the python-lammps interface and ultimately SimPhoNy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant