When I test the SEP of ScaLAPACK,but it exited ,and I don't know the reason, is there anyone can help me to solve this question? The followings is from the output-file !!! The same problem happened when I test NSEP and and some LU test:
Sender: LSF System <lsfadmin@sigma-x15>
Subject: Job 26233: <SEP> Exited
Job <SEP> was submitted from host <sigma-x0> by user <zyq>.
Job was executed on host(s) <4*sigma-x15>, in queue <rms>, as user <zyq>.
</home2/zyq> was used as the home directory.
</home2/zyq/david/scalapack-1.7.3/TESTING> was used as the working directory.
Started at Fri Apr 21 16:55:58 2006
Results reported at Fri Apr 21 16:56:11 2006
Your job looked like:
------------------------------------------------------------
# LSBATCH: User input
#BSUB -n 4
#BSUB -J SEP
#BSUB -o outfile.SEP.%J
cd /home2/zyq/david/scalapack-1.7.3/TESTING
prun -n 4 ./xcsep
prun -n 4 ./xdsep
prun -n 4 ./xssep
prun -n 4 ./xzsep
------------------------------------------------------------
Exited with exit code 137.
Resource usage summary:
CPU time : 24.03 sec.
Max Memory : 7 MB
Max Processes : 1
The output (if any) follows:
SCALAPACK Hermitian Eigendecomposition routines.
' '
Running tests of the parallel Hermitian eigenvalue routine: PCHEEVX.
The following scaled residual checks will be computed:
||AQ - QL|| / ((abstol + ||A|| * eps) * N)
||Q^T*Q - I|| / (N * eps)
An explanation of the input/output parameters follows:
RESULT : passed; or an indication of which eigen request test failed
N : The number of rows and columns of the matrix A.
P : The number of process rows.
Q : The number of process columns.
NB : The size of the square blocks the matrix A is split into.
THRESH : If a residual value is less than THRESH, RESULT is flagged as PASSED.
: the QTQ norm is allowed to exceed THRESH for those eigenvectors
: which could not be reorthogonalized for lack of workspace.
TYP : matrix type (see pCSEPtst.f).
SUB : Subtests (see pCSEPtst).f
CHK : ||AQ - QL|| / ((abstol + ||A|| * eps) * N)
QTQ : ||Q^T*Q - I||/ (N * eps)
: when the adjusted QTQ exceeds THRESH
the adjusted QTQ norm is printed
: otherwise the true QTQ norm is printed
If NT>1, CHK and QTQ are the max over all eigen request tests
N NB P Q TYP SUB WALL CPU CHK QTQ CHECK
----- --- --- --- --- --- -------- -------- --------- --------- -----
'TEST 1 - test tiny matrices - different process configurations'
0 1 1 2 8 N ******** -1.00 0.00E+00 0.00E+00 PASSED EEVX
0 1 1 2 8 N 3000.00 -1.00 0.00E+00 0.00E+00 PASSED EEVD
0 1 1 1 8 N 16000.00 -1.00 0.00E+00 0.00E+00 PASSED EEVX
0 1 1 1 8 N 2400.00 -1.00 0.00E+00 0.00E+00 PASSED EEVD
1 1 1 2 8 N ******** -1.00 0.00E+00 0.00E+00 PASSED EEVX
1 1 1 2 8 N ******** -1.00 0.00E+00 0.00E+00 PASSED EEVD
1 1 1 1 8 N ******** -1.00 0.00E+00 0.00E+00 PASSED EEVX
1 1 1 1 8 N 43800.00 -1.00 0.00E+00 0.00E+00 PASSED EEVD
2 1 1 2 8 N ******** -1.00 2.3 1.1 PASSED EEVX
2 1 1 2 8 N ******** -1.00 2.7 0.50 PASSED EEVD
2 1 1 1 8 N ******** -1.00 1.7 1.4 PASSED EEVX
2 1 1 1 8 N ******** -1.00 1.5 0.26 PASSED EEVD

