LAMMPS
LAMMPS_CODE_edge_dislocation
Install / Use
/learn @NextZenStudent/LAMMPSREADME
LAMMPS
LAMMPS_CODE
To run the script type the following in the terminal:
lmp_mpi -in shockley_edge.lmp
So the command is nothing but:
- lammps executable file (lmp_mpi); (use whatever the lammps executable file in your system or server)
- shockley_edge.lmp is the input lammps file
you can also use the following command if you have "mpi" installed in your system:
mpirun -n 6 lmp_mpi -in shockley_edge.lmp
6 - is the maximum number of processors in my system
View on GitHub55/100
Security Score
Audited on Dec 16, 2024
No findings
