Re: [deal.II] Re: get errors when installing dealii on openSUSE Leap 42.1 by using candi

2017-06-03 Thread Tuanny Cajuhi
Hi Rene, your explanation helped me a lot!! :)) I was able to run up to this point: [100%] Building CXX object source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_rhs.cc.o Linking CXX shared library ../lib/libdeal_II.g.so /usr/bin/ld.gold: error: cannot find -lAtpSigHandler /usr/b

[deal.II] Calling fortran subroutine from my deal.II code

2017-06-03 Thread Praveen C
Dear all I have made changes to CMakeLists.txt set (CMAKE_Fortran_COMPILER "gfortran") set (CMAKE_Fortran_FLAGS_RELEASE "-O2 -m64") set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -m64”) SET(TARGET_SRC ${TARGET}.cc kronrod.f90 ) PROJECT(${TARGET} CXX Fortran) When I compile, I get this error $

Re: [deal.II] Re: get errors when installing dealii on openSUSE Leap 42.1 by using candi

2017-06-03 Thread Tuanny Cajuhi
Hi Rene, thank you so much for sharing and for the explanation!!! I will try and keep you updated :) Best, Tuanny On 03.06.2017 20:14, Rene Gassmöller wrote: I updated the github branch. The file is not longer at the old position, instead take a look at: https://github.com/dealii/candi/pull

Re: [deal.II] Re: get errors when installing dealii on openSUSE Leap 42.1 by using candi

2017-06-03 Thread Rene Gassmöller
I updated the github branch. The file is not longer at the old position, instead take a look at: https://github.com/dealii/candi/pull/31 Best Rene Am Freitag, 2. Juni 2017 14:55:45 UTC-4 schrieb Rene Gassmöller: > > Hi Tuanny, > > I happened to install deal.II on a Cray over the last days, and b

[deal.II] Re: MappingQ, and minimal test for reproducing Benchmark

2017-06-03 Thread Martin Kronbichler
Dear Juan Carlos, We have now finalized the TransfiniteInterpolationManifold implementation in deal.II, http://dealii.org/developer/doxygen/deal.II/classTransfiniteInterpolationManifold.html If you are interested, please try it out and let us know. As its implementation is completely new and I