Re: [deal.II] Install dealii failed in Supercomputer center

2019-11-28 Thread Daniel Arndt
The error you are seeing is related to https://github.com/dealii/dealii/pull/7767/commits/48954cca022288b739fb598b2be76cf15c5d28be. We haven't seen this problem before. You should be able to just remove the exception specifier as a workaround, i.e. change the respective code to FECollection(FEColl

Re: [deal.II] Install dealii failed in Supercomputer center

2019-11-28 Thread llf m
error occurs in make install [ 39%] Generating vector_tools_project_qpmf.inst [ 39%] Generating vector_tools_rhs.inst [ 39%] Built target obj_numerics_inst Scanning dependencies of target obj_numerics_release [ 39%] Building CXX object source/numerics/CMakeFiles/obj_numerics_release.dir/data_out

Re: [deal.II] Install dealii failed in Supercomputer center

2019-11-28 Thread llf m
Dear Daniel, Yes, your are right, and after clean the build directory and change the gcc version the 2) errors disappear but other errors appear: In file included from /BIGDATA1/dealii-9.1.1/source/numerics/data_out.cc(665): /BIGDATA1/dealii-9.1.1/include/deal.II/hp/fe_collection.h(145

Re: [deal.II] Install dealii failed in Supercomputer center

2019-11-27 Thread Daniel Arndt
m, Did you start again from a clean build directory? The errors you are reporting in 2) are in fact just feature checks and should not cause configuring to fail. Does CMake complete successfully? If not, what is the output when running CMake? Best, Daniel Am Mi., 27. Nov. 2019 um 06:00 Uhr schri