WIP: Dist testing
I was testing GEMM with the Tile interface on a distributed setting (p = 1, q = 2 or even p = 2, q = 1) and found that, given a LAPACK matrix A, Tile_to_Lapack(Lapack_to_Tile(A)) != A.
Setting the environment variable DEBUG prints the matrix created in the middle of the process at ztile.c. Even though the descriptor B (used to temporarily store the matrix in a single process) is correct, the resulting descriptor after chameleon_pzlacpy is not.
I'm running the test with mpirun --np 2 $CHAM_FOLDER/build/testing/stesting 2 0 2 2 GEMM 4 4
, being the two last arguments the size of the square matrix created and its leading dimension.
Merge request reports
Activity
added 3 commits
-
1cf7147d...90c8f94d - 2 commits from branch
solverstack:master
- 5e2af418 - Updated with upstream
-
1cf7147d...90c8f94d - 2 commits from branch
mentioned in merge request !158 (merged)
added 18 commits
- 40cfedcf - Fix error counting when testing
- 0cf8f336 - Revert "Fix error counting when testing"
- 3b025783 - Fix error counting when testing
- 872e7b91 - Norms now being calculated with the CHAMELEON interface
- 367c0b94 - Fix function name
- 4baa404b - Fix added descriptors' destruction at the end
- 8633951a - Distributed memory test working
- 48b5840d - Revert "Fix error counting when testing"
- 7cc06809 - testing_lange works even with multiple tiles
- 77ffa569 - Added p and q as arguments of testing_zlange and changed the default test to use MPI
- b850a381 - Testing problems found at Lapack_to_Tile
- 03d0464c - Little explanation added
- a3471f43 - Fixed problem and printing functions
- bae42c2d - New folder for the new tests
- 67b489ff - Previous gemm test restored
- db4311e5 - Implementing arguments parser
- 25afadc5 - Restore testing as in master
- db905c8c - No valgrind errors, working for any number of variables. Only needs to adjust...
Toggle commit listadded 26 commits
-
008d3fa8...2be2ccd3 - 4 commits from branch
solverstack:master
- 39eeeec4 - Fix error counting when testing
- 985080e9 - Revert "Fix error counting when testing"
- d5e458e1 - Merge branch 'master' of gitlab.inria.fr:solverstack/chameleon
- 0d5cacac - Fix error counting when testing
- f0918f95 - Revert "Fix error counting when testing"
- 0004e0af - Fix error counting when testing
- 2e7b631d - Norms now being calculated with the CHAMELEON interface
- 641102a1 - Fix function name
- 79f77c3b - Fix added descriptors' destruction at the end
- 561a01bf - Distributed memory test working
- f357bb80 - Revert "Fix error counting when testing"
- 6c897c91 - testing_lange works even with multiple tiles
- e0483287 - Added p and q as arguments of testing_zlange and changed the default test to use MPI
- aced2437 - Testing problems found at Lapack_to_Tile
- 38ee9d1d - Little explanation added
- 61898155 - Fixed problem and printing functions
- 24f7e9f2 - New folder for the new tests
- 3ebf2f77 - Previous gemm test restored
- f34da8d3 - Implementing arguments parser
- 0e997bfb - Restore testing as in master
- 4d8a57dc - No valgrind errors, working for any number of variables. Only needs to adjust...
- 02afdd7d - Creating all test combinations correctly
Toggle commit list-
008d3fa8...2be2ccd3 - 4 commits from branch
added 21 commits
-
02afdd7d...5fe41d5b - 2 commits from branch
solverstack:master
- f8127de2 - Fix error counting when testing
- 4b09b632 - Revert "Fix error counting when testing"
- 2edc6b14 - Fix error counting when testing
- 619b772b - Norms now being calculated with the CHAMELEON interface
- bca593eb - Fix function name
- 2d519f1a - Fix added descriptors' destruction at the end
- 6456c01e - Distributed memory test working
- cb631e6d - Revert "Fix error counting when testing"
- 4b231ae4 - testing_lange works even with multiple tiles
- eb72bb02 - Added p and q as arguments of testing_zlange and changed the default test to use MPI
- 8480737f - Testing problems found at Lapack_to_Tile
- 8ac99b10 - Little explanation added
- 9a60a8b5 - Fixed problem and printing functions
- 715e359f - New folder for the new tests
- 5d9d5bbe - Previous gemm test restored
- 936cba47 - Implementing arguments parser
- 97106c53 - Restore testing as in master
- 93a8e0f3 - No valgrind errors, working for any number of variables. Only needs to adjust...
- d14d5d6d - Creating all test combinations correctly
Toggle commit list-
02afdd7d...5fe41d5b - 2 commits from branch
added 1 commit
- 5e4181d0 - Correctly looping through the inputs for lange
This issue has been fixed by PR !159 (merged) and !169 (merged)