blob: 068b31079e547d12d6003c7dee34593333dd82ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#%Module1.0
## Module settings for lammps GPU version
## This file is automatically generated by ep, do not modify it manually
proc ModulesHelp { } {
puts stderr "typing lmp to use the gpu version lammps"
}
module-whatis "Lammps GPU"
append-path PATH /opt/lammps/gpu/bin
append-path PYTHONPATH /opt/lammps/gpu/lib/python3.8
append-path PYTHONPATH /opt/lammps/gpu/lib/python3.8/site-packages
append-path LD_LIBRARY_PATH /opt/lammps/gpu/lib
|