Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-24 Thread Sajid Ali Syed via petsc-users
Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Barry Smith Sent: Wednesday, February 22, 2023 6:49 PM To: Sajid Ali Syed Cc: Matthew Knepley ; petsc-users@mcs.anl.gov Subject: Re: [petsc-users] KSP

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-22 Thread Sajid Ali Syed via petsc-users
National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Sajid Ali Syed Sent: Wednesday, February 22, 2023 6:34 PM To: Matthew Knepley Cc: Barry Smith ; petsc-users@mcs.anl.gov Subject: Re: [petsc-users] KSP_Solve c

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-22 Thread Sajid Ali Syed via petsc-users
Science, Simulation, and Learning Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Matthew Knepley Sent: Wednesday, February 22, 2023 6:28 PM To: Sajid Ali Syed Cc: Barry Smith ; petsc-users@mcs.anl.gov S

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-22 Thread Sajid Ali Syed via petsc-users
/him) | Research Associate Data Science, Simulation, and Learning Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Matthew Knepley Sent: Wednesday, February 22, 2023 5:23 PM To: Sajid Ali Syed Cc: Barry

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-22 Thread Sajid Ali Syed via petsc-users
nk You, Sajid Ali (he/him) | Research Associate Data Science, Simulation, and Learning Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Barry Smith Sent: Wednesday, February 15, 2023 2:01 PM To: Sajid

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-22 Thread Sajid Ali Syed via petsc-users
ttp://s-sajid-ali.github.io> From: Barry Smith Sent: Wednesday, February 15, 2023 2:01 PM To: Sajid Ali Syed Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] KSP_Solve crashes in debug mode https://gitlab.com/petsc/petsc/-/merge_requests/6075

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-09 Thread Sajid Ali Syed via petsc-users
I’ve also printed out the head struct in the debugger, and it looks like this: (lldb) print (TRSPACE)*head(TRSPACE) $7 = { size = 16 rsize = 16 id = 12063 lineno = 217 filename = 0x0001167fd865 "/Users/sasyed/Documents/packages/petsc/src/sys/dll/reg.c" functionname =

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-09 Thread Sajid Ali Syed via petsc-users
.io> From: Barry Smith Sent: Thursday, February 9, 2023 12:02 PM To: Sajid Ali Syed Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] KSP_Solve crashes in debug mode Hmm, looks like your build may be funny? It is not in debug mode frame #2: 0x00010eda20c8 libpetsc.3.018

Re: [petsc-users] KSP_Solve crashes in debug mode

2023-02-09 Thread Sajid Ali Syed via petsc-users
The configuration log is attached with this email. configure_log_tail Description: configure_log_tail

[petsc-users] KSP_Solve crashes in debug mode

2023-02-09 Thread Sajid Ali Syed via petsc-users
Hi PETSc-developers, In our application we call KSP_Solve as part of a step to propagate a beam through a lattice. I am observing a crash within KSP_Solve for an application only after the 43rd call to KSP_Solve when building the application and PETSc in debug mode, full logs for which are

Re: [petsc-users] Regarding the status of VecSetValues(Blocked) for GPU vectors

2022-03-18 Thread Sajid Ali Syed
, Sajid Ali (he/him) | Research Associate Scientific Computing Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Matthew Knepley Sent: Thursday, March 17, 2022 7:25 PM To: Mark Adams Cc: Sajid Ali Syed ;

[petsc-users] Regarding the status of VecSetValues(Blocked) for GPU vectors

2022-03-17 Thread Sajid Ali Syed
Hi PETSc-developers, Is it possible to use VecSetValues with distributed-memory CUDA & Kokkos vectors from the device, i.e. can I call VecSetValues with GPU memory pointers and expect PETSc to figure out how to stash on the device it until I call VecAssemblyBegin (at which point PETSc could

Re: [petsc-users] GAMG crash during setup when using multiple GPUs

2022-02-11 Thread Sajid Ali Syed
Division Fermi National Accelerator Laboratory s-sajid-ali.github.io<http://s-sajid-ali.github.io> From: Mark Adams Sent: Thursday, February 10, 2022 8:47 PM To: Junchao Zhang Cc: Sajid Ali Syed ; petsc-users@mcs.anl.gov Subject: Re: [petsc-users] GAMG

[petsc-users] Sparse solvers for distributed GPU matrices/vectors arising from 3D poisson eq

2022-02-04 Thread Sajid Ali Syed
Hi PETSc-developers, Could the linear solver table (at https://petsc.org/main/overview/linear_solve_table/) be updated with information regarding direct solvers that work on mpiaijkokkos/kokkos (or mpiaijcusparse/cuda) matrix/vector types? The use case for this solver would be to repeatedly