[deal.II] deal.ii does not support MacOSX10.13.sdk

2017-09-26 Thread zhen-lin Wang
Hi, I am using Mac OS just updated my Xcode as MacOSX10.13.sdk. Then I got a error during compiling No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework' Indeed there is only

Re: [deal.II] Re: run deal.ii on stampede

2017-04-10 Thread zhen-lin Wang
Hi Artur, It is the problem, I finally set up deal.ii with trilinos and petsc. Thank you for all your help. Bests, Zhenlin 2017-04-07 17:44 GMT-04:00 Artur Safin : > Zhenlin, > > The petsc configuration I posted was for complex numbers, which is enabled > with --with-scalar-type=complex. If you

Re: [deal.II] Re: run deal.ii on stampede

2017-04-06 Thread zhen-lin Wang
Hi Artur, Thank you very much for your sharing! it is very helpful. I basically followed your installation, and it works well for trilinos and petsc. However when I install deal.ii with link to petsc, error happens when compiling data_out_dof_data.cc that "error: no suitable conversion function fr

[deal.II] Re: run deal.ii on stampede

2017-04-05 Thread zhen-lin Wang
Hi Artur, I am trying to install these by myself, it would be great that you can share your installation steps, did you configure deal.ii with petsc? If so did you use the available version or also install it by yourself? Thank you, Zhenlin 在 2017年4月5日星期三 UTC-4下午7:56:52,Artur Safin写道: > > Zhen

[deal.II] Re: run deal.ii on stampede

2017-04-05 Thread zhen-lin Wang
Turcksin写道: > > Zhenlin, > > On Wednesday, April 5, 2017 at 6:10:44 PM UTC-4, zhen-lin Wang wrote: >> >> However, errors happens at linking: >> >> /home1/apps/intel15/mvapich2_2_1/trilinos/12.8.1/lib/libpytrilinos.so: >> undefined reference to `PyType_IsSubty

[deal.II] run deal.ii on stampede

2017-04-05 Thread zhen-lin Wang
Hi, I am trying to run deal.ii on Stampede after loading following modules, I can compile the code: 1) xalt/0.6 3) git/2.7.0 5) intel/15.0.2 7) mvapich2/2.1 9) dealii/8.4.1 11) slepc/3.5 2) TACC 4) cmake/3.7.1 6) cxx11/4.9.18) trilinos/12.6.4 10) petsc/3.5 How

[deal.II] Re: hp::DoFHandler does not support parallel::distributed::Triangulation

2017-02-22 Thread zhen-lin Wang
alization/restart. > > Regards, > Denis. > > On Wednesday, February 22, 2017 at 6:51:34 AM UTC+1, zhen-lin Wang wrote: >> >> Hi all, >> >> I found that hp::DoFHandler does not support >> parallel::distributed::Triangulation currently. The erro

[deal.II] hp::DoFHandler does not support parallel::distributed::Triangulation

2017-02-21 Thread zhen-lin Wang
Hi all, I found that hp::DoFHandler does not support parallel::distributed::Triangulation currently. The error shows like: --- An error occurred in line <1669> of file in function dealii::hp::DoFHandler<2, 2>::DoFHandler(const Triangulation &) [dim = 2, spacedim = 2] The viola