Update environment variables for KIM calculator
As documented in ase!3026 the docker showed two problems
- Running Kim with the lammpsrun simulator would raise the error that the
lammpsbinary does not exist, so add $CALC/lammps/bin which contains thelammpsbinary to the $PATH environment variable ( 062a832a) - Running the lammpslib simulator would result in
libkim-api.so.2: cannot open shared object file: No such file or directory, this is because the dynamic linker did not find the library files in $CALC/kim/kim-api/lib so add this to $LD_LIBRARY_PATH ( eea086b4)
Edited by Yannick Couzinié