Hello,
I've got a OSX Intel Cluster with LAM-7.1.3 running on it and using
gfortran 4.3.
In the 32-bit mode all is well...
However in the 64bit mode I get an error while running two of the
test routines for PBLAS.
Regards,
Gregory J. Orris, Ph.D.
Acoustics Division
Naval Research Laboratory
4555 Overlook Avenue SW
Washington, DC 20375
Tel: +1 202.767.1741
FAX: +1 202.404.7732
e-mail:orris@Domain.Removed
mpiexec -np 4 ./xcpblas1tst Level 1 PBLAS testing program.
'Intel iPSC/860 hypercube, gamma model.'
Tests of the complex single precision Level 1 PBLAS
The following parameter values will be used:
Number of Tests : 4
Number of process grids : 4
P : 2 1 2 1
Q : 2 2 1 4
Stop on failure flag : F
Test for error exits flag : T
Leading dimension gap : 10
Verbosity level : 0
Alpha : ( 2.00000 , -3.00000 )
Routines to be tested : PCSWAP ... Yes
PCSCAL ... Yes
PCSSCAL ... Yes
PCCOPY ... Yes
PCAXPY ... Yes
PCDOTU ... Yes
PCDOTC ... Yes
PSCNRM2 ... Yes
PSCASUM ... Yes
PCAMAX ... Yes
Relative machine precision (eps) is taken to be 0.596046E-07
Tests started.
Error-exit tests completed.
Test number 1 started on a 2 x 2 process grid.
------------------------------------------------------------------------
-----
N IX JX MX NX IMBX INBX MBX NBX RSRCX
CSRCX INCX
------------------------------------------------------------------------
-----
14 5 2 36 24 2 2 2 2
0 0 1
------------------------------------------------------------------------
-----
N IY JY MY NY IMBY INBY MBY NBY RSRCY
CSRCY INCY
------------------------------------------------------------------------
-----
14 1 7 2 27 2 2 2 2
0 0 2
------------------------------------------------------------------------
-----
Tested Subroutine: PCSWAP
***** Input-only parameter check: PCSWAP PASSED *****
***** Computational check: PCSWAP PASSED *****
Tested Subroutine: PCSCAL
***** Input-only parameter check: PCSCAL PASSED *****
***** Computational check: PCSCAL PASSED *****
Tested Subroutine: PCSSCAL
***** Input-only parameter check: PCSSCAL PASSED *****
***** Computational check: PCSSCAL PASSED *****
Tested Subroutine: PCCOPY
***** Input-only parameter check: PCCOPY PASSED *****
***** Computational check: PCCOPY PASSED *****
Tested Subroutine: PCAXPY
***** Input-only parameter check: PCAXPY PASSED *****
***** Computational check: PCAXPY PASSED *****
Tested Subroutine: PCDOTU
MPI_Recv: process in local group is dead (rank 3, comm 2)
MPI_Recv: process in local group is dead (rank 1, comm 5)
Rank (2, MPI_COMM_WORLD): Call stack within LAM:
Rank (2, MPI_COMM_WORLD): - MPI_Recv()
Rank (2, MPI_COMM_WORLD): - MPI_Allreduce()
Rank (2, MPI_COMM_WORLD): - main()
Rank (3, MPI_COMM_WORLD): Call stack within LAM:
MPI_Recv: process in local group is dead (rank 1, comm 4)
Rank (3, MPI_COMM_WORLD): - MPI_Recv()
Rank (3, MPI_COMM_WORLD): - MPI_Allreduce()
Rank (3, MPI_COMM_WORLD): - main()
Rank (1, MPI_COMM_WORLD): Call stack within LAM:
Rank (1, MPI_COMM_WORLD): - MPI_Recv()
Rank (1, MPI_COMM_WORLD): - MPI_Bcast()
Rank (1, MPI_COMM_WORLD): - main()
------------------------------------------------------------------------
-----
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.
PID 11576 failed on node n0 (132.250.147.1) due to signal 4.
------------------------------------------------------------------------
-----
mpirun failed with exit status 4
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/scalapack/attachments/20070607/b8a91d37/attachment.htm
|