AMGX icon indicating copy to clipboard operation
AMGX copied to clipboard

Is the input to AMGX_matrix_upload_distributed() assumed to be assembled?

Open stgeke opened this issue 3 years ago • 1 comments

To be more precise: Does it add to values on other processors?

stgeke avatar May 24 '21 16:05 stgeke

You can see example of this API usage here: https://github.com/NVIDIA/AMGX/blob/main/examples/amgx_mpi_capi_cla.c#L513 And how input data is set up: https://github.com/NVIDIA/AMGX/blob/main/examples/amgx_mpi_capi_cla.c#L395-L436

marsaev avatar Aug 02 '22 08:08 marsaev