Advertisement
valandil211

TidePP's CMake

Jul 14th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.38 KB | None | 0 0
  1. valandil ~/software/stellar/tidepp/build $ make
  2. Scanning dependencies of target doc
  3. Scanning dependencies of target TidePP
  4. [ 16%] Generating API documentation with Doxygen
  5. [ 50%] Building CXX object CMakeFiles/TidePP.dir/src/PauliMatrices.cpp.o
  6. [ 50%] Building CXX object CMakeFiles/TidePP.dir/src/DiracSolver.cpp.o
  7. [ 66%] Building CXX object CMakeFiles/TidePP.dir/src/OutputPath.cpp.o
  8. [ 83%] Building Fortran object CMakeFiles/TidePP.dir/src/pppack.f90.o
  9. f951: Warning: Nonexistent include directory ‘/home/valandil/software/stellar/tidepp/INC_LIST’ [-Wmissing-include-dirs]
  10. /home/valandil/software/stellar/tidepp/include/tidepp_bits/ObservablesTimeDependent.h:201: warning: Member ObservablesTimeDependentGraphene2D(Observables< 2, 2, 2 > *my_observables, std::set< std::string > &my_outputs, unsigned int my_num_time_steps) (function) of class TidePP::ObservablesTimeDependentGraphene2D is not documented.
  11. /home/valandil/software/stellar/tidepp/include/tidepp_bits/ObservablesTimeDependent.h:223: warning: Member ObservablesTimeDependentQEDDiracRep1DX(Observables< 1, 2, 1 > *my_observables, std::set< std::string > &my_outputs, unsigned int my_num_time_steps) (function) of class TidePP::ObservablesTimeDependentQEDDiracRep1DX is not documented.
  12. /home/valandil/software/stellar/tidepp/include/tidepp_bits/ObservablesTimeDependent.h:245: warning: Member ObservablesTimeDependentQEDDiracRep2DXY(Observables< 2, 2, 2 > *my_observables, std::set< std::string > &my_outputs, unsigned int my_num_time_steps) (function) of class TidePP::ObservablesTimeDependentQEDDiracRep2DXY is not documented.
  13. /home/valandil/software/stellar/tidepp/include/tidepp_bits/ObservablesTimeDependent.h:267: warning: Member ObservablesTimeDependentQEDDiracRep3DXYZ(Observables< 3, 4, 2 > *my_observables, std::set< std::string > &my_outputs, unsigned int my_num_time_steps) (function) of class TidePP::ObservablesTimeDependentQEDDiracRep3DXYZ is not documented.
  14. /home/valandil/software/stellar/tidepp/include/tidepp_bits/VectorPotential.h:741: warning: Member elec_field_local (variable) of class TidePP::VectorPotentialBsplinesFFT is not documented.
  15. /home/valandil/software/stellar/tidepp/include/tidepp_bits/VectorPotential.h:807: warning: Member elec_field_local (variable) of class TidePP::VectorPotentialBsplinesFFTUgly is not documented.
  16. [ 83%] Built target doc
  17. [100%] Linking CXX shared library libTidePP.so
  18. [100%] Built target TidePP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement