Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into add_sp_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Feb 29, 2024
2 parents 111edfc + ce1d621 commit 3823a0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Code Manager: [Alex Richert](mailto:[email protected])

### Prerequisites

This package does not link to any other libraries, but requires CMake (version
3.15+) to build.
This package requires a BLAS/LAPACK library to provide several LU decomposition-related
routines, and requires CMake (version 3.15+) to build. In spack-stack, OpenBLAS will
be used as the provider of BLAS/LAPACK routines for all compilers.

### Installing

Expand Down
5 changes: 5 additions & 0 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ where for certain regions of certain grids, floating point differences between
field values. Some applications may therefore benefit from the use of 8-byte
reals (libip_d or libip_8).

NCEPLIBS-ip uses several BLAS/LAPACK routines in the splat() subroutine, and
therefore requires an external BLAS/LAPACK provider. In practice, this should
generally be OpenBLAS, which is the [spack-stack](https://github.com/JCSDA/spack-stack)
BLAS/LAPACK provider.

## Interpolation

### Interpolation Methods
Expand Down

0 comments on commit 3823a0f

Please sign in to comment.