-
Notifications
You must be signed in to change notification settings - Fork 472
Closed
Description
Hi,
this is with Lapack 3.8.0.
A segfault occurs in xeigtstz with lapack 3.8.0 and recent gfortran:
./EIG/xeigtstz < nep.in > znep.out 2>&1
/bin/sh: Zeile 1: 9026 Speicherzugriffsfehler (Speicherabzug geschrieben) ./EIG/xeigtstz < nep.in > znep.out 2>&1
This goes away when the stack limit is raised from the default of 8192 kb to 81920 kb (the
first value I tried).