I get the following error message when I try to solve a tridiagonal system.
UNSUCCESSFUL RUN FOR SPIKE - INFO EXIT -1
SPIKE_CORE ERROR CODE -314
I am using pspike.tp = 1 and mat.format='S'
What could be going wrong?
Sunil.
I get the following error message when I try to solve a tridiagonal system.
UNSUCCESSFUL RUN FOR SPIKE - INFO EXIT -1
SPIKE_CORE ERROR CODE -314
I am using pspike.tp = 1 and mat.format='S'
What could be going wrong?
Sunil.
I get the following error message when I try to solve a tridiagonal system.
UNSUCCESSFUL RUN FOR SPIKE - INFO EXIT -1
SPIKE_CORE ERROR CODE -314
I am using pspike.tp = 1 and mat.format='S'
What could be going wrong?
Sunil.
Hello, The current version of the solveronly supports automatic partitioning of sparse matrices (pspike%tp=0). Manual partitioning (pspike%tp=1) is notyet available. If you're using mat%format='S', the MPI master process initially holds the entire matrix. The matrix is automatically distributed to the other MPI processes upon calling the SPIKE subroutine. Section 6.5of the user guide shows an example of automatic partitioning using the CSR format. Please let us know if you have any other questions. Best regards, Henry Gabb Intel Cluster Software and TechnologiesHello Sunil,
I was wrong. The current release already supports manual partitioning with the CSR format. According to Table 7.4 of the user guide, error code -314 indicates that mat%kl or mat%ku is not set correctly. Please verify that these variables are being set correctly for all MPI ranks. Please let me know if that doesn't solve the problem.
Best regards,
Henry
You're right.We'll take a look at the code to see why this error check is happening for CSR format. It will hopefully be a simple fix so it shouldn't take too long to post a new library.
It would also help ifyou could provide a test case that reproduces the problem. We can run it against our latest internal code.
Best regards,
Henry
| Fichier attaché | Taille |
|---|---|
| Téléchargement | 6.01 Ko |
| Téléchargement | 649 octets |
| Téléchargement | 6.64 Ko |
| Téléchargement | 2.8 Ko |
