add log files to examples/mdi

This commit is contained in:
Steve Plimpton
2022-04-07 15:13:29 -06:00
parent 0b6aa59621
commit adef9b7747
39 changed files with 1876 additions and 10 deletions

View File

@ -16,11 +16,11 @@
# -plugin_args arglist
# args to add when launching plugin library, only when using plugin mode
# enclose arglist in quotes if multiple words
# -n 10
# number of calculations to perform, default = 1
# -n 3
# number of calculations to perform, default = 3
# -mode eval/run/min
# style of calculations: single snapshot evals, dynamics, minimization
# default = eval
# default = run
# -size Nx Ny Nz
# cubic lattice, default = 4 4 4
# -rho 0.75 0.1
@ -208,8 +208,8 @@ mdiarg = ""
plugin = ""
plugin_args = ""
ncalc = 1
mode = "eval"
ncalc = 3
mode = "run"
nx = ny = nz = 4
rho = 0.75
rhodelta = 0.1