Hello,

I followed the instructions on the webpage of dealii for installing the package. For installing exaDG I did the following steps:

I downloaded the zip file from github. Unpacked it in working directory, created build

cmake -DP4EST_DIR=/home/anachronism/computation/p4est -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON -DCMAKE_INSTALL_PREFIX=/home/anachronism/computation/deal.II .

For installing exaDG I created build copied config_exadg.sh into the build folder. Then I turned OFF fftw and likwid afterward I ran bash ./config_exadg.sh but I got the error which is in the file bash output.txt

so I ran the following command  the terminal:

cmake -DDEAL_II_DIR=~/computation/deal.II -DBUILD_SHARED_LIBS=ON -DPICKUP_TESTS=ON ../

The output for this is in file name cmakeOutput.txt

Then I ran make release, the output is in makeReleaseOutput.txt

Finally, I ran

make -j4

this is where I encountered the error the output is in file error.txt. I have highlighted these errors in the pdf error.pdf. Kindly let me know if I need to provide any information.

On 2023-04-11 23:14, Wolfgang Bangerth wrote:

On 4/11/23 00:42, 'Sooraj Bharan Soman' via deal.II User Group wrote:

I am using deal.ii version 9.4.1. I was wondering why I keep getting the error message "cellaccessor has no member function as_dof_handle_iterator", if the current version of dealii already has 'as_dof_handle_iterator'.

Can you show the exact code you use, along with the complete error message?

Best
W.

--
------------------------------------------------------------------------
Wolfgang Bangerth email: bange...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/

--
Thank You,

Sooraj Bharan Soman

--
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 User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/cf683bbb30a7c97499ca11831c66f22f%40iitb.ac.in.
________________________________________________________________________________
                                                                                
                ////////                      ///////   ////////                
                ///                           ///  ///  ///                     
                //////    ///  ///  ///////   ///  ///  /// ////                
                ///         ////    //   //   ///  ///  ///  ///                
                ////////  ///  ///  ///////// ///////   ////////                
                                                                                
               High-Order Discontinuous Galerkin for the Exa-Scale              
________________________________________________________________________________
                                                                                
-- Query git repository information.
-- Found Git: /usr/bin/git (found version "2.34.1") 
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Perl: /usr/bin/perl (found version "5.34.0") 
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: 
doxygen dot 
-- Configured to build Doxygen documentation
-- Configuring done (1.1s)
-- Generating done (0.6s)
CMake Warning:
  Manually-specified variables were not used by the project:

    FFTW_INCLUDE
    FFTW_LIB
    LIKWID_INCLUDE
    LIKWID_LIB


-- Build files have been written to: /home/anachronism/computation/exadg/build
________________________________________________________________________________
                                                                                
                ////////                      ///////   ////////                
                ///                           ///  ///  ///                     
                //////    ///  ///  ///////   ///  ///  /// ////                
                ///         ////    //   //   ///  ///  ///  ///                
                ////////  ///  ///  ///////// ///////   ////////                
                                                                                
               High-Order Discontinuous Galerkin for the Exa-Scale              
________________________________________________________________________________
                                                                                
-- Query git repository information.
-- Configured to build Doxygen documentation
-- Configuring done (0.4s)
-- Generating done (0.4s)
-- Build files have been written to: /home/anachronism/computation/exadg/build

Reply via email to