Also note that I have installed petsc using the following commands:

./configure  --download-f-blaslapack=1 --with-shared-libraries=1 
--download-hypre=1 --download-mumps=1 --download-spooles=1 
--download-scalapack=1 --download-metis=1 --download-parmetis=1 
--download-blacs=1 --with-debugging=0 --with-x=0
make all check. 

I get no errors and pass all tests when checking if installation was done 
correctly. 

*Final note, the above commands are done in the build directory inside the 
dealii directory.*


On Tuesday, August 27, 2024 at 8:43:28 AM UTC-5 Mark Simmons wrote:

> Hello, 
>
> I am in the process of reinstalling dealii on my computer and I am able to 
> generate the build files and install everything. However, when I try to run 
> "make test" I  get a strange error. Attached is also my detailed and 
> summary log.
>
>  I currently am running the following commands for generating the build 
> files.  
>
> cmake -DDEAL_II_WITH_PETSC=ON 
> -DCMAKE_INSTALL_PREFIX=/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/DEAL_II_INSTAL
> L -DPETSC_DIR=$PETSC_DIR -DPETSC_ARCH=$PETSC_ARCH -DDEAL_II_WITH_MPI=ON 
> -DDEAL_II_WITH_HDF5=OFF ..
>
> and then this command to install
>
> make --jobs=32 install
>
> when I run 
>
> make test
>
> I get the error pasted at the end of this message. Note that I get this 
> error multiple times and sometimes it says Imported target 
> "dealii::dealii_release 
> as well as Imported target "dealii::dealii_debug. 
>
>
>
> CMake Error in CMakeLists.txt: 
>  Imported target "dealii::dealii_debug" includes non-existent path 
>
>    "/usr/include/openmpi-x86_64/hypre" 
>
>  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include: 
>
>  * The path was deleted, renamed, or moved to another location. 
>
>  * An install or uninstall procedure did not complete successfully. 
>
>  * The installation package was faulty and references files it does not 
>  provide.
>
> Thanks for any help,
> Mark
>
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/9cc932cf-4346-4506-af5a-adbeaf9a01c4n%40googlegroups.com.

Reply via email to