Feature mpi comm user
All threads resolved!
All threads resolved!
Merge request reports
Activity
Filter activity
added 1 commit
- 9c02978d - Separate the chameleon context struct declaration (CHAM_context_t) from others...
added 1 commit
- 73ff1dda - Do not use chameleon_context_self() to get the comm field in the...
- Resolved by Mathieu Faverge
- Resolved by PRUVOST Florent
- Resolved by Mathieu Faverge
- Resolved by Mathieu Faverge
- Resolved by Mathieu Faverge
- Resolved by Mathieu Faverge
- Resolved by Mathieu Faverge
- Resolved by PRUVOST Florent
added 1 commit
- bcadc679 - Already defined in chameleon/runtime_struct.h
added 11 commits
-
bcadc679...4dafc83f - 4 commits from branch
solverstack:master
- 502153ef - Add user mpi communicator feature.
- 0bd0f6e5 - Really test sub communicator in example lapack_to_chameleon/step6
- d3f7637e - Update example lapack_to_chameleon/step7 to use the map function and not the build one (deprecated)
- 6af8d220 - doc: update step6 for explanation about sub communicator.
- 4c29032b - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- 5cae3dda - Do not use chameleon_context_self() to get the comm field in the...
- 9b66f34e - Already defined in chameleon/runtime_struct.h
Toggle commit list-
bcadc679...4dafc83f - 4 commits from branch
added 15 commits
-
c0536e12...06e70618 - 7 commits from branch
solverstack:master
- 2e97c5a4 - Add user mpi communicator feature.
- 549ccdca - Really test sub communicator in example lapack_to_chameleon/step6
- c6a601e7 - Update example lapack_to_chameleon/step7 to use the map function and not the build one (deprecated)
- fc990531 - doc: update step6 for explanation about sub communicator.
- 73ede82a - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- 60f6c58f - Do not use chameleon_context_self() to get the comm field in the...
- fade6d75 - Already defined in chameleon/runtime_struct.h
- 4f5e3144 - Mark zbuild functions as deprecated
Toggle commit list-
c0536e12...06e70618 - 7 commits from branch
added 5 commits
- 75ac157c - struct_context: Update documentation style
- 4e1b27f5 - chameleon.h: minor indent with emacs
- fa803d12 - header: Fix the includes required in headers and remove duplicated declaration of MPI_COMM_WORLD
- f61b2e60 - codelet: alternative solution to avoid changing all codelet files (may be reverted if disagree)
- 3efac952 - starpu/control: restore (void)chamctxt for non mpi case
Toggle commit listadded 4 commits
- 14fb6076 - header: Fix the includes required in headers and remove duplicated declaration of MPI_COMM_WORLD
- bc523623 - codelet: alternative solution to avoid changing all codelet files (may be reverted if disagree)
- 12577d47 - starpu/control: restore (void)chamctxt for non mpi case
- bc73be82 - Revert commit ff04469d
Toggle commit listadded 29 commits
-
bc73be82...815fc8c2 - 15 commits from branch
solverstack:master
- 815fc8c2...65e87970 - 4 earlier commits
- a8083920 - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- ea4b47a3 - Do not use chameleon_context_self() to get the comm field in the...
- 493014c1 - Already defined in chameleon/runtime_struct.h
- afa6addf - Mark zbuild functions as deprecated
- 89cf13db - struct_context: Update documentation style
- ee92c858 - chameleon.h: minor indent with emacs
- f0a8afcd - header: Fix the includes required in headers and remove duplicated declaration of MPI_COMM_WORLD
- 8381dd5a - codelet: alternative solution to avoid changing all codelet files (may be reverted if disagree)
- 6bcc5b8d - starpu/control: restore (void)chamctxt for non mpi case
- 8ccd994a - Revert commit ff04469d
Toggle commit list-
bc73be82...815fc8c2 - 15 commits from branch
added 15 commits
- 8ccd994a...7e91cef7 - 5 earlier commits
- ed3f3f33 - Do not use chameleon_context_self() to get the comm field in the...
- 2b040260 - Already defined in chameleon/runtime_struct.h
- 41f81054 - Mark zbuild functions as deprecated
- e32ca74c - struct_context: Update documentation style
- 9ade6c84 - chameleon.h: minor indent with emacs
- 51575d3c - header: Fix the includes required in headers and remove duplicated declaration of MPI_COMM_WORLD
- f9525a9c - starpu/control: restore (void)chamctxt for non mpi case
- 0c548886 - runtime_ipiv_flush: Change api to match other call with sequence first
- 9ff1cbd5 - runtime_ipiv_flush: Change api to match other call with sequence first
- 55d9e618 - ipiv: Refactor ipiv function to pass option parameter instead of sequence in...
Toggle commit listadded 9 commits
- e2279cb6 - Add user mpi communicator feature.
- 0d41e7fb - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- 2d6f9c01 - Do not use chameleon_context_self() to get the comm field in the...
- fabc1889 - doc: update step6 and step7 coding style and documentation
- 293873e0 - header: Fix the includes required in headers and remove duplicated declaration of MPI_COMM_WORLD
- 81c474ee - starpu/control: restore (void)chamctxt for non mpi case
- 00e32c28 - ipiv: Refactor ipiv function to pass option parameter instead of sequence in...
- aca0e600 - descriptor: cleanup gather
- 1a961d9e - Really test sub communicator in example lapack_to_chameleon/step6
Toggle commit listadded 4 commits
Toggle commit listadded 4 commits
Toggle commit listadded 5 commits
- 30d66380 - ipiv: Rename ipiv_init and ipiv_reducek functions as INSERT_TASK and make...
- 3abeabc9 - ipiv: Change the runtime_ipiv interface to always take sequence as first argument when needed
- 764636dc - Add user mpi communicator feature.
- 973ec95d - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- ab1e6204 - doc: update step6 and step7 coding style and documentation
Toggle commit listadded 5 commits
- ad10f9be - ipiv: Rename ipiv_init and ipiv_reducek functions as INSERT_TASK and make...
- 77f8fe04 - ipiv: Change the runtime_ipiv interface to always take sequence as first argument when needed
- 88bb03fe - Add user mpi communicator feature.
- 1ac2d800 - Separate the chameleon context struct declaration (CHAM_context_t) from others...
- 8d6ea502 - doc: update step6 and step7 coding style and documentation
Toggle commit listmentioned in commit 4b568240
changed milestone to %Chameleon 1.3.0
Please register or sign in to reply