CMD + K

runner

Community

RuNNer - a Neural Network code for high-dimensional systems

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::runner

Usage Tracking

2.0.0_20260512
1.3
1.2
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

RuNNer is a software framework for the development of Behler-Parrinello high-dimensional neural network potentials (HDNNPs), actively developed at Ruhr Universität Bochum, Germany.

Three build variants are provided under the single package name runner:

gnu GCC/gfortran, OpenBLAS, serial only. Linux and macOS.

gnu_mpi GCC/gfortran, OpenBLAS, OpenMPI parallel build. Linux and macOS.

intel Intel ifx, MKL, serial only. Linux x86-64 only.

Select a specific variant with a build-string glob, e.g.::

conda install "runner==gnu_" # GNU serial conda install "runner==gnu_mpi_" # GNU parallel conda install "runner==intel_" # Intel serial

A parallel Intel variant is not provided.

About

Summary

RuNNer - a Neural Network code for high-dimensional systems

Last Updated

May 26, 2026 at 13:26

License

GPL-3.0-or-later

Supported Platforms

macOS-64
linux-64