phil-blain / CICE

Development repository for the CICE sea-ice model
Other
0 stars 0 forks source link

Remove dependence on lapack for Picard solver #19

Closed phil-blain closed 4 years ago

phil-blain commented 4 years ago

Eventually we would like to not use Lapack even for Anderson. This will be done when we parallelize Anderson.

For now we should just use a preprocessor macro to remove all code that use Lapack, and add to the documentation that the Macros file should add it to the CPPDEFS and also add BLAS and Lapack to SLIBS.

phil-blain commented 4 years ago

done in 0c6ac22

I tested that it compiles correctly out-of-the-box in a new case. Still need to test