Re: [deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Bruno Turcksin
It looks like the error you get when using cxx=11 is from ginkgo so if you don't need ginkgo, you could try something like spack install dea...@9.2.0 ~ginkgo ^bo...@1.76.0 cxxstd=11 %g...@12.2.0 Bruno Le ven. 23 juin 2023 à 14:47, Andrew Li a écrit : > Unfortunately dealii@9.2.0 seems to be

Re: [deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Andrew Li
Unfortunately dealii@9.2.0 seems to be incompatible with boost versions greater than v1.77 according to spack ==> Error: concretization failed for the following reasons: 1. Cannot select a single "version" for package "boost" 2. Cannot satisfy 'boost@:1.77.0' 3. Cannot satisfy

Re: [deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Bruno Turcksin
The error is from here In file included from ./boost/math/tools/mp.hpp:341, from ./boost/math/policies/policy.hpp:11, from ./boost/math/special_functions/math_fwd.hpp:31, from ./boost/math/special_functions/airy.hpp:11, from

[deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Andrew Li
I assume the error has changed because spack automatically found the new boost package which has been installed using cxxstd=11. In fact, specifying the boost installation to cxxstd=17 again reproduces the original error message. I'm rerunning that installation to get the build-log file now

[deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Andrew Li
Hi Bruno, Thanks for your quick response! The error message I get when i run [al5@coe ~]$ srun --mem-per-cpu=16G spack install dealii@9.2.0 %gcc@12.2.0 is ==> Installing dealii-9.2.0-27ysq7kvk7cdu7t2a6jjqmls4qd5fsbc ==> No binary for dealii-9.2.0-27ysq7kvk7cdu7t2a6jjqmls4qd5fsbc found:

[deal.II] deal.II Newsletter #258

2023-06-23 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #258. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #15455: add mailmap entry (proposed by tamiko)

[deal.II] Re: dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Bruno Turcksin
Andrew, What's the error message that you get when using `spack install dealii@9.2.0 %gcc@12.2.0` ? spack writes the exact error in an output file. I don't think changing the C++ standard is the right fix, instead I would change the version of boost. Best, Bruno On Friday, June 23, 2023 at

[deal.II] dealii v 9.2.0 installation difficulty (also posted on spack group)

2023-06-23 Thread Andrew Li
Dear all, I hope this is the right place to post this question. I am trying to install an older version of dealii on a centos7 cluster using spack, and am running into issues. I have no problem installing dealii@9.4.2, but am unable to install dealii@9.2.0. If I run without specifying boost

Re: [deal.II] linking dealii (compiled with MPI) to MATLAB engine results in segmentation fault

2023-06-23 Thread Mathieu
Attached is the backtrace. Maybe there is an issue with the libmwmvm.so library. This library is not explicitly listed under the linked dependencies (ldd ./step-1), but I do not know if this is the problem or not. Maybe you have a better understanding of the backtrace. Best, Math Matthias