libhiprand1

wrapper library to port from cuRAND applications to HIP - library

The rocRAND project includes a wrapper library called hipRAND which allows user to easily port CUDA applications that use cuRAND library to the HIP layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment cuRAND is used instead.

librocrand1

generate pseudo- and quasi-random numbers - library

The rocRAND project provides functions that generate pseudo-random and quasi-random numbers.

parasail

Aligner based on libparasail

This package contains a command-line aligner based on libparasail. Parasail is a SIMD C library containing implementations of the Smith-Waterman, Needleman-Wunsch, and various semi-global pairwise sequence alignment algorithm.

libadios2-mpi-c++11-2.10

ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (MPI)

The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data.

libsrpc0t64

Sogou RPC (SRPC) Runtime Library

SRPC is an enterprise-level RPC framework widely used by Tencent, Sogou and many small and medium-sized companies. It handles hundreds of millions of requests every day, mainly from search engines. It supports two common IDLs: protobuf and thrift, and implements several commonly used rpc protocols. It is also an open source version of Tencent's enterprise-level RPC protocol, tRPC.

gccgo-go

Go programming language -- gccgo

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.