Commit Graph
622 Commits
Author SHA1 Message Date
Sylvestre Ledru a80ff0d017 Update of the changelog 2023-10-14 13:38:01 +02:00
Fabien Péan 0f7c32bf78 Update changelog 2023-09-14 12:12:59 +02:00
Fabien Péan 93c048fae3 Fix solver parameters for pyarpackSparse{LDLT/LU} 2023-09-14 12:12:59 +02:00
Fabien Péan 447b4387e9 Swap pyarpackDenseLDLT and pyarpackDenseLUPP tests
DenseLUPP tests solves now
 - complex128 non-symmetric problem
 - complex64 non-symmetric general problem

DenseLDLT solves now
- float64 symmetric problem
- float32 symmetric general problem
2023-09-14 12:12:59 +02:00
Fabien Péan 12300c1d4b Change pyarpackCGILU to solve hermitian non-general problem 2023-09-14 12:12:59 +02:00
Fabien Péan de52ee6e32 Swap pyarpackSparseLDLT and pyarpackSparseLU tests
SparseLU tests solves now
- complex128 non-symmetric problem
- complex64 non-symmetric general problem

SparseLDLT solves now
- float64 symmetric problem
- float32 symmetric general problem
2023-09-14 12:12:59 +02:00
Fabien Péan bdb881c973 Fix error report in ctest when calling bash script 2023-09-03 18:54:28 +02:00
Fabien Péan cdeaaeafa0 Update changelog 2023-09-03 15:29:46 +02:00
Fabien Péan c783dbbb0a Enable non symmetric tests with BiCG solver in arpackmm test suite 2023-09-03 15:29:46 +02:00
VinceNeede 3c48b9508b Update README.md MKL options
cmake option for mkl BLA_VENDOR=INTEL works for obsolete verdions, replaced with INTEL10_64lp and INTEL10_64ilp for lp64 and ilp64 respectively.
2023-09-02 19:30:16 +02:00
Franck HOUSSEN e7cf106bc2 Merge pull request #425 from fghoussen/fix-install
Fix installation tests: compile and run icb_arpack_c.
2023-08-14 12:26:23 +02:00
Franck HOUSSEN c08859052b README: document use of *.pc and *.cmake files. 2023-08-13 11:04:17 +02:00
Franck HOUSSEN 5a2f942473 CMake test install: add comments + make it symmetric with autotools's one. 2023-08-13 10:59:18 +02:00
Franck HOUSSEN a857b80721 [CI] Increase CMake version to avoid deprecation messages in logs. 2023-08-13 10:56:55 +02:00
Franck HOUSSEN cdcb80a0ff Export LD_LIBRARY_PATH before running binaries. 2023-08-12 21:33:05 +02:00
Franck HOUSSEN a0ee97487e README: document use of *.pc and *.cmake files. 2023-08-12 21:05:52 +02:00
Franck HOUSSEN 4bd39d7a39 [CI] Increase CMake version to avoid deprecation messages in logs. 2023-08-12 20:57:24 +02:00
Franck HOUSSEN 798f87698f [CI] Add eigen to test installs. 2023-08-12 20:55:42 +02:00
Franck HOUSSEN 031ea2554d Update change log. 2023-08-12 19:18:35 +02:00
Franck HOUSSEN 7f0e2dca4a Fix installation tests: compile and run arpackmm. 2023-08-12 19:18:22 +02:00
Franck HOUSSEN 2239bf22e6 Fix installation tests: compile and run icb_parpack_cpp. 2023-08-12 18:02:03 +02:00
Franck HOUSSEN f4b2f31a64 Fix installation tests: compile and run icb_parpack_c. 2023-08-12 17:40:31 +02:00
Franck HOUSSEN c46da4f87a Fix installation tests: compile and run icb_arpack_cpp. 2023-08-12 13:55:09 +02:00
Franck HOUSSEN 1b525b649c Fix installation tests: compile and run icb_arpack_c. 2023-08-12 13:26:52 +02:00
Fabien Péan c18d153f20 Update FAQ 2023-08-12 12:39:18 +02:00
Fabien Péan 46d1dd36d0 Fix icb_parpack_[c|cpp] to split the problem across MPI processes 2023-08-12 12:39:18 +02:00
Szabolcs Horvát e7ae5f818d chore: update changelog 2023-08-12 12:39:18 +02:00
Szabolcs Horvát b29d5630fc fix: ensure separate seeds on parallel threads, fixes #411 2023-08-12 12:39:18 +02:00
Szabolcs Horvát 9fe9d462a6 fix: propagte RNG state in PARPACK as well 2023-08-12 12:39:18 +02:00
Szabolcs Horvát 0996200c7a fix: ensure that LAPACK RNG state is propagated 2023-08-12 12:39:18 +02:00
Bálint Aradi 6d625dbf34 Fix package name in CMake find_package() examples (#419) 2023-05-27 14:09:41 +02:00
Ivan Rostov 3e3e12fef2 Update CMakeLists.txt , add mpiexec to issue46_tst run (#418) 2023-05-25 22:47:39 +02:00
Vonfry 662cd51fc1 Fix windows icb macros (#416)
* Distinct new intel llvm compiler on windows

intel llvm compiler uses clang-cl who also defines _MSC_VER, which let icx find msc complex.h instead intel copmlex.h

* Undef I in windows complex.h

I macro is defined by windows complex.h which is used as variable name in arpackSolver as well.
2023-05-18 12:26:31 +02:00
مهدي شينون (Mehdi Chinoune) 22172ff212 Add LLVMFlang flag to build with INTERFACE64 (#412)
* LLVMFlang: Add required flag to build with INTERFACE64

* LLVMFlang: Add compile flags

Add compile flags for preprocessing and for
supporting lines longer than 72
2023-04-15 08:40:44 +02:00
Sylvestre Ledru 25524b70c2 Merge pull request #413 from FabienPean/patch-1
Add details on Windows installation
2023-04-10 10:52:38 +02:00
Fabien Péan 2219bef7ea Update changelog 2023-04-08 19:35:58 +00:00
Fabien Péan 98cd927215 Update README.md 2023-04-08 19:59:20 +02:00
Sylvestre Ledru 396b90a015 Merge pull request #409 from fghoussen/readme
README: document where to find arpack user's guide.
2023-03-11 10:07:40 +01:00
Franck HOUSSEN b13558c527 README: document where to find arpack user's guide. 2023-03-05 22:58:48 +01:00
Franck HOUSSEN e124fcabc2 [BUG FIX] arpackmm: fix restart. (#408)
* Fixing issue401.
* Fixing issue215 with shift.
2023-02-28 19:29:32 +01:00
Franck HOUSSEN e144e946ec README: document how to use ICB. 2023-02-25 10:49:55 +01:00
Franck HOUSSEN 5a963c4d31 Rename icbexmm option into eigen option. 2023-02-18 10:21:19 +01:00
Franck HOUSSEN ae350abfed arpackSolver: cut-off arpack workspace dim. (#404) 2023-02-18 10:20:38 +01:00
Franck HOUSSEN cd49a7fb98 arpackmm: allow for using LA/SA magnitudes. (#402) 2023-02-17 22:30:40 +01:00
Franck HOUSSEN 3a9a9ce8c0 Add comments to README. (#400) 2023-02-15 22:39:19 +01:00
Franck HOUSSEN 459f46a6dd [BUG FIX] Fix install: headers in /path/to/local/include/arpack (#398) 2023-02-12 15:29:33 +01:00
Franck HOUSSEN 6c7a3240d8 New upstream release.
arpack-ng / ubuntu_latest_cmake (push) Waiting to run
arpack-ng / ubuntu_latest_cmake_install (push) Waiting to run
arpack-ng / ubuntu_latest_autotools (push) Waiting to run
arpack-ng / ubuntu_latest_autotools_install (push) Waiting to run
arpack-ng / ubuntu_latest_cmake_python (push) Waiting to run
arpack-ng / ubuntu_latest_autotools_ilp64 (push) Waiting to run
arpack-ng / macos_latest_cmake (push) Waiting to run
arpack-ng / macos_latest_cmake_python (push) Waiting to run
arpack-ng / macos_latest_autotools (push) Waiting to run
arpack-ng / windows_latest_cmake (push) Waiting to run
3.9.0
2023-02-11 13:56:54 +01:00
easifem 2a7244b8a3 Improve README. 2023-02-11 13:56:54 +01:00
Franck HOUSSEN b8ab7a72c4 [CI] Run full test suite (including eigen tests). (#396) 2023-02-07 23:09:56 +01:00
Fabien Péan 6be238e703 Avoid removing macro _CRT_USE_C_COMPLEX_H if pre-existing (#393) 2023-01-27 19:27:44 +01:00