Commit Graph
607 Commits
Author SHA1 Message Date
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
Fabien Péan 12814dc6b1 Run all examples for job windows_latest_cmake in CI (#392)
* Enable examples on CI for `windows_latest_cmake`

* Enable MPI for CI job `windows_latest_cmake`
2023-01-26 21:20:32 +01:00
Fabien Péan f4d7302a49 Fix library consumption from C++17 on Windows (#391) 2023-01-19 20:02:59 +01:00
Fabien Péan 6f58bb1974 Link to LAPACK before BLAS (#384) 2023-01-15 19:54:09 +01:00
Sylvestre Ledru af09793e70 Merge pull request #385 from FabienPean/patch-2
Make building tests an option in CMake
2023-01-15 18:37:17 +01:00
Fabien Péan f4823d97e6 Make building tests an option 2023-01-15 17:35:45 +01:00
Fabien Péan 282bd42fde Make building tests an option 2023-01-15 17:35:45 +01:00
Sylvestre Ledru 1278cb1001 Merge pull request #389 from FabienPean/fix/macos
Fix CI macOS jobs
2023-01-15 17:35:29 +01:00
Fabien Péan 4002c2733c Replace deprecated np.complex by built-in complex 2023-01-14 21:45:23 +00:00
Fabien Péan 81ed8ef3ec Fix CI for macOS 2023-01-14 21:45:02 +00:00
Juan José García RipollandFranck HOUSSEN db55a7ff41 Propagate dependencies in CMake configuration file (#377)
* Propagate dependencies in CMake configuration file

* Test that CMake find_package(arpackng) finds arpack in standard locations

Co-authored-by: Franck HOUSSEN <fghoussen@users.noreply.github.com>
2022-10-27 21:51:41 +02:00
Zhentao Wang 8ecf1be713 Add Ritz options (largest/smallest in real/imaginary parts) for complex routines 2022-08-20 21:30:21 +02:00
Zhentao Wang 36eaaf0791 [CLEAN] Shuffle the order of the functions inside parpack.h to be
consistent with those in parpack.hpp. Remove a few trailing white spaces
in pc/znaupd.f
2022-08-20 21:30:21 +02:00
Sylvestre Ledru 5131f792f2 Merge pull request #372 from fghoussen/fix_issue_332
Fix issue 332
2022-08-14 23:36:10 +02:00
Franck HOUSSEN 04e1b3c9db parpack: no ILP64 support. 2022-08-14 23:10:17 +02:00
Franck HOUSSEN 5c81720203 [CI - W10] bug_1315_single: easy tolerance as we deal with float. 2022-08-14 23:10:17 +02:00