diff --git a/salomon.csv b/salomon.csv index a2b6978fdad16624a889a46f0b23459a6f58b2a9..c1bd9e95fd765cb8a484eb5e2151ea6873e3d8d3 100644 --- a/salomon.csv +++ b/salomon.csv @@ -195,6 +195,7 @@ Clang/7.0.1-gompi-2019.02,2 click/6.7-Py-3.6,2 Clp/1.16.10-intel-2017a,2 CMake/2.8.12,2 +CMake/3.11.4-GCC-6.3.0-2.27,2 CMake/3.13.1,2 CMake/3.14.1,2 CMake/3.3.1-intel-2016.01,2 @@ -292,6 +293,7 @@ Elk/4.3.6-intel-2017a-openmp,2 ELPA/2016.11.001.pre-intel-2017a,2 Embree/2.16.2-intel-2017a,2 Embree/3.2.0-intel-2017a,2 +enum/0.4.7-Py-2.7,2 enum34/1.1.6-Py-2.7,2 ETSF_IO/1.0.4-intel-2017a,2 eudev/3.1.5-foss-2016a,2 @@ -1065,6 +1067,7 @@ libxsmm/1.7.1-GCC-6.3.0-2.27,2 libXt/1.1.4-foss-2015g-libX11-1.6.2,2 libXt/1.1.4-intel-2015b-libX11-1.6.2,2 libXt/1.1.4-libX11-1.6.2,2 +libXt/1.1.5,2 libXt/1.1.5-foss-2015g,2 libXt/1.1.5-intel-2017a-libX11-1.6.5,2 libyaml/0.1.6-intel-2015b,2 diff --git a/salomon.md b/salomon.md index e1b09607f0b15fbece09d5f8e661653dd1b37ad6..8854ea077827ef5e6e4f049549bbf642c5377613 100644 --- a/salomon.md +++ b/salomon.md @@ -429,6 +429,7 @@ | [dill](https://github.com/uqfoundation/dill) | dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy. | | [dist-keras](https://pypi.python.org/pypi/dist-keras) | Distributed Deep learning with Apache Spark with Keras. | | [DynaPhoPy](https://github.com/abelcarreras/DynaPhoPy) | Software to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using the normal-mode-decomposition technique. These properties include the phonon frequency shifts and linewidths, as well as the renormalized force constanst and thermal properties by using quasiparticle theory. This code includes interfaces for MD outputs from VASP and LAMMPS .PHONOPY code is used to obtain harmonic phonon modes. | +| [enum](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. | | [enum34](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. | | [fasteners](https://pypi.python.org/pypi/fasteners) | A python package that provides useful locks. | | [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. |