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