diff --git a/salomon.csv b/salomon.csv index 63c509ef0bb376ffaefd14cfd1ff373a279d61a0..96c3c33d4f52595b98796ca1a377d4bed2617a23 100644 --- a/salomon.csv +++ b/salomon.csv @@ -31,6 +31,7 @@ APR/1.5.2,2 APR/1.5.2-foss-2015g,2 APR-util/1.5.4,2 APR-util/1.5.4-foss-2015g,2 +argparse/1.4.0-Py-2.7,2 Armadillo/7.500.0-foss-2016a-Python-3.5.2,2 arpack-ng/3.3.0-foss-2016a,2 arpack-ng/3.3.0-intel-2015b,2 @@ -467,6 +468,7 @@ Graph500/3.0.0-foss-2018a,2 Graph500/3.0.0-intel-2018a,2 Graph500/3.0.0rc1-foss-2016a,2 GraphicsMagick/1.3.25-intel-2017a,2 +greenlet/0.4.15-Py-2.7,2 GROMACS/2016.4-intel-2017c-hybrid-single-PLUMED,2 GROMACS/2016.4-intel-2017c-hybrid-single-PLUMED-2.4.1,2 GROMACS/2016.5-intel-2017b,2 @@ -1420,6 +1422,7 @@ PyYAML/3.12-Py-2.7,2 PyYAML/3.12-Py-3.6,2 PyYAML/3.12-Python-2.7.13-base,2 pyzmq/16.0.4-Py-2.7,2 +pyzmq/17.1.2-Py-2.7,2 QBOX/r140b-foss-2016a,2 QCA/2.1.0-foss-2015g,2 QEMU/2.10.0-GCC-4.4.7-system,2 @@ -1498,6 +1501,7 @@ SCons/2.5.1-Python-2.7.13,2 SCons/3.0.0,2 SCons/3.0.0-intel-2017a-Python-2.7.13,2 SCons/3.0.1-Py-2.7,2 +scoop/0.7.1.1-Py-2.7,2 Score-P/3.0-intel-2015b,2 Score-P/3.1-intel-2017a,2 Score-P/4.1-GCC-6.3.0-2.27-MPICH,2 diff --git a/salomon.md b/salomon.md index eaf9d349f94eb7d7736f9acc605abd7c408f2eda..5c988d8ff2733314f2fb13a012ba5e32698f60aa 100644 --- a/salomon.md +++ b/salomon.md @@ -384,6 +384,7 @@ | Module | Description | | ------ | ----------- | | [absl-py](https://pypi.python.org/pypi/absl-py) | Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. | +| [argparse](https://pypi.python.org/pypi/argparse) | The argparse module makes it easy to write user friendly command line interfaces. | | [ASE](https://wiki.fysik.dtu.dk/ase/) | ASE is a python package providing an open source Atomic Simulation Environment in the Python scripting language. | | [asn1crypto](https://pypi.python.org/pypi/asn1crypto) | A fast, pure Python library for parsing and serializing ASN.1 structures. | | [astor](https://pypi.python.org/pypi/astor) | Read/rewrite/write Python ASTs | @@ -407,6 +408,7 @@ | [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. | | [funcsigs](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. | | [gast](https://pypi.python.org/pypi/gast) | Python AST that abstracts the underlying Python version | +| [greenlet](https://pypi.python.org/pypi/greenlet) | Greenlets are lightweight coroutines for in-process concurrent programming. | | [grpcio](https://pypi.python.org/pypi/grpcio) | HTTP/2-based RPC framework | | [h5py](http://www.h5py.org/) | HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. | | [html5lib](https://pypi.python.org/pypi/html5lib) | HTML parser based on the WHATWG HTML specification. | @@ -468,6 +470,7 @@ | [scikit-learn](http://scikit-learn.org/stable/index.html) | Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, building upon numpy, scipy, and matplotlib. As a machine-learning module, it provides versatile tools for data mining and analysis in any field of science and engineering. It strives to be simple and efficient, accessible to everybody, and reusable in various contexts. | | [scipy](https://github.com/jupyter/testpath) | Test utilities for code working with files and commands | | [SCons](http://www.scons.org/) | SCons is a software construction tool. | +| [scoop](https://pypi.org/project/scoop) | SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers. | | [seaborn](https://pypi.python.org/pypi/seaborn) | Seaborn: statistical data visualization | | [singledispatch](https://pypi.python.org/pypi/singledispatch) | A small but fast and easy to use stand-alone template engine written in pure python. | | [SIP](http://www.riverbankcomputing.com/software/sip/) | SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. |