[deal.II] deal.II Newsletter #67

2019-02-14 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #67. 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: #7729: Do not use cudaDeviceSynchronize in release mode (proposed by

Re: [deal.II] Re: intel 19 compilation failure

2019-02-14 Thread Sean McGovern
OK. I will look into it. Thanks, Bruno! On Thursday, February 14, 2019 at 4:49:35 PM UTC+1, Bruno Turcksin wrote: > > Sean, > > It looks like you need to link against blacs (mkl_blacs_intelmpi_ilp64) > see here >

Re: [deal.II] Trouble getting UMFPACK to work

2019-02-14 Thread Jean-Paul Pelteret
Dear Darius, > template > void elastic_rod::solve(){ > SparseDirectUMFPACK A_direct; > A_direct.initialize(system_matrix) ; > A_direct.vmult(solution, system_rhs); > } > Since I am new to dealii, so instead of creating a new CMakeLists.txt file I > have just copied my

Re: [deal.II] Re: intel 19 compilation failure

2019-02-14 Thread Bruno Turcksin
Sean, It looks like you need to link against blacs (mkl_blacs_intelmpi_ilp64) see here but I don't know where you need to add the flag in CANDI :( Best, bruno Le jeu. 14 févr. 2019 à 10:35, Sean McGovern a écrit

[deal.II] Re: intel 19 compilation failure

2019-02-14 Thread Sean McGovern
Hi Bruno! Attached is the configuration log. I use MKL for petsc and p4est. Thanks, Sean On Thursday, February 14, 2019 at 4:22:39 PM UTC+1, Bruno Turcksin wrote: > > Sean, > > On Thursday, February 14, 2019 at 9:48:56 AM UTC-5, Sean McGovern wrote: >> >> I am trying to install dealii with

[deal.II] Re: intel 19 compilation failure

2019-02-14 Thread Bruno Turcksin
Sean, On Thursday, February 14, 2019 at 9:48:56 AM UTC-5, Sean McGovern wrote: > > I am trying to install dealii with petsc and p4est on the cluster in > Juelich with intel 19. It has been running with intel 18. As others have > suggested, I have turned DEAL_II_WITH_CXX17=OFF, I have used the

[deal.II] intel 19 compilation failure

2019-02-14 Thread Sean McGovern
Hi all, I am trying to install dealii with petsc and p4est on the cluster in Juelich with intel 19. It has been running with intel 18. As others have suggested, I have turned DEAL_II_WITH_CXX17=OFF, I have used the flag "-xhost", but I run into errors relating to vectorization (ALTIVEC). I