Randy,
Could you please cut and paste the entire error message you get. It worked
for me.
I assume you mean -dm_mat_type aijcusparse not aijcuda (which doesn't
exist).
Satish,
I does appear we do not have a nightly test for cuda and complex, could
that test be added to the nightly sweeps?
Thanks
Barry
> On Feb 14, 2019, at 7:33 PM, Randall Mackie via petsc-users
> <[email protected]> wrote:
>
> We are testing whether or not we can benefit from porting our PETSc code to
> use GPUS.
> We have installed PETSc following the instructions here:
> https://www.mcs.anl.gov/petsc/features/gpus.html
>
> Using KSP example 32 (ex32.c) to test, and using -dm_vec_type cuda and
> -dm_mat_type aijcuda
> then ex32 runs fine when compiled with a REAL version of PETSc but bombs out
> when using a COMPLEX version.
>
> Is it possible to run PETSc on GPUS in complex mode?d
>
>
> Thanks, Randy M.