Re: [petsc-users] Doubt about distribution of PETSc in a CMake project

2022-07-27 Thread Sebastian Gutierrez
nd retry 'ldd your-executable' on the new machine - and make sure there > are no 'not found' libraries in that list > > then your-executable is likely to work. > > Note: this might not work parallely - as you would need mpiexec for a > parallel run > > Sati

Re: [petsc-users] Doubt about distribution of PETSc in a CMake project

2022-07-25 Thread Sebastian Gutierrez
> > > > > > Try setting LD_LIBRARY_PATH to this location [n the new machine] > > > > and retry 'ldd your-executable' on the new machine - and make sure there > are no 'not found' libraries in that list > > > > then your-executable is lik

[petsc-users] Doubt about distribution of PETSc in a CMake project

2022-07-21 Thread Sebastian Gutierrez
your answer. Best regards, Sebastian Gutierrez