Opened 6 years ago
Closed 6 years ago
#1569 closed help (answered)
Numerical libraries for the Unified Model
Reported by: | simon.tett | Owned by: | um_support |
---|---|---|---|
Component: | UM Model | Keywords: | |
Cc: | Platform: | ||
UM Version: | 8.5 |
Description
Hi
does the UM link against any numerical libraries? If so which ones?
My particular problem is that I think I need to solve a bunch of problems of the form M x = y where M is a matrix and y is a vector. This is a fairly standard linear algebra problem and I think in the LAPACK/BLAS libraries.
many thanks
Simon
Change History (1)
comment:1 Changed 6 years ago by grenville
- Resolution set to answered
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Simon
Loading the libsci module (loaded by default) should give you access to BLAS, LAPACK and ScaLAPACK) - you don't need to link anything explicitly - the modules system sets up the appropriate environment for you.
Grenville