-
Notifications
You must be signed in to change notification settings - Fork 19
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
errror in LAMMPS example #2
Comments
Example script must have fallen out of date with some syntax change. If no one else does before then, I'll take a look tomorrow.
|
We put in the argument it asked about, then it complained about lammps atom types. -- Gábor
|
At some point we started requiring a conversion from ASE species to Lammps atom types. I'll update the example input and let you know when it's ready. Bad form to have let it get out of date, but that's what happens when you don't do automated testing. Noam |
The version of the example input file already has the I'd be happy to move the other old example directories to some
|
He was just following the README, and using the scripts from the tests_lammps directory "Example input files for clusters and periodic systems, both with MC and MD, are in the tests/" I think it would help a lot if you just removed the deprecated input files altogether, and updated the README. they'll be preserved in the git history for posterity. thanks for looking into it. — Gábor
|
Sorry, some old info was left in the README, the correct location of the examples were given at the end, under the “documentation” section. I corrected and pushed a new readme file. Livia
|
Does anyone object to removing all the old tests*/ directories and leaving only example_inputs/ ?
|
Can we close this? |
Hi, I cannot run the lammps test examples, it seems like a variable is missing.
I get the follow error:
$>mpirun -n 2 ../ns_run < inputs.test.cluster.MC.lammps
WARNING: no quippy module loaded
WARNING: no quippy module loaded
comm <mpi4py.MPI.Intracomm object at 0x7f66f1d06900> size 2 rank 0
comm <mpi4py.MPI.Intracomm object at 0x7f00f2fcf900> size 2 rank 1
Traceback (most recent call last):
File "../ns_run", line 6, in
Traceback (most recent call last):
File "../ns_run", line 6, in
ns_run.main()
File "/home/vama/soft/pymatnest/ns_run.py", line 2606, in main
ns_run.main()
File "/home/vama/soft/pymatnest/ns_run.py", line 2606, in main
exit_error("need either n_iter_times_fraction_killed or converge_down_to_T")
TypeError: exit_error() takes exactly 2 arguments (1 given)
exit_error("need either n_iter_times_fraction_killed or converge_down_to_T")
TypeError: exit_error() takes exactly 2 arguments (1 given)
The text was updated successfully, but these errors were encountered: