6 lines
281 B
Bash
6 lines
281 B
Bash
# set environment for LAMMPS and msi2lmp executables
|
|
# to find potential and force field files
|
|
LAMMPS_POTENTIALS=${LAMMPS_POTENTIALS-@LAMMPS_INSTALL_DATADIR@/potentials}
|
|
MSI2LMP_LIBRARY=${MSI2LMP_LIBRARY-@LAMMPS_INSTALL_DATADIR@/frc_files}
|
|
export LAMMPS_POTENTIALS MSI2LMP_LIBRARY
|