-
- Downloads
Merge branch 'hotfix' into 'master'
Fix issue with Fortran interface * Fix some printing in the checkAxb for forward error * Add the spmf pkg-config file. * Update the cmake_module file to integrate the generice pkg-config file and env.sh generation macros * Fix issue solverstack/pastix!29 with the fortran interface to avoid mixing C Malloc/Free and Fortran Allocate/deallocate * `spmCheckAndCorrect` interface has been modified * Fix warnings about enum types with intel compilers. See merge request !10
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 7 additions, 6 deletions.gitlab-ci.yml
- CMakeLists.txt 11 additions, 3 deletionsCMakeLists.txt
- cmake_modules/GenSPMPkgConfig.cmake 0 additions, 125 deletionscmake_modules/GenSPMPkgConfig.cmake
- cmake_modules/morse_cmake 1 addition, 1 deletioncmake_modules/morse_cmake
- include/cblas.h 5 additions, 5 deletionsinclude/cblas.h
- include/spm.h 7 additions, 6 deletionsinclude/spm.h
- src/drivers/skitf.f 69 additions, 182 deletionssrc/drivers/skitf.f
- src/spm.c 72 additions, 12 deletionssrc/spm.c
- src/spm_io.c 4 additions, 4 deletionssrc/spm_io.c
- src/z_spm.c 4 additions, 2 deletionssrc/z_spm.c
- src/z_spm_expand.c 10 additions, 6 deletionssrc/z_spm_expand.c
- src/z_spm_genrhs.c 9 additions, 6 deletionssrc/z_spm_genrhs.c
- src/z_spm_laplacian.c 1 addition, 1 deletionsrc/z_spm_laplacian.c
- tests/get_options.c 1 addition, 1 deletiontests/get_options.c
- tests/spm_convert_tests.c 3 additions, 2 deletionstests/spm_convert_tests.c
- tests/spm_dof_expand_tests.c 5 additions, 3 deletionstests/spm_dof_expand_tests.c
- tests/spm_dof_matvec_tests.c 3 additions, 6 deletionstests/spm_dof_matvec_tests.c
- tests/spm_dof_norm_tests.c 6 additions, 4 deletionstests/spm_dof_norm_tests.c
- tests/spm_matvec_tests.c 5 additions, 6 deletionstests/spm_matvec_tests.c
- tests/spm_norm_tests.c 4 additions, 2 deletionstests/spm_norm_tests.c
Loading
Please register or sign in to comment