gobjc++-12-multilib-x86-64-linux-gnu
GNU Objective-C++ compiler (multilib support)
This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
platforms supported by the gcc compiler.
libstarpumpi-1.4-2
Task scheduler for heterogeneous multicore machines
StarPU is a runtime system that offers support for heterogeneous
multicore machines. While many efforts are devoted to design efficient
computation kernels for those architectures (e.g. to implement BLAS
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
offloading such kernels (and implementing data coherency across
the machine), but it also makes sure the kernels are executed as
efficiently as possible.
libsundials-arkode5
differential equation solver (SUNDIALS library)
This package contains the library for differential equation (ODE) system
solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
Solvers). ARKODE is a solver for multi-rate ODE systems (initial value
problems) given in explicit form M*dy/dt = f(t,y)
node-rewire
Easy monkey-patching for node.js unit tests
rewire adds a special setter and getter to modules making it
possible to modify their behaviour for better unit testing.
It provides functionality for
liburcu8t64
userspace RCU (read-copy-update) library
This data synchronization library provides read-side access which scales
linearly with the number of cores. It does so by allowing multiples copies of
a given data structure to live at the same time, and by monitoring the data
structure accesses to detect grace periods after which memory reclamation is
possible.
python3-markuppy
module to generate HTML/XML content (Python3)
This is MarkupPy - a Python module that attempts to make it easier to generate
HTML/XML from a Python program in an intuitive, lightweight, customizable and
pythonic way.