Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PROPACK to package index #392

Merged
merged 5 commits into from
Apr 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions _data/package_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@
categories: interfaces
tags: cpp gpu opencl

- name: librsb
url: http://librsb.sourceforge.net/
description: A shared memory parallel sparse matrix computations library for the Recursive Sparse Blocks format
categories: numerical interfaces scientific
tags: openmp sparse-matrix sparse-blas linear-algebra
license: LGPL-3.0-or-later

# --- Compiler

- name: hipfort
Expand Down Expand Up @@ -705,6 +712,14 @@
tags: blas linear-algebra
license: BSD-3-Clause

- name: PROPACK
url: http://sun.stanford.edu/~rmunk/PROPACK/
description: Software package for computing the singular value decomposition of large and sparse or structured matrices
categories: numerical
tags: linear-algebra svd lanczos-bidiagonalization openmp
license: BSD-3-Clause
version: 2.1

- name: ElmerFEM
github: ElmerCSC/elmerfem
description: Finite element software for numerical solution of partial differential equations
Expand Down Expand Up @@ -946,6 +961,13 @@
license: LGPL-3.0-or-later
tags: tight-binding quantum-mechanics density-functional-theory

- name: Elk
url: https://elk.sourceforge.io/
description: An all-electron full-potential linearised augmented-plane wave (LAPW) code with many advanced features
categories: scientific
license: GPL-3.0
tags: density-functional-theory

- name: LATTE
github: lanl/LATTE
description: Open source density functional tight binding molecular dynamics
Expand Down Expand Up @@ -1162,6 +1184,13 @@
license: GPL-2.0
version: none

- name: pencil-code
github: pencil-code/pencil-code
description: A high-order finite-difference code for compressible hydrodynamic flows with magnetic fields and particles
categories: scientific
tags: finite-difference hydrodynamics magnetic-field particles
license: GPL-2.0

- name: MOM6
github: NOAA-GFDL/MOM6
description: Modular Ocean Model
Expand Down