arpack-ng icon indicating copy to clipboard operation
arpack-ng copied to clipboard

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.

Results 61 arpack-ng issues
Sort by recently updated
recently updated
newest added

This pull request changes only the file "arpack.hpp" ## Pull request purpose For complex eigenvalue routines, the Ritz value options "LR", "SR", "LI", "SI" were not provided in the C++...

## Actual behavior All the constant-size stack arrays defined in `icb_arpack_c.c` have a size defined by an `a_int` variable that does not have the required constness. e.g. ``` a_int N...

https://buildd.debian.org/status/fetch.php?pkg=arpack&arch=ppc64el&ver=3.6.1-1&stamp=1529756139&raw=0 ``` rank 0 - 1000.15 1000.15 Correct eigenvalues not computed -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1. NOTE: invoking MPI_ABORT causes Open MPI...

## Pull request purpose The CMake files that are installed by arpack are non-standard and do not enumerate the library dependencies. This is critical where arpack is not built as...

## Expected behavior dseupd_ always succeeds on any arch ## Actual behavior dseupd_ randomly fails on mips64el arch ## Where/how to reproduce the problem - arpack-ng: release 3.8.0 - OS:...

## Expected behavior All builds for s390x should be successful for openSUSE Tumbleweed. ## Actual behavior arpack-ng packages for mpi are failing because of a invalid memory reference. **Error messages**...

## Expected behavior If I do something silly with the test result, e.g. ```diff --- a/EXAMPLES/SYM/ssdrv1.f +++ b/EXAMPLES/SYM/ssdrv1.f @@ -296,7 +296,7 @@ c %---------------------------% c call av(nx, v(1,j), ax) call...

## Expected behavior Running `make -jN` after `cmake -DPYTHON3=ON` should work and compile arpack + pyarpack, no matter the machine architecture. ## Actual behavior ``` [ 164s] virtual memory exhausted:...

This is a proposal for how the suffix could be standardized that is used to indicate that the package was built for 64-bit Fortran integers. See also #358.

``` ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: include/arpack/arpackdef.h Error: Orphaned: lib/cmake/arpack-ng-config-version.cmake Error: Orphaned: lib/cmake/arpack-ng-config.cmake ===> Checking for items in pkg-plist which are not in STAGEDIR...