-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build Code_Saturne with PETSc #47
Comments
The patch breaks the build using user/project account installs (installed using --prefix). |
Happy to test any patch you have. |
Hello, Trying to get back to this. On a Debian sid system using a packaged install of PETSc, the detection configuration works OK without the patch using Which type of system are you running on ? What is the structure under Best regards, |
I am on Fedora which has somewhat different installation paths for petsc compared to ubuntu/Debian. |
Could you specify how the install paths for PETSc are organized on Fedora ? |
On Red Hat / Fedora / CentOS the installation filelist can be seen in: |
I have been unable to build Code_Saturne with PETSc for any combination of configure petsc-related options because the relative m4 file is simply wrong, at least for a regular system-wide installation of the petsc package using a typical Linux repository. I modified some files attached here to make it work.
On my system with these modifications and the command line options:
--with-petsc=/usr
--with-petsc-lib=/usr/lib64/openmpi/lib
the compilation works correctly.
You may want to consider updating them.
cs_petsc.zip
The text was updated successfully, but these errors were encountered: