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

Sebastian Gutierrez sebasgut.5 at gmail.com
Mon Jul 25 03:51:35 CDT 2022


Hello Satish,

First of all, I want to thank you for your response. I have been trying to
perform the second alternative you suggested, but I am having problem while
I am executing the cmake command. Could you help me with it? I got this
error in the image attached, additionally I config petsc with this
configuration: *./configure --with-cc=gcc --with-cxx=g++ --with-fc=gfortran
--with-debugging=0 COPTFLAGS='-O3 -march=native -mtune=native'
CXXOPTFLAGS='-O3 -march=native -mtune=native' FOPTFLAGS='-O3 -march=native
-mtune=native' --with-shared-libraries=0 --download-mpich*
And this cmake command: *cmake -DPETSC_DIR=/usr/lib/petsc-3.17.2
-DPETSC_ARCH=arch-linux-c-opt all -DPETSC_CURRENT=ON ../*

I hope you can help me, please.

Best regards,

Sebastian

[image: imagen.png]


El jue, 21 jul 2022 a las 15:41, Satish Balay (<balay at mcs.anl.gov>)
escribió:

> Another alternative: you can install PETSc with:
>
> --with-shared-libraries=0
>
> [but some of the dependent libraries might still be shared - if so -
> you'll need to figure out static build for them. If they are installed with
> --download-pkg option of configure - likely it will be static]
>
> Satish
>
> On Thu, 21 Jul 2022, Satish Balay via petsc-users wrote:
>
> > You can try:
> >
> > ldd your-executable
> >
> > And copy over all the .so files listed by it [ignoring the system
> libraries - that might be present on the remote machine
> >
> >
> > 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 likely to work.
> >
> > Note: this might not work parallely - as you would need mpiexec for a
> parallel run
> >
> > Satish
> >
> > On Thu, 21 Jul 2022, Sebastian Gutierrez wrote:
> >
> > >
> > >
> > >
> > > Good afternoon PETSc Development Team,
> > >
> > >
> > >
> > > I have been trying to distribute your program as third party library
> in my CMake Project. Because I do not want to my Linux users to have to
> install petsc by their own. I just want them to use my final
> > > product that uses petsc dependencies. When I execute make install  of
> my Project in my own machine, it works perfectly but the problem appears
> when I move the executable to another machine that does not have
> > > installed petsc.
> > >
> > >
> > >
> > > I honestly have no idea to solve this. I wrote this email in hopes
> that you kindly help me out with this.
> > >
> > > I am looking forward to your answer.
> > >
> > >
> > >
> > > Best regards,
> > >
> > >
> > >
> > > Sebastian Gutierrez
> > >
> > >
> > >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20220725/dd00fd67/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imagen.png
Type: image/png
Size: 93827 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20220725/dd00fd67/attachment-0001.png>


More information about the petsc-users mailing list