summarylogtreecommitdiffstats
path: root/lammps_cpu_mod
diff options
context:
space:
mode:
Diffstat (limited to 'lammps_cpu_mod')
-rwxr-xr-xlammps_cpu_mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/lammps_cpu_mod b/lammps_cpu_mod
new file mode 100755
index 000000000000..ea34fb1883b5
--- /dev/null
+++ b/lammps_cpu_mod
@@ -0,0 +1,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 \ No newline at end of file