Skip to content

Commit

Permalink
Merge pull request #66 from pyiron/lammps_mpi
Browse files Browse the repository at this point in the history
LAMMPS: Use mpi executable for serial execution
  • Loading branch information
jan-janssen authored Jan 4, 2024
2 parents 42ec5b3 + db682bb commit bbb89e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lammps/bin/run_lammps_2020.03.03.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
exec lmp_serial -in control.inp;
mpiexec -n 1 --oversubscribe lmp_mpi -in control.inp;

0 comments on commit bbb89e4

Please sign in to comment.