new examples and debugging code changes

This commit is contained in:
Steve Plimpton
2022-06-14 17:29:01 -06:00
parent 34863c6c97
commit a5745d925a
19 changed files with 507 additions and 81 deletions

View File

@ -303,5 +303,5 @@ if not plugin:
if plugin:
world = MPI.COMM_WORLD
plugin_args += " -mdi \"-role ENGINE -name lammps -method LINK\""
plugin_args += " -mdi \"-role ENGINE -name LMP -method LINK\""
mdi.MDI_Launch_plugin(plugin,plugin_args,world,perform_tasks,None)