[deal.II] Re: Error while installing dealii

2022-03-15 Thread PUNITH M
S I did with the following options cmake -DTPL_ENABLE_MPI=ON -DMPI_BASE_DIR=/apps/compilers/openmpi/4.1.1 -DTrilinos_ENABLE_ALL_PACKAGES=ON -DTPL_ENABLE_Boost=OFF -DBUILD_SHARED_LIBS=ON -DTPL_ENABLE_Netcdf=OFF -DCMAKE_INSTALL_PREFIX=/apps/libs/Trillions-13.2 ../ On Tuesday, March 15, 2022 at

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread blais...@gmail.com
Ohh but that explains everything. In the application that I am trying to compile we set the standard to CXX17 hence it must be forcing the compiler to do so. Everything is clear with this. Thank you so much :)! Again, amazing work on the whole candi endeavour. On Tuesday, March 15, 2022 at 7:42

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread Wolfgang Bangerth
On 3/14/22 11:24, blais...@gmail.com wrote: *Users/blaisb/work/candi/trilinos-release-12-18-1/include/Tpetra_Import_def.hpp:1171:24: **error: **no member named 'bind1st' in namespace 'std'; did you mean 'boost::container::bind1st'?*                        std::bind1st (std::equal_to (), -1));

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread Wolfgang Bangerth
On 3/14/22 11:24, blais...@gmail.com wrote: *Users/blaisb/work/candi/trilinos-release-12-18-1/include/Tpetra_Import_def.hpp:1171:24: **error: **no member named 'bind1st' in namespace 'std'; did you mean 'boost::container::bind1st'?*                        std::bind1st (std::equal_to (), -1));

Re: [deal.II] Error with PETScWrappers::PreconditionILU

2022-03-15 Thread Timo Heister
Hi, > [0]PETSC ERROR: See > https://www.mcs.anl.gov/petsc/documentation/linearsolvertable.html for > possible LU and Cholesky solvers > [0]PETSC ERROR: Could not locate a solver package for factorization type ILU > and matrix type mpiaij. This means that ILU is not available for parallel matri

[deal.II] Error with PETScWrappers::PreconditionILU

2022-03-15 Thread Hermes Sampedro
Dear all, I am getting a running error that I can not really understand when calling *PETScWrappers::PreconditionILU preconditioner(system_matrix)*. However, it seems to work with *PETScWrappers::PreconditionBlockJacobi preconditioner(system_matrix).* May I ask for help to understand/solve

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread Timo Heister
What program causes the error? Can you post the complete error output? Updating might help, yes. std::bind1st was removed in c++17 and so trilinos needs to be updated. On Tue, Mar 15, 2022 at 10:58 AM blais...@gmail.com wrote: > > Still can't get it to work. It seems to be related to a specific

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread blais...@gmail.com
Still can't get it to work. It seems to be related to a specific Tpetra file: "Tpetra_Import_def.hpp" I'll try with a more recent version of Trilinos to see if this fixes thing. Do you think it might be that step-32 does not include this file ? On Tuesday, March 15, 2022 at 10:55:35 a.m. UTC-4

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-03-15 Thread Timo Heister
Can you please post your /Users/masoud/dealii-candi/tmp/build/deal.II-master/detailed.log ? On Tue, Mar 15, 2022 at 7:18 AM Masoud Ahmadi wrote: > Thanks Timo, > > I tried to switch to master, but again the same thing happened. > So, now on the master branch of candi, same error. > I attached th

[deal.II] Re: Error while installing dealii

2022-03-15 Thread Bruno Turcksin
Hello, Did you configure Trilinos with MPI support? Best, Bruno On Tuesday, March 15, 2022 at 7:09:55 AM UTC-4 punith...@gmail.com wrote: > I've compiled a deal.ii using CMake with the below options > > cmake -DCMAKE_INSTALL_PREFIX=/apps/codes/deal_II/9.3.3 > -DHDF5_DIR=/apps/libs/hdf5/gcc/1

[deal.II] deal.II website down...

2022-03-15 Thread Guido Kanschat
...seems there is a hardware issue. We are working on it. Guido -- 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

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-03-15 Thread Masoud Ahmadi
Thanks Timo, I tried to switch to master, but again the same thing happened. So, now on the master branch of candi, same error. I attached the log file, please take a look. On Sunday, 13 March 2022 at 19:55:52 UTC Timo Heister wrote: > What candi git branch are you on? You might need to switc

[deal.II] Error while installing dealii

2022-03-15 Thread PUNITH M
I've compiled a deal.ii using CMake with the below options cmake -DCMAKE_INSTALL_PREFIX=/apps/codes/deal_II/9.3.3 -DHDF5_DIR=/apps/libs/hdf5/gcc/1.12.1 -DP4EST_DIR=/apps/libs/p4est-2.8 -DDEAL_II_WITH_MPI=ON -DTRILINOS_DIR=/apps/libs/Trillions-13.2 ../ compile was successful while installing us

Re: [deal.II] Website down?

2022-03-15 Thread divyaprak...@gmail.com
Thank you! On Tuesday, March 15, 2022 at 3:38:56 PM UTC+5:30 Praveen C wrote: > You can download the offline documentation here which contains the > tutorials > > https://github.com/dealii/dealii/releases > > best > praveen > > On 15-Mar-2022, at 3:36 PM, divyaprak...@gmail.com > wrote: > > An

Re: [deal.II] Website down?

2022-03-15 Thread Praveen C
You can download the offline documentation here which contains the tutorials https://github.com/dealii/dealii/releases best praveen > On 15-Mar-2022, at 3:36 PM, divyaprak...@gmail.com > wrote: > > Any information on when it'll be restored? I need

[deal.II] Re: Website down?

2022-03-15 Thread divyaprak...@gmail.com
Any information on when it'll be restored? I need to access the detailed tutorials for my project work. On Tuesday, March 15, 2022 at 11:30:20 AM UTC+5:30 divyaprak...@gmail.com wrote: > Hi, > > Is the deal2 website down? I am unable to access it from Delhi, India. > > Regards > Divyaprakash >