INSTALLING DEALII ON MAC OSX VENTURA

99 views
Skip to first unread message

erkin yildiz

unread,
Jan 17, 2023, 1:38:04 PM1/17/23
to deal.II User Group
Dear community

I have been trying to install deal.ii on my new MacBookPRO M2 OSX 13.1 (22C65)
following the instructions at the webpage https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX

After brewing 

brew install cmake open-mpi gcc@11

(I tried also gcc@12, BTW) deal.ii has been installed according to 

cd candi 
./candi.sh -j 8 --packages="hdf5 p4est trilinos dealii"

An error occurs in installing Trilinos, namely

[ … ]

[ 69%] Linking CXX shared library libstratimikosamesos2.dylib

[ 69%] Linking CXX shared library libstratimikosbelos.dylib

Undefined symbols for architecture arm64:

  "Amesos2::TachoSolver<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::TachoSolver(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>)", referenced from:

      Amesos2::create_solver_with_supported_type<Amesos2::TachoSolver, Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::apply(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>) in Thyra_Amesos2LinearOpWithSolveFactory.cpp.o

  "Amesos2::KLU2<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::KLU2(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>)", referenced from:

      Amesos2::create_solver_with_supported_type<Amesos2::KLU2, Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::apply(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>) in Thyra_Amesos2LinearOpWithSolveFactory.cpp.o

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [packages/stratimikos/adapters/amesos2/src/libstratimikosamesos2.13.2.dylib] Error 1

make[1]: *** [packages/stratimikos/adapters/amesos2/src/CMakeFiles/stratimikosamesos2.dir/all] Error 2

make[1]: *** Waiting for unfinished jobs....

Undefined symbols for architecture arm64:

  "Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getNumVectors() const", referenced from:

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDense(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDenseHeader(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDenseColumn(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

  "Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getLocalLength() const", referenced from:

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDenseColumn(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

  "Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getGlobalLength() const", referenced from:

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDenseHeader(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

  "Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::get1dCopy(Teuchos::ArrayView<float> const&, unsigned long) const", referenced from:

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDenseColumn(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

  "Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getVector(unsigned long) const", referenced from:

      Tpetra::MatrixMarket::Writer<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::writeDense(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&, Teuchos::RCP<Teuchos::basic_FancyOStream<char, std::__1::char_traits<char> > > const&) in Thyra_BelosLinearOpWithSolve.cpp.o

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [packages/stratimikos/adapters/belos/src/libstratimikosbelos.13.2.dylib] Error 1

make[1]: *** [packages/stratimikos/adapters/belos/src/CMakeFiles/stratimikosbelos.dir/all] Error 2

make: *** [all] Error 2

Failure with exit status: 2

Exit message: There was a problem building trilinos 13-2-0.




Can anyone provide me some way to address the issue? Is it perhaps related to the version of Trilinos? Can I install a former version (and in case, how to?)?

Many thanks

Erkin



Timo Heister

unread,
Jan 17, 2023, 4:08:50 PM1/17/23
to dea...@googlegroups.com
Erkin,
Please take a look at the conversation at
https://github.com/dealii/candi/issues/309#issuecomment-1295958250
that discusses the issue. You might be able to compile by going back
to the older version as mentioned in the comment.

Alternatively, you could disable Trilinos explicit instantiations:
https://github.com/dealii/candi/blob/beef9258162adcdc80ed0d8166600d5009640332/deal.II-toolchain/packages/trilinos.package#L211

Please let us know your results by posting in that issue!

On Tue, Jan 17, 2023 at 1:38 PM erkin yildiz <e.yi...@unibs.it> wrote:
>
> Dear community I have been trying to install deal. ii on my new MacBookPRO M2 OSX 13. 1 (22C65) following the instructions at the webpage https: //github. com/dealii/dealii/wiki/Apple-ARM-M1-OSX After brewing brew install cmake open-mpi gcc@ 11 ‍
> ZjQcmQRYFpfptBannerStart
> This Message Is From an External Sender
> Use caution when opening links or attachments if you do not recognize the sender.
>
> ZjQcmQRYFpfptBannerEnd
> Informativa sulla Privacy: https://www.unibs.it/it/node/1452
>
> --
> 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+un...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/8439ad11-0dad-4437-83d6-c9289fee0969n%40googlegroups.com.



--
Timo Heister
http://www.math.clemson.edu/~heister/

erkin yildiz

unread,
Jan 24, 2023, 3:39:39 AM1/24/23
to dea...@googlegroups.com
Dear Heister,

Thank you for your reply. After I have applied second way that you recommended, deal.ii is working right now without any problem. 

Best regards,
Erkin

Timo Heister <hei...@clemson.edu>, 17 Oca 2023 Sal, 22:08 tarihinde şunu yazdı:
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/rd-zthHt-8I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAMRj59GcBmRt5S%3DFVm-gYYa8f%3DDYRxbujBH8L4_fhiaEAHGxrg%40mail.gmail.com.

erkin yildiz

unread,
Jan 28, 2023, 3:10:35 AM1/28/23
to deal.II User Group
Dear community

after having solved the Trilinos issue, deal.ii works just fine. However, all examples that involve PETSc cannot run, of course,
since deal.ii was configured with the option DEAL_II_WITH_PETSC = OFF

I did attempt at installing PETSc through Candi, with the following outcome:

*******************************************************************************

candi tries now to download, configure, build and install:


Project:  deal.II-toolchain

Platform: deal.II-toolchain/platforms/supported/macos.platform


Fetching petsc 3.16.4

Verifying petsc-lite-3.16.4.tar.gz

petsc-lite-3.16.4.tar.gz: OK(md5)

petsc-lite-3.16.4.tar.gz already downloaded and verified.

Unpacking petsc-lite-3.16.4.tar.gz

Building petsc 3.16.4

=============================================================================================

                      Configuring PETSc to compile on your system                            

=============================================================================================

=============================================================================================                                                                                                  ***** WARNING: CPPFLAGS (set to -I/opt/homebrew/opt/openblas/include) found in environment variables - ignoring                                                                           use ./configure CPPFLAGS=$CPPFLAGS if you really want to use that value ******                                                                                                    =============================================================================================                                                                                            =============================================================================================                                                                                                  ***** WARNING: LDFLAGS (set to -L/opt/homebrew/opt/openblas/lib) found in environment variables - ignoring                                                                                use ./configure LDFLAGS=$LDFLAGS if you really want to use that value ******                                                                                                      =============================================================================================                                                                                            =============================================================================================                                                                                                  ***** WARNING: You have a version of GNU make older than 4.0. It will work,                                                                                                              but may not support all the parallel testing options. You can install the                                                                                                                latest GNU make with your package manager, such as brew or macports, or use                                                                                                              the --download-make option to get the latest GNU make *****                                                                                                                        =============================================================================================                                                                                            TESTING: checklsame from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:662)                                                                                *******************************************************************************

         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):

-------------------------------------------------------------------------------

The BLAS/LAPACK libraries -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib -L/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib -Wl,-rpath,/opt/homebrew/opt/libevent/lib -L/opt/homebrew/opt/libevent/lib -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin22/12 -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin22/12 -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current -llapack -lblas -llapack -lblas -lc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lemutls_w -lquadmath

cannot be used with a shared library

Either run ./configure with --with-shared-libraries=0 or use a different BLAS/LAPACK library

*******************************************************************************



I could indeed figure out that home-brew openblas is present at   /opt/homebrew/opt/openblas  and the error message suggests what should be done 
./configure with --with-shared-libraries=0
but I cannot see how and where I should use such a command. Any help appreciated.

Erkin

24 Ocak 2023 Salı tarihinde saat 09:39:39 UTC+1 itibarıyla erkin yildiz şunları yazdı:

erkin yildiz

unread,
Feb 9, 2023, 5:24:39 AM2/9/23
to deal.II User Group
Dear community

I was eventually able to install petsc through Candi by changing the
parameter *--with-shared-libraries=0*
in the petsc package under deal.II-toolchain/packages
Now it seems that petsc and trillinos have been successfully installed.
Unfortunately, further issues arose in the *Building dealii v9.4.2*, see at
the end of the long output below.
I would really appreciate some help, because I am completely stuck.

If of use, mpicxx and mpifort have been redefined as:

*erkinyildiz@Erkins-MacBook-Pro candi % mpicxx -v*

*Apple clang version 14.0.0 (clang-1400.0.29.202)*

*Target: arm64-apple-darwin22.2.0*

*Thread model: posix*

*InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin*

*erkinyildiz@Erkins-MacBook-Pro candi % mpifort -v*

*Using built-in specs.*

*COLLECT_GCC=/opt/homebrew/bin/gfortran*

*COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/12.2.0/bin/../libexec/gcc/aarch64-apple-darwin22/12/lto-wrapper*

*Target: aarch64-apple-darwin22*

*Configured with: ../configure --prefix=/opt/homebrew/opt/gcc
--libdir=/opt/homebrew/opt/gcc/lib/gcc/current --disable-nls
--enable-checking=release --with-gcc-major-version-only
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-12
--with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr
--with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl
--with-zstd=/opt/homebrew/opt/zstd --with-pkgversion='Homebrew GCC 12.2.0'
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues
--with-system-zlib --build=aarch64-apple-darwin22
--with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk*

*Thread model: posix*

*Supported LTO compression algorithms: zlib zstd*

*gcc version 12.2.0 (Homebrew GCC 12.2.0) *



Thank you so much

Erkin

===

deal.II: configuration with P4EST

deal.II: configuration with HDF5

deal.II: configuration with TRILINOS

deal.II: configuration with PETSC

Fetching dealii v9.4.2

Cloning into 'deal.II-v9.4.2'...

remote: Enumerating objects: 561172, done.

remote: Counting objects: 100% (206/206), done.

remote: Compressing objects: 100% (129/129), done.

remote: Total 561172 (delta 103), reused 154 (delta 76), pack-reused 560966

Receiving objects: 100% (561172/561172), 301.90 MiB | 5.94 MiB/s, done.

Resolving deltas: 100% (410141/410141), done.

Updating files: 100% (25276/25276), done.

Note: switching to 'v9.4.2'.


You are in 'detached HEAD' state. You can look around, make experimental

changes and commit them, and you can discard any commits you make in this

state without impacting any branches by switching back to a branch.


If you want to create a new branch to retain commits you create, you may

do so (now or later) by using -c with the switch command. Example:


git switch -c <new-branch-name>


Or undo this operation with:


git switch -


Turn off this advice by setting config variable advice.detachedHead to false


HEAD is now at 53a7623c7c update VERSION for release

Building dealii v9.4.2

-- This is CMake 3.25.2

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_external_macros.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_add_flags.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_check_compiler_setup.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_check_cxx_compiler_bug.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_check_mpi_interface.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_clear_cmake_required.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_clear_feature.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_configure_feature.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_add_definitions.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_add_library.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_add_test.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_find_file.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_find_library.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_find_path.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_find_program.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_insource_setup_target.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_invoke_autopilot.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_package_handle.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_pickup_tests.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_query_git_information.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_deal_ii_setup_target.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_decorate_with_stars.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_enable_if_links.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_enable_if_supported.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_enable_language_optional.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_evaluate_expression.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_expand_instantiations.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_filter_system_libraries.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_find_package.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_find_system_library.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_item_matches.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_purge_feature.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_register_feature.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_remove_duplicates.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_replace_flag.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_reset_cmake_required.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_set_if_empty.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_setup_source_list.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_setup_unity_target.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_strip_flag.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_switch_library_preference.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_to_string.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_to_string_and_add_prefix.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_unset_if_changed.cmake

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/macros/macro_verbose_include.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_cached_variables.cmake

-- Prepending ${CUDA_NVCC_FLAGS} to ${DEAL_II_CUDA_FLAGS}

-- The CXX compiler identification is AppleClang 14.0.0.14000029

-- The C compiler identification is AppleClang 14.0.0.14000029

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Check for working CXX compiler: /opt/homebrew/bin/mpicxx - skipped

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working C compiler: /opt/homebrew/bin/mpicc - skipped

-- Detecting C compile features

-- Detecting C compile features - done

-- The Fortran compiler identification is GNU 12.2.0

-- Checking whether Fortran compiler has -isysroot

-- Checking whether Fortran compiler has -isysroot - yes

-- Checking whether Fortran compiler supports OSX deployment target flag

-- Checking whether Fortran compiler supports OSX deployment target flag -
yes

-- Detecting Fortran compiler ABI info

-- Detecting Fortran compiler ABI info - done

-- Check for working Fortran compiler: /opt/homebrew/bin/mpif90 - skipped

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_deal_ii.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_compiler_flags.cmake

-- Performing Test DEAL_II_HAVE_USABLE_USER_FLAGS_DEBUG

-- Performing Test DEAL_II_HAVE_USABLE_USER_FLAGS_DEBUG - Success

-- Performing Test DEAL_II_HAVE_USABLE_USER_FLAGS_RELEASE

-- Performing Test DEAL_II_HAVE_USABLE_USER_FLAGS_RELEASE - Success

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_compiler_flags_gnu.cmake

-- Performing Test DEAL_II_HAVE_FLAG_pedantic

-- Performing Test DEAL_II_HAVE_FLAG_pedantic - Success

-- Performing Test DEAL_II_HAVE_FLAG_fPIC

-- Performing Test DEAL_II_HAVE_FLAG_fPIC - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wall

-- Performing Test DEAL_II_HAVE_FLAG_Wall - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wextra

-- Performing Test DEAL_II_HAVE_FLAG_Wextra - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wmissing_braces

-- Performing Test DEAL_II_HAVE_FLAG_Wmissing_braces - Success

-- Performing Test DEAL_II_HAVE_FLAG_Woverloaded_virtual

-- Performing Test DEAL_II_HAVE_FLAG_Woverloaded_virtual - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wpointer_arith

-- Performing Test DEAL_II_HAVE_FLAG_Wpointer_arith - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wsign_compare

-- Performing Test DEAL_II_HAVE_FLAG_Wsign_compare - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wsuggest_override

-- Performing Test DEAL_II_HAVE_FLAG_Wsuggest_override - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wswitch

-- Performing Test DEAL_II_HAVE_FLAG_Wswitch - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wsynth

-- Performing Test DEAL_II_HAVE_FLAG_Wsynth - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wwrite_strings

-- Performing Test DEAL_II_HAVE_FLAG_Wwrite_strings - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_placement_new

-- Performing Test DEAL_II_HAVE_FLAG_Wno_placement_new - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wno_deprecated_declarations

-- Performing Test DEAL_II_HAVE_FLAG_Wno_deprecated_declarations - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_literal_suffix

-- Performing Test DEAL_II_HAVE_FLAG_Wno_literal_suffix - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wno_psabi

-- Performing Test DEAL_II_HAVE_FLAG_Wno_psabi - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_class_memaccess

-- Performing Test DEAL_II_HAVE_FLAG_Wno_class_memaccess - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wfloat_conversion

-- Performing Test DEAL_II_HAVE_FLAG_Wfloat_conversion - Success

-- Performing Test DEAL_II_HAVE_FLAG_Qunused_arguments

-- Performing Test DEAL_II_HAVE_FLAG_Qunused_arguments - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unsupported_friend

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unsupported_friend - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_undefined_var_template

-- Performing Test DEAL_II_HAVE_FLAG_Wno_undefined_var_template - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_pass_failed

-- Performing Test DEAL_II_HAVE_FLAG_Wno_pass_failed - Success

-- Performing Test DEAL_II_HAVE_FLAG_funroll_loops

-- Performing Test DEAL_II_HAVE_FLAG_funroll_loops - Success

-- Performing Test DEAL_II_HAVE_FLAG_funroll_all_loops

-- Performing Test DEAL_II_HAVE_FLAG_funroll_all_loops - Failed

-- Performing Test DEAL_II_HAVE_FLAG_fstrict_aliasing

-- Performing Test DEAL_II_HAVE_FLAG_fstrict_aliasing - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unused_local_typedefs

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unused_local_typedefs - Success

-- Performing Test DEAL_II_HAVE_FLAG_Og

-- Performing Test DEAL_II_HAVE_FLAG_Og - Success

-- Performing Test DEAL_II_HAVE_FLAG_ggdb

-- Performing Test DEAL_II_HAVE_FLAG_ggdb - Success

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/bundled/setup_bundled.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_01_cpu_features.cmake

-- Performing Test DEAL_II_HAVE_SSE2

-- Performing Test DEAL_II_HAVE_SSE2 - Failed

-- Performing Test DEAL_II_HAVE_AVX

-- Performing Test DEAL_II_HAVE_AVX - Failed

-- Performing Test DEAL_II_HAVE_AVX512

-- Performing Test DEAL_II_HAVE_AVX512 - Failed

-- Performing Test DEAL_II_HAVE_ALTIVEC

-- Performing Test DEAL_II_HAVE_ALTIVEC - Failed

-- Performing Test DEAL_II_HAVE_OPENMP_SIMD

-- Performing Test DEAL_II_HAVE_OPENMP_SIMD - Success

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_01_cxx_features.cmake

-- Performing Test DEAL_II_HAVE_CXX14_FEATURES

-- Performing Test DEAL_II_HAVE_CXX14_FEATURES - Failed

-- Performing Test DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK

-- Performing Test DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK - Failed

-- Performing Test DEAL_II_HAVE_CXX11_FEATURES

-- Performing Test DEAL_II_HAVE_CXX11_FEATURES - Failed

-- Performing Test DEAL_II_HAVE_CXX11_FUNCTIONAL_LLVMBUG20084_OK

-- Performing Test DEAL_II_HAVE_CXX11_FUNCTIONAL_LLVMBUG20084_OK - Failed

-- C++14 support is disabled.

-- C++14 support not available. Try to set -std=c++14 explicitly

-- Performing Test DEAL_II_HAVE_FLAG_std=c__14

-- Performing Test DEAL_II_HAVE_FLAG_std=c__14 - Success

-- Configuration changed. Unsetting cached variable
"DEAL_II_HAVE_CXX14_FEATURES" and rerunning checks.

-- Configuration changed. Unsetting cached variable
"DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK" and rerunning checks.

-- Configuration changed. Unsetting cached variable
"DEAL_II_HAVE_CXX11_FEATURES" and rerunning checks.

-- Configuration changed. Unsetting cached variable
"DEAL_II_HAVE_CXX11_FUNCTIONAL_LLVMBUG20084_OK" and rerunning checks.

-- Performing Test DEAL_II_HAVE_CXX14_FEATURES

-- Performing Test DEAL_II_HAVE_CXX14_FEATURES - Success

-- Performing Test DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK

-- Performing Test DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK - Success

-- Performing Test DEAL_II_HAVE_CXX11_FEATURES

-- Performing Test DEAL_II_HAVE_CXX11_FEATURES - Success

-- Performing Test DEAL_II_HAVE_CXX11_FUNCTIONAL_LLVMBUG20084_OK

-- Performing Test DEAL_II_HAVE_CXX11_FUNCTIONAL_LLVMBUG20084_OK - Success

-- C++14 support is enabled.

-- Performing Test DEAL_II_HAVE_CXX17_FEATURES

-- Performing Test DEAL_II_HAVE_CXX17_FEATURES - Failed

-- Performing Test DEAL_II_HAVE_CXX17_CONSTEXPR_LAMBDA_BUG_OK

-- Performing Test DEAL_II_HAVE_CXX17_CONSTEXPR_LAMBDA_BUG_OK - Success

-- C++17 support is disabled.

-- Performing Test DEAL_II_HAVE_CXX20_FEATURES

-- Performing Test DEAL_II_HAVE_CXX20_FEATURES - Failed

-- C++20 support is disabled.

-- Performing Test DEAL_II_HAVE_FLAG_Werror

-- Performing Test DEAL_II_HAVE_FLAG_Werror - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unused_command_line_argument

-- Performing Test DEAL_II_HAVE_FLAG_Wno_unused_command_line_argument -
Success

-- Performing Test DEAL_II_HAVE_FP_EXCEPTIONS

-- Performing Test DEAL_II_HAVE_FP_EXCEPTIONS - Failed

-- Performing Test DEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS

-- Performing Test DEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS - Failed

-- Performing Test DEAL_II_HAVE_CXX17_ATTRIBUTE_DEPRECATED

-- Performing Test DEAL_II_HAVE_CXX17_ATTRIBUTE_DEPRECATED - Failed

-- Performing Test DEAL_II_HAVE_ATTRIBUTE_DEPRECATED

-- Performing Test DEAL_II_HAVE_ATTRIBUTE_DEPRECATED - Success

-- Performing Test DEAL_II_HAVE_CXX17_ATTRIBUTE_FALLTHROUGH

-- Performing Test DEAL_II_HAVE_CXX17_ATTRIBUTE_FALLTHROUGH - Failed

-- Performing Test DEAL_II_HAVE_ATTRIBUTE_FALLTHROUGH

-- Performing Test DEAL_II_HAVE_ATTRIBUTE_FALLTHROUGH - Success

-- Performing Test DEAL_II_HAVE_CXX17_BESSEL_FUNCTIONS

-- Performing Test DEAL_II_HAVE_CXX17_BESSEL_FUNCTIONS - Failed

-- Performing Test DEAL_II_HAVE_CXX17_LEGENDRE_FUNCTIONS

-- Performing Test DEAL_II_HAVE_CXX17_LEGENDRE_FUNCTIONS - Failed

-- Performing Test DEAL_II_CXX14_CONSTEXPR_BUG_OK

-- Performing Test DEAL_II_CXX14_CONSTEXPR_BUG_OK - Success

-- Test successful, do not define DEAL_II_CXX14_CONSTEXPR_BUG

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_02_compiler_features.cmake

-- Performing Test DEAL_II_COMPILER_USE_VECTOR_ARITHMETICS

-- Performing Test DEAL_II_COMPILER_USE_VECTOR_ARITHMETICS - Failed

-- Performing Test DEAL_II_VECTOR_ITERATOR_IS_POINTER_OK

-- Performing Test DEAL_II_VECTOR_ITERATOR_IS_POINTER_OK - Success

-- Test successful, do not define DEAL_II_VECTOR_ITERATOR_IS_POINTER

-- Performing Test DEAL_II_HAVE_BUILTIN_EXPECT

-- Performing Test DEAL_II_HAVE_BUILTIN_EXPECT - Success

-- Performing Test DEAL_II_HAVE_GLIBC_STACKTRACE

-- Performing Test DEAL_II_HAVE_GLIBC_STACKTRACE - Success

-- Performing Test DEAL_II_HAVE_LINKER_FLAG_rdynamic

-- Performing Test DEAL_II_HAVE_LINKER_FLAG_rdynamic - Success

-- Performing Test DEAL_II_HAVE_LIBSTDCXX_DEMANGLER

-- Performing Test DEAL_II_HAVE_LIBSTDCXX_DEMANGLER - Success

-- Performing Test DEAL_II_COMPILER_HAS_ATTRIBUTE_PRETTY_FUNCTION

-- Performing Test DEAL_II_COMPILER_HAS_ATTRIBUTE_PRETTY_FUNCTION - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wa___compress_debug_sections

-- Performing Test DEAL_II_HAVE_FLAG_Wa___compress_debug_sections - Success

-- Performing Test DEAL_II_COMPILER_HAS_ATTRIBUTE_ALWAYS_INLINE

-- Performing Test DEAL_II_COMPILER_HAS_ATTRIBUTE_ALWAYS_INLINE - Success

-- Performing Test DEAL_II_COMPILER_HAS_RESTRICT_KEYWORD

-- Performing Test DEAL_II_COMPILER_HAS_RESTRICT_KEYWORD - Success

-- Performing Test DEAL_II_COMPILER_HAS_DIAGNOSTIC_PRAGMA

-- Performing Test DEAL_II_COMPILER_HAS_DIAGNOSTIC_PRAGMA - Success

-- Performing Test DEAL_II_COMPILER_HAS_FUSE_LD_LLD

-- Performing Test DEAL_II_COMPILER_HAS_FUSE_LD_LLD - Failed

-- Performing Test DEAL_II_COMPILER_HAS_FUSE_LD_GOLD

-- Performing Test DEAL_II_COMPILER_HAS_FUSE_LD_GOLD - Failed

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_02_fortran_mangling.cmake

-- Found a valid Fortran compiler - using it to set up mangling

-- Detecting Fortran/C Interface

-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_02_system_features.cmake

-- Looking for C++ include sys/resource.h

-- Looking for C++ include sys/resource.h - found

-- Looking for C++ include unistd.h

-- Looking for C++ include unistd.h - found

-- Looking for gethostname

-- Looking for gethostname - found

-- Looking for getpid

-- Looking for getpid - found

-- Performing Test DEAL_II_HAVE_FLAG_Wno_long_double

-- Performing Test DEAL_II_HAVE_FLAG_Wno_long_double - Failed

-- Performing Test DEAL_II_HAVE_FLAG_ftemplate_depth=1024

-- Performing Test DEAL_II_HAVE_FLAG_ftemplate_depth=1024 - Success

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/checks/check_03_compiler_bugs.cmake

-- Performing Test DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG_OK

-- Performing Test DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG_OK - Success

-- Test successful, do not define DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_00_threads.cmake

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success

-- Found Threads: TRUE

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_10_cuda.cmake

-- DEAL_II_WITH_CUDA is set to off.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_10_lapack.cmake

-- Looking for Fortran sgemm

-- Looking for Fortran sgemm - not found

-- Looking for Fortran dgemm

-- Looking for Fortran dgemm - found

-- Found BLAS:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/Accelerate.framework


-- Looking for Fortran cheev

-- Looking for Fortran cheev - found

-- Found LAPACK:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/Accelerate.framework;-lm;-ldl


-- LAPACK_LIBRARIES:
-lm;-ldl;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/Accelerate.framework

-- Found LAPACK

-- Performing Test LAPACK_SYMBOL_CHECK

-- Performing Test LAPACK_SYMBOL_CHECK - Success

-- Performing Test MKL_SYMBOL_CHECK

-- Performing Test MKL_SYMBOL_CHECK - Failed

-- Use other than Intel MKL implementation of BLAS/LAPACK (consult
CMakeFiles/CMakeError.log for further information).

-- DEAL_II_WITH_LAPACK successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_10_mpi.cmake

-- Found MPI_C: /opt/homebrew/bin/mpicc (found version "3.1")

-- Found MPI_CXX: /opt/homebrew/bin/mpicxx (found version "3.1")

-- Found MPI_Fortran: /opt/homebrew/bin/mpif90 (found version "3.1")

-- Found MPI: TRUE (found version "3.1")

-- Performing Test MPI_HAVE_MPI_SEEK_SET

-- Performing Test MPI_HAVE_MPI_SEEK_SET - Success

-- Found MPI_MPI_H

-- Performing Test MPI_UNDERLINKAGE_OK

-- Performing Test MPI_UNDERLINKAGE_OK - Success

-- MPI_VERSION: 3.1

-- Found MPI

-- DEAL_II_WITH_MPI successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_10_tbb.cmake

-- TBB_LIBRARY not found! The call was:

-- FIND_LIBRARY(TBB_LIBRARY NAMES tbb HINTS PATH_SUFFIXES lib lib64 lib)

-- TBB_DEBUG_LIBRARY not found! The call was:

-- FIND_LIBRARY(TBB_DEBUG_LIBRARY NAMES tbb_debug HINTS PATH_SUFFIXES
lib lib64 lib)

-- TBB_INCLUDE_DIR not found! The call was:

-- FIND_PATH(TBB_INCLUDE_DIR tbb/tbb_stddef.h HINTS PATH_SUFFIXES
include include/tbb tbb)

-- TBB_INCLUDE_DIR not found! The call was:

-- FIND_PATH(TBB_INCLUDE_DIR oneapi/tbb/version.h HINTS PATH_SUFFIXES
include include/tbb tbb)

-- TBB_LIBRARIES: *** Required variable "TBB_LIBRARY" set to NOTFOUND ***

-- TBB_INCLUDE_DIRS: *** Required variable "TBB_INCLUDE_DIR" set to
NOTFOUND ***

-- TBB_USER_INCLUDE_DIRS: *** Required variable "TBB_INCLUDE_DIR" set to
NOTFOUND ***

-- Could NOT find TBB

-- The externally provided TBB library is older than version 4.2.0, which
cannot be used with deal.II.

-- DEAL_II_WITH_TBB has unmet external dependencies.

-- Performing Test DEAL_II_HAVE_FLAG_Wno_parentheses

-- Performing Test DEAL_II_HAVE_FLAG_Wno_parentheses - Success

-- DEAL_II_WITH_TBB successfully set up with bundled packages.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_10_zlib.cmake

-- Found ZLIB:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libz.tbd
(found version "1.2.11")

-- ZLIB_VERSION: 1.2.11

-- ZLIB_INCLUDE_DIRS:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include

-- ZLIB_LIBRARIES:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libz.tbd

-- Found ZLIB

-- DEAL_II_WITH_ZLIB successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_20_boost.cmake

-- Could NOT find Boost (missing: Boost_INCLUDE_DIR iostreams serialization
system thread) (Required is at least version "1.59")

-- BOOST_LIBRARIES: *** Required variable "Boost_LIBRARIES" empty ***

-- BOOST_INCLUDE_DIRS: *** Required variable "Boost_INCLUDE_DIRS" set to
NOTFOUND ***

-- BOOST_USER_INCLUDE_DIRS: *** Required variable "Boost_INCLUDE_DIRS"
set to NOTFOUND ***

-- Could NOT find BOOST

-- DEAL_II_WITH_BOOST has unmet external dependencies.

-- Performing Test rt_LIBRARY

-- Performing Test rt_LIBRARY - Failed

-- Performing Test DEAL_II_HAS_AUTO_PTR

-- Performing Test DEAL_II_HAS_AUTO_PTR - Failed

-- Performing Test DEAL_II_BOOST_HAS_BROKEN_HEADER_DEPRECATIONS_OK

-- Performing Test DEAL_II_BOOST_HAS_BROKEN_HEADER_DEPRECATIONS_OK - Failed

-- Test unsuccessful, define DEAL_II_BOOST_HAS_BROKEN_HEADER_DEPRECATIONS

-- DEAL_II_WITH_BOOST successfully set up with bundled packages.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_20_ginkgo.cmake

-- Could NOT find Ginkgo (missing: Ginkgo_DIR)

-- GINKGO_LIBRARY_ginkgo not found! The call was:

-- FIND_LIBRARY(GINKGO_LIBRARY_ginkgo NAMES ginkgo HINTS
NO_DEFAULT_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)

-- GINKGO_LIBRARIES: *** Required variable "GINKGO_LIBRARY_ginkgo" set to
NOTFOUND ***

-- GINKGO_INCLUDE_DIRS: *** Required variable
"GINKGO_INSTALL_INCLUDE_DIR" empty ***

-- GINKGO_USER_INCLUDE_DIRS: *** Required variable
"GINKGO_INSTALL_INCLUDE_DIR" empty ***

-- Could NOT find GINKGO

-- DEAL_II_WITH_GINKGO has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_20_metis.cmake

-- METIS_LIBRARY not found! The call was:

-- FIND_LIBRARY(METIS_LIBRARY NAMES metis HINTS PATH_SUFFIXES lib lib64
lib build/Darwin-arm64/libmetis)

-- METIS_INCLUDE_DIR not found! The call was:

-- FIND_PATH(METIS_INCLUDE_DIR metis.h HINTS PATH_SUFFIXES metis
include/metis include)

-- METIS_LIBRARIES: *** Required variable "METIS_LIBRARY" set to NOTFOUND
***

-- METIS_INCLUDE_DIRS: *** Required variable "METIS_INCLUDE_DIR" set to
NOTFOUND ***

-- METIS_USER_INCLUDE_DIRS: *** Required variable "METIS_INCLUDE_DIR" set
to NOTFOUND ***

-- Could NOT find METIS

-- DEAL_II_WITH_METIS has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_20_trilinos.cmake

-- Enabled Kokkos devices: SERIAL

CMake Warning at
/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Kokkos/KokkosConfig.cmake:186
(MESSAGE):

The installed Kokkos configuration does not support CXX extensions.

Forcing -DCMAKE_CXX_EXTENSIONS=Off

Call Stack (most recent call first):


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/ShyLU_NodeTacho/ShyLU_NodeTachoConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Amesos2/Amesos2Config.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Stratimikos/StratimikosConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Teko/TekoConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/NOX/NOXConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Tempus/TempusConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/ROL/ROLConfig.cmake:153
(include)


/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/cmake/Trilinos/TrilinosConfig.cmake:130
(include)

cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)

cmake/modules/FindTRILINOS.cmake:38 (FIND_PACKAGE)

cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)

cmake/configure/configure_20_trilinos.cmake:23 (FIND_PACKAGE)


/Users/erkinyildiz/dealii-candi/tmp/build/deal.II-v9.4.2/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_TRILINOS_FIND_EXTERNAL)

cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)

cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)

cmake/configure/configure_20_trilinos.cmake:428 (CONFIGURE_FEATURE)

cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)

CMakeLists.txt:130 (VERBOSE_INCLUDE)



-- Found EPETRA_CONFIG_H

-- Found TRILINOS_LIBRARY_rol

-- Found TRILINOS_LIBRARY_tempus

-- Found TRILINOS_LIBRARY_muelu-adapters

-- Found TRILINOS_LIBRARY_muelu-interface

-- Found TRILINOS_LIBRARY_muelu

-- Found TRILINOS_LIBRARY_locathyra

-- Found TRILINOS_LIBRARY_locaepetra

-- Found TRILINOS_LIBRARY_localapack

-- Found TRILINOS_LIBRARY_loca

-- Found TRILINOS_LIBRARY_noxepetra

-- Found TRILINOS_LIBRARY_noxlapack

-- Found TRILINOS_LIBRARY_nox

-- Found TRILINOS_LIBRARY_intrepid2

-- Found TRILINOS_LIBRARY_intrepid

-- Found TRILINOS_LIBRARY_teko

-- Found TRILINOS_LIBRARY_stratimikos

-- Found TRILINOS_LIBRARY_stratimikosbelos

-- Found TRILINOS_LIBRARY_stratimikosamesos2

-- Found TRILINOS_LIBRARY_stratimikosaztecoo

-- Found TRILINOS_LIBRARY_stratimikosamesos

-- Found TRILINOS_LIBRARY_stratimikosml

-- Found TRILINOS_LIBRARY_stratimikosifpack

-- Found TRILINOS_LIBRARY_anasazitpetra

-- Found TRILINOS_LIBRARY_ModeLaplace

-- Found TRILINOS_LIBRARY_anasaziepetra

-- Found TRILINOS_LIBRARY_anasazi

-- Found TRILINOS_LIBRARY_amesos2

-- Found TRILINOS_LIBRARY_tacho

-- Found TRILINOS_LIBRARY_belosxpetra

-- Found TRILINOS_LIBRARY_belostpetra

-- Found TRILINOS_LIBRARY_belosepetra

-- Found TRILINOS_LIBRARY_belos

-- Found TRILINOS_LIBRARY_ml

-- Found TRILINOS_LIBRARY_ifpack

-- Found TRILINOS_LIBRARY_zoltan2

-- Found TRILINOS_LIBRARY_pamgen_extras

-- Found TRILINOS_LIBRARY_pamgen

-- Found TRILINOS_LIBRARY_amesos

-- Found TRILINOS_LIBRARY_galeri-xpetra

-- Found TRILINOS_LIBRARY_galeri-epetra

-- Found TRILINOS_LIBRARY_aztecoo

-- Found TRILINOS_LIBRARY_isorropia

-- Found TRILINOS_LIBRARY_xpetra-sup

-- Found TRILINOS_LIBRARY_xpetra

-- Found TRILINOS_LIBRARY_thyratpetra

-- Found TRILINOS_LIBRARY_thyraepetraext

-- Found TRILINOS_LIBRARY_thyraepetra

-- Found TRILINOS_LIBRARY_thyracore

-- Found TRILINOS_LIBRARY_trilinosss

-- Found TRILINOS_LIBRARY_tpetraext

-- Found TRILINOS_LIBRARY_tpetrainout

-- Found TRILINOS_LIBRARY_tpetra

-- Found TRILINOS_LIBRARY_kokkostsqr

-- Found TRILINOS_LIBRARY_tpetraclassiclinalg

-- Found TRILINOS_LIBRARY_tpetraclassicnodeapi

-- Found TRILINOS_LIBRARY_tpetraclassic

-- Found TRILINOS_LIBRARY_epetraext

-- Found TRILINOS_LIBRARY_triutils

-- Found TRILINOS_LIBRARY_shards

-- Found TRILINOS_LIBRARY_zoltan

-- Found TRILINOS_LIBRARY_epetra

-- Found TRILINOS_LIBRARY_sacado

-- Found TRILINOS_LIBRARY_rtop

-- Found TRILINOS_LIBRARY_kokkoskernels

-- Found TRILINOS_LIBRARY_teuchoskokkoscomm

-- Found TRILINOS_LIBRARY_teuchoskokkoscompat

-- Found TRILINOS_LIBRARY_teuchosremainder

-- Found TRILINOS_LIBRARY_teuchosnumerics

-- Found TRILINOS_LIBRARY_teuchoscomm

-- Found TRILINOS_LIBRARY_teuchosparameterlist

-- Found TRILINOS_LIBRARY_teuchosparser

-- Found TRILINOS_LIBRARY_teuchoscore

-- Found TRILINOS_LIBRARY_kokkosalgorithms

-- Found TRILINOS_LIBRARY_kokkoscontainers

-- Found TRILINOS_LIBRARY_kokkoscore

-- Found TRILINOS_LIBRARY_gtest

-- TRILINOS_VERSION: 13.2

-- TRILINOS_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/include

-- TRILINOS_USER_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/include

-- TRILINOS_LIBRARIES:
/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/librol.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtempus.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libmuelu-adapters.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libmuelu-interface.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libmuelu.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/liblocathyra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/liblocaepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/liblocalapack.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libloca.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libnoxepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libnoxlapack.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libnox.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libintrepid2.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libintrepid.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteko.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikos.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosbelos.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosamesos2.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosaztecoo.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosamesos.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosml.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libstratimikosifpack.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libanasazitpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libModeLaplace.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libanasaziepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libanasazi.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libamesos2.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtacho.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libbelosxpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libbelostpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libbelosepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libbelos.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libml.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libifpack.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libzoltan2.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libpamgen_extras.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libpamgen.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libamesos.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libgaleri-xpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libgaleri-epetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libaztecoo.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libisorropia.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libxpetra-sup.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libxpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libthyratpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libthyraepetraext.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libthyraepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libthyracore.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtrilinosss.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetraext.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetrainout.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libkokkostsqr.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetraclassiclinalg.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetraclassicnodeapi.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtpetraclassic.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libepetraext.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libtriutils.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libshards.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libzoltan.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libepetra.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libsacado.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/librtop.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libkokkoskernels.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchoskokkoscomm.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchoskokkoscompat.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchosremainder.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchosnumerics.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchoscomm.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchosparameterlist.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchosparser.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libteuchoscore.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libkokkosalgorithms.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libkokkoscontainers.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libkokkoscore.dylib;/Users/erkinyildiz/dealii-candi/trilinos-release-13-2-0/lib/libgtest.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/liblapack.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libblas.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libdl.tbd

-- Found TRILINOS

-- Checking whether the found trilinos package contains all required
modules:

-- Found Amesos

-- Found Epetra

-- Found Ifpack

-- Found AztecOO

-- Found Teuchos

-- Found ML

-- Found EpetraExt

-- Found Kokkos

-- Found MueLu

-- Found ROL

-- Found Sacado

-- Module SEACAS not found!

-- Found Tpetra

-- Found Zoltan

-- Module MUMPS not found!

-- Looking for KOKKOS_ENABLE_CUDA

-- Looking for KOKKOS_ENABLE_CUDA - not found

-- Looking for KOKKOS_ENABLE_CUDA_LAMBDA

-- Looking for KOKKOS_ENABLE_CUDA_LAMBDA - not found

-- Performing Test TRILINOS_TPETRA_IS_FUNCTIONAL

-- Performing Test TRILINOS_TPETRA_IS_FUNCTIONAL - Success

-- Performing Test TRILINOS_MUELU_IS_FUNCTIONAL

-- Performing Test TRILINOS_MUELU_IS_FUNCTIONAL - Failed

-- MueLu was found but is not usable through Epetra! Disabling MueLu
support.

-- Found SACADO_CONFIG_H

-- Found SACADO_TRAD_HPP

-- Performing Test TRILINOS_CXX_SUPPORTS_SACADO_COMPLEX_RAD

-- Performing Test TRILINOS_CXX_SUPPORTS_SACADO_COMPLEX_RAD - Success

-- DEAL_II_WITH_TRILINOS successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_20_umfpack.cmake

-- UMFPACK_INCLUDE_DIR not found! The call was:

-- FIND_PATH(UMFPACK_INCLUDE_DIR umfpack.h HINTS /UMFPACK /../UMFPACK
/UMFPACK PATH_SUFFIXES umfpack include/umfpack include Include
UMFPACK/Include suitesparse)

-- AMD_INCLUDE_DIR not found! The call was:

-- FIND_PATH(AMD_INCLUDE_DIR amd.h HINTS /AMD /../AMD /AMD
PATH_SUFFIXES amd include/amd include Include AMD/Include suitesparse)

-- UMFPACK_LIBRARY not found! The call was:

-- FIND_LIBRARY(UMFPACK_LIBRARY NAMES umfpack libumfpack HINTS /UMFPACK
/../UMFPACK /UMFPACK PATH_SUFFIXES lib lib64 lib Lib UMFPACK/Lib)

-- AMD_LIBRARY not found! The call was:

-- FIND_LIBRARY(AMD_LIBRARY NAMES amd libamd HINTS /AMD /../AMD /AMD
PATH_SUFFIXES lib lib64 lib Lib AMD/Lib)

-- CHOLMOD_LIBRARY not found! The call was:

-- FIND_LIBRARY(CHOLMOD_LIBRARY NAMES cholmod libcholmod HINTS /CHOLMOD
/../CHOLMOD /CHOLMOD PATH_SUFFIXES lib lib64 lib Lib CHOLMOD/Lib)

-- COLAMD_LIBRARY not found! The call was:

-- FIND_LIBRARY(COLAMD_LIBRARY NAMES colamd libcolamd HINTS /COLAMD
/../COLAMD /COLAMD PATH_SUFFIXES lib lib64 lib Lib COLAMD/Lib)

-- CCOLAMD_LIBRARY not found! The call was:

-- FIND_LIBRARY(CCOLAMD_LIBRARY NAMES ccolamd libccolamd HINTS /CCOLAMD
/../CCOLAMD /CCOLAMD PATH_SUFFIXES lib lib64 lib Lib CCOLAMD/Lib)

-- CAMD_LIBRARY not found! The call was:

-- FIND_LIBRARY(CAMD_LIBRARY NAMES camd libcamd HINTS /CAMD /../CAMD
/CAMD PATH_SUFFIXES lib lib64 lib Lib CAMD/Lib)

-- SuiteSparse_config_LIBRARY not found! The call was:

-- FIND_LIBRARY(SuiteSparse_config_LIBRARY NAMES suitesparseconfig
libsuitesparseconfig HINTS /SuiteSparse_config /../SuiteSparse_config
/SuiteSparse_config PATH_SUFFIXES lib lib64 lib Lib SuiteSparse_config/Lib)

-- UMFPACK_LIBRARIES: *** Required variable "UMFPACK_LIBRARY" set to
NOTFOUND ***

-- UMFPACK_LIBRARIES: *** Required variable "AMD_LIBRARY" set to NOTFOUND
***

-- UMFPACK_INCLUDE_DIRS: *** Required variable "UMFPACK_INCLUDE_DIR" set
to NOTFOUND ***

-- UMFPACK_INCLUDE_DIRS: *** Required variable "AMD_INCLUDE_DIR" set to
NOTFOUND ***

-- UMFPACK_USER_INCLUDE_DIRS: *** Required variable "UMFPACK_INCLUDE_DIR"
set to NOTFOUND ***

-- UMFPACK_USER_INCLUDE_DIRS: *** Required variable "AMD_INCLUDE_DIR" set
to NOTFOUND ***

-- Could NOT find UMFPACK

-- DEAL_II_WITH_UMFPACK has unmet external dependencies.

-- DEAL_II_WITH_UMFPACK successfully set up with bundled packages.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_30_kokkos.cmake

-- DEAL_II_WITH_KOKKOS successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_30_petsc.cmake

-- Found PETSC_LIBRARY

-- Found PETSC_INCLUDE_DIR_ARCH

-- Found PETSC_INCLUDE_DIR_COMMON

-- Found PETSC_PETSCVARIABLES

-- Found PETSC_LIBRARY_HYPRE

-- Found PETSC_LIBRARY_cmumps

-- Found PETSC_LIBRARY_dmumps

-- Found PETSC_LIBRARY_smumps

-- Found PETSC_LIBRARY_zmumps

-- Found PETSC_LIBRARY_mumps_common

-- Found PETSC_LIBRARY_pord

-- Found PETSC_LIBRARY_scalapack

-- Found PETSC_LIBRARY_lapack

-- Found PETSC_LIBRARY_blas

-- Found PETSC_LIBRARY_c++

-- Performing Test PETSC_LIBRARY_dl

-- Performing Test PETSC_LIBRARY_dl - Success

-- Found PETSC_LIBRARY_mpi_usempif08

-- Found PETSC_LIBRARY_mpi_usempi_ignore_tkr

-- Found PETSC_LIBRARY_mpi_mpifh

-- Found PETSC_LIBRARY_mpi

-- Performing Test PETSC_LIBRARY_gfortran

-- Performing Test PETSC_LIBRARY_gfortran - Failed

-- Found PETSC_LIBRARY_emutls_w

-- Performing Test PETSC_LIBRARY_quadmath

-- Performing Test PETSC_LIBRARY_quadmath - Failed

-- Found PETSC_LIBRARY_c++

-- PETSC_VERSION: 3.16.4.0

-- PETSC_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/petsc-3.16.4/include

-- PETSC_USER_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/petsc-3.16.4/include

-- PETSC_LIBRARIES:
/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libpetsc.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libHYPRE.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libcmumps.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libdmumps.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libsmumps.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libzmumps.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libmumps_common.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libpord.a;/Users/erkinyildiz/dealii-candi/petsc-3.16.4/lib/libscalapack.a;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/liblapack.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libblas.tbd;/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib/libmpi_usempif08.dylib;/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib/libmpi_usempi_ignore_tkr.dylib;/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib/libmpi_mpifh.dylib;/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib/libmpi.dylib;/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin22/12/libemutls_w.a;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libc++.tbd;dl

-- Found PETSC

-- DEAL_II_WITH_PETSC successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_adolc.cmake

-- ADOLC_INCLUDE_DIR not found! The call was:

-- FIND_PATH(ADOLC_INCLUDE_DIR NAMES adolc/adolc.h HINTS PATH_SUFFIXES
include)

-- ADOLC_LIBRARY not found! The call was:

-- FIND_LIBRARY(ADOLC_LIBRARY NAMES adolc HINTS PATH_SUFFIXES lib lib64
lib)

-- ADOLC_SETTINGS_H not found! The call was:

-- FIND_FILE(ADOLC_SETTINGS_H adolc_settings.h HINTS
ADOLC_INCLUDE_DIR-NOTFOUND ADOLC_INCLUDE_DIR-NOTFOUND/adolc/internal
NO_DEFAULT_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)

-- ADOLC_LIBRARIES: *** Required variable "ADOLC_LIBRARY" set to NOTFOUND
***

-- ADOLC_INCLUDE_DIRS: *** Required variable "ADOLC_INCLUDE_DIR" set to
NOTFOUND ***

-- ADOLC_USER_INCLUDE_DIRS: *** Required variable "ADOLC_INCLUDE_DIR" set
to NOTFOUND ***

-- Could NOT find ADOLC

-- DEAL_II_WITH_ADOLC has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_arborx.cmake

-- Could NOT find ArborX (missing: ArborX_DIR)

-- ARBORX_INCLUDE_DIRS: *** Required variable
"ARBORX_INSTALL_INCLUDE_DIR" empty ***

-- ARBORX_USER_INCLUDE_DIRS: *** Required variable
"ARBORX_INSTALL_INCLUDE_DIR" empty ***

-- Could NOT find ARBORX

-- DEAL_II_WITH_ARBORX has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_arpack.cmake

-- ARPACK_LIBRARY not found! The call was:

-- FIND_LIBRARY(ARPACK_LIBRARY NAMES arpack HINTS PATH_SUFFIXES lib
lib64 lib)

-- PARPACK_LIBRARY not found! The call was:

-- FIND_LIBRARY(PARPACK_LIBRARY NAMES parpack HINTS PATH_SUFFIXES lib
lib64 lib)

-- ARPACK_LIBRARIES: *** Required variable "ARPACK_LIBRARY" set to
NOTFOUND ***

-- Could NOT find ARPACK

-- DEAL_II_WITH_ARPACK has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_assimp.cmake

-- ASSIMP_LIB not found! The call was:

-- FIND_LIBRARY(ASSIMP_LIB NAMES assimp HINTS PATH_SUFFIXES lib lib64
lib)

-- ASSIMP_INC not found! The call was:

-- FIND_PATH(ASSIMP_INC assimp/defs.h HINTS PATH_SUFFIXES include)

-- ASSIMP_LIBRARIES: *** Required variable "ASSIMP_LIB" set to NOTFOUND
***

-- ASSIMP_INCLUDE_DIRS: *** Required variable "ASSIMP_INC" set to
NOTFOUND ***

-- ASSIMP_USER_INCLUDE_DIRS: *** Required variable "ASSIMP_INC" set to
NOTFOUND ***

-- Could NOT find ASSIMP

-- DEAL_II_WITH_ASSIMP has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_cgal.cmake

-- CGAL wrappers require C++17. Disabling CGAL Support.

-- CGAL_INCLUDE_DIRS: *** Required variable "CGAL_INCLUDE_DIRS" set to
NOTFOUND ***

-- CGAL_USER_INCLUDE_DIRS: *** Required variable "CGAL_INCLUDE_DIRS" set
to NOTFOUND ***

-- Could NOT find CGAL

-- Could not find a sufficient CGAL installation: CGAL links against
external Boost but deal.II was configured with bundled Boost.

-- DEAL_II_WITH_CGAL has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_complex_values.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_gmsh.cmake

-- GMSH_EXE not found! The call was:

-- FIND_PROGRAM(GMSH_EXE gmsh HINTS PATH_SUFFIXES bin)

-- GMSH_LIBRARY not found! The call was:

-- FIND_LIBRARY(GMSH_LIBRARY NAMES gmsh HINTS PATH_SUFFIXES lib lib64
lib)

-- GMSH_INCLUDE_DIR not found! The call was:

-- FIND_PATH(GMSH_INCLUDE_DIR gmsh.h HINTS PATH_SUFFIXES include)

-- GMSH_EXECUTABLE: *** Required variable "GMSH_EXE" set to NOTFOUND ***

-- Could NOT find GMSH

-- DEAL_II_WITH_GMSH has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_gsl.cmake

-- GSL_LIBRARY not found! The call was:

-- FIND_LIBRARY(GSL_LIBRARY NAMES gsl HINTS PATH_SUFFIXES lib lib64 lib)

-- Found GSL_CBLAS_LIBRARY

-- GSL_INCLUDE_DIR not found! The call was:

-- FIND_PATH(GSL_INCLUDE_DIR gsl/gsl_version.h HINTS PATH_SUFFIXES
include)

-- GSL_LIBRARIES: *** Required variable "GSL_LIBRARY" set to NOTFOUND ***

-- GSL_INCLUDE_DIRS: *** Required variable "GSL_INCLUDE_DIR" set to
NOTFOUND ***

-- GSL_USER_INCLUDE_DIRS: *** Required variable "GSL_INCLUDE_DIR" set to
NOTFOUND ***

-- Could NOT find GSL

-- DEAL_II_WITH_GSL has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_hdf5.cmake

CMake Warning (dev) at cmake/macros/macro_find_package.cmake:27
(_FIND_PACKAGE):

Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.

Run "cmake --help-policy CMP0074" for policy details. Use the
cmake_policy

command to set the policy and suppress this warning.


CMake variable HDF5_ROOT is set to:


/Users/erkinyildiz/dealii-candi/hdf5-1.10.8


For compatibility, CMake is ignoring the variable.

Call Stack (most recent call first):

cmake/modules/FindHDF5.cmake:37 (FIND_PACKAGE)

cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)

cmake/configure/configure_50_hdf5.cmake:23 (FIND_PACKAGE)


/Users/erkinyildiz/dealii-candi/tmp/build/deal.II-v9.4.2/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_HDF5_FIND_EXTERNAL)

cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)

cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)

cmake/configure/configure_50_hdf5.cmake:44 (CONFIGURE_FEATURE)

cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)

CMakeLists.txt:130 (VERBOSE_INCLUDE)

This warning is for project developers. Use -Wno-dev to suppress it.


-- Found HDF5:
/Users/erkinyildiz/dealii-candi/hdf5-1.10.8/lib/libhdf5.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libz.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libdl.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libm.tbd
(found version "1.10.8")

-- HDF5_VERSION: 1.10.8

-- HDF5_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/hdf5-1.10.8/include;/opt/homebrew/opt/openblas/include

-- HDF5_USER_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/hdf5-1.10.8/include;/opt/homebrew/opt/openblas/include

-- HDF5_LIBRARIES:
/Users/erkinyildiz/dealii-candi/hdf5-1.10.8/lib/libhdf5.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libz.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libdl.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libm.tbd

-- Found HDF5

-- DEAL_II_WITH_HDF5 successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_muparser.cmake

-- MUPARSER_LIBRARY not found! The call was:

-- FIND_LIBRARY(MUPARSER_LIBRARY NAMES muparser muparserd HINTS
PATH_SUFFIXES lib lib64 lib)

-- MUPARSER_INCLUDE_DIR not found! The call was:

-- FIND_PATH(MUPARSER_INCLUDE_DIR muParserDef.h HINTS PATH_SUFFIXES
include)

-- MUPARSER_LIBRARIES: *** Required variable "MUPARSER_LIBRARY" set to
NOTFOUND ***

-- MUPARSER_INCLUDE_DIRS: *** Required variable "MUPARSER_INCLUDE_DIR"
set to NOTFOUND ***

-- Could NOT find MUPARSER

-- DEAL_II_WITH_MUPARSER has unmet external dependencies.

-- DEAL_II_WITH_MUPARSER successfully set up with bundled packages.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_opencascade.cmake

-- OPENCASCADE_INCLUDE_DIR not found! The call was:

-- FIND_PATH(OPENCASCADE_INCLUDE_DIR Standard_Version.hxx HINTS
PATH_SUFFIXES include include/oce include/opencascade inc)

-- OPENCASCADE_TKBO not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKBO NAMES TKBO HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKBool not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKBool NAMES TKBool HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKBRep not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKBRep NAMES TKBRep HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKernel not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKernel NAMES TKernel HINTS PATH_SUFFIXES
lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKFeat not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKFeat NAMES TKFeat HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKFillet not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKFillet NAMES TKFillet HINTS PATH_SUFFIXES
lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKG2d not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKG2d NAMES TKG2d HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKG3d not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKG3d NAMES TKG3d HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKGeomAlgo not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKGeomAlgo NAMES TKGeomAlgo HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKGeomBase not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKGeomBase NAMES TKGeomBase HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKHLR not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKHLR NAMES TKHLR HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKIGES not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKIGES NAMES TKIGES HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKMath not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKMath NAMES TKMath HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKMesh not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKMesh NAMES TKMesh HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKOffset not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKOffset NAMES TKOffset HINTS PATH_SUFFIXES
lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKPrim not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKPrim NAMES TKPrim HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKShHealing not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKShHealing NAMES TKShHealing HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKSTEP not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKSTEP NAMES TKSTEP HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKSTEPAttr not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKSTEPAttr NAMES TKSTEPAttr HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKSTEPBase not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKSTEPBase NAMES TKSTEPBase HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKSTEP209 not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKSTEP209 NAMES TKSTEP209 HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKSTL not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKSTL NAMES TKSTL HINTS PATH_SUFFIXES lib
lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_TKTopAlgo not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKTopAlgo NAMES TKTopAlgo HINTS
PATH_SUFFIXES lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib
lin32/gcc/lib)

-- OPENCASCADE_TKXSBase not found! The call was:

-- FIND_LIBRARY(OPENCASCADE_TKXSBase NAMES TKXSBase HINTS PATH_SUFFIXES
lib lib64 lib mac64/clang/lib mac32/clang/lib lin64/gcc/lib lin32/gcc/lib)

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKBO" set to
NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKBool" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKBRep" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKernel" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKFeat" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKFillet"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKG2d" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKG3d" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKGeomAlgo"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKGeomBase"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKHLR" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKIGES" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKMath" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKMesh" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKOffset"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKPrim" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKShHealing"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKSTEP" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKSTEPAttr"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKSTEPBase"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKSTEP209"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKSTL" set
to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKTopAlgo"
set to NOTFOUND ***

-- OPENCASCADE_LIBRARIES: *** Required variable "OPENCASCADE_TKXSBase"
set to NOTFOUND ***

-- OPENCASCADE_INCLUDE_DIRS: *** Required variable
"OPENCASCADE_INCLUDE_DIR" set to NOTFOUND ***

-- OPENCASCADE_USER_INCLUDE_DIRS: *** Required variable
"OPENCASCADE_INCLUDE_DIR" set to NOTFOUND ***

-- Could NOT find OPENCASCADE

-- DEAL_II_WITH_OPENCASCADE has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_p4est.cmake

-- Found SC_INCLUDE_DIR

-- Found P4EST_LIBRARY_OPTIMIZED

-- Found SC_LIBRARY_OPTIMIZED

-- Found P4EST_LIBRARY_DEBUG

-- Found SC_LIBRARY_DEBUG

-- Found P4EST_INCLUDE_DIR

-- P4EST_VERSION: 2.3.2

-- P4EST_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/p4est-2.3.2/FAST/include

-- P4EST_USER_INCLUDE_DIRS:
/Users/erkinyildiz/dealii-candi/p4est-2.3.2/FAST/include

-- P4EST_LIBRARIES:
optimized;/Users/erkinyildiz/dealii-candi/p4est-2.3.2/FAST/lib/libp4est.dylib;/Users/erkinyildiz/dealii-candi/p4est-2.3.2/FAST/lib/libsc.dylib;debug;/Users/erkinyildiz/dealii-candi/p4est-2.3.2/DEBUG/lib/libp4est.dylib;/Users/erkinyildiz/dealii-candi/p4est-2.3.2/DEBUG/lib/libsc.dylib;general;-lm;-ldl;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/Accelerate.framework

-- Found P4EST

-- DEAL_II_WITH_P4EST successfully set up with external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_scalapack.cmake

-- SCALAPACK_LIBRARY not found! The call was:

-- FIND_LIBRARY(SCALAPACK_LIBRARY NAMES scalapack scalapack-openmpi
scalapack-pvm scalapack-mpi scalapack-mpich scalapack-mpich2 scalapack-lam
HINTS PATH_SUFFIXES lib lib64 lib)

-- SCALAPACK_LIBRARIES: *** Required variable "SCALAPACK_LIBRARY" set to
NOTFOUND ***

-- Could NOT find SCALAPACK

-- DEAL_II_WITH_SCALAPACK has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_slepc.cmake

-- SLEPC_LIBRARY not found! The call was:

-- FIND_LIBRARY(SLEPC_LIBRARY NAMES slepc libslepc HINTS /
/Users/erkinyildiz/dealii-candi/petsc-3.16.4 PATH_SUFFIXES lib lib64 lib)

-- SLEPC_INCLUDE_DIR_ARCH not found! The call was:

-- FIND_PATH(SLEPC_INCLUDE_DIR_ARCH slepcconf.h HINTS /
/Users/erkinyildiz/dealii-candi/petsc-3.16.4 PATH_SUFFIXES slepc include
include/slepc)

-- SLEPC_INCLUDE_DIR_COMMON not found! The call was:

-- FIND_PATH(SLEPC_INCLUDE_DIR_COMMON slepcversion.h HINTS /
/Users/erkinyildiz/dealii-candi/petsc-3.16.4 PATH_SUFFIXES slepc include
include/slepc)

-- SLEPC_LIBRARIES: *** Required variable "SLEPC_LIBRARY" set to NOTFOUND
***

-- SLEPC_INCLUDE_DIRS: *** Required variable "SLEPC_INCLUDE_DIR_ARCH" set
to NOTFOUND ***

-- SLEPC_INCLUDE_DIRS: *** Required variable "SLEPC_INCLUDE_DIR_COMMON"
set to NOTFOUND ***

-- SLEPC_USER_INCLUDE_DIRS: *** Required variable
"SLEPC_INCLUDE_DIR_ARCH" set to NOTFOUND ***

-- SLEPC_USER_INCLUDE_DIRS: *** Required variable
"SLEPC_INCLUDE_DIR_COMMON" set to NOTFOUND ***

-- Could NOT find SLEPC

-- DEAL_II_WITH_SLEPC has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_sundials.cmake

-- SUNDIALS_LIB_IDAS not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_IDAS NAMES sundials_idas HINTS
PATH_SUFFIXES lib lib64 lib)

-- SUNDIALS_LIB_IDA not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_IDA NAMES sundials_ida HINTS PATH_SUFFIXES
lib lib64 lib)

-- SUNDIALS_LIB_ARKODE not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_ARKODE NAMES sundials_arkode HINTS
PATH_SUFFIXES lib lib64 lib)

-- SUNDIALS_LIB_KINSOL not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_KINSOL NAMES sundials_kinsol HINTS
PATH_SUFFIXES lib lib64 lib)

-- SUNDIALS_LIB_SER not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_SER NAMES sundials_nvecserial HINTS
PATH_SUFFIXES lib lib64 lib)

-- SUNDIALS_INCLUDE_DIR not found! The call was:

-- FIND_PATH(SUNDIALS_INCLUDE_DIR sundials/sundials_version.h HINTS
PATH_SUFFIXES include)

-- SUNDIALS_LIB_PAR not found! The call was:

-- FIND_LIBRARY(SUNDIALS_LIB_PAR NAMES sundials_nvecparallel HINTS
PATH_SUFFIXES lib lib64 lib)

-- SUNDIALS_CONFIG_H not found! The call was:

-- FIND_FILE(SUNDIALS_CONFIG_H NAMES sundials_config.h HINTS
SUNDIALS_INCLUDE_DIR-NOTFOUND/sundials)

-- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_IDA" set to
NOTFOUND ***

-- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_ARKODE" set to
NOTFOUND ***

-- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_KINSOL" set to
NOTFOUND ***

-- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_SER" set to
NOTFOUND ***

-- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_PAR" set to
NOTFOUND ***

-- SUNDIALS_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR"
set to NOTFOUND ***

-- SUNDIALS_USER_INCLUDE_DIRS: *** Required variable
"SUNDIALS_INCLUDE_DIR" set to NOTFOUND ***

-- Could NOT find SUNDIALS

-- DEAL_II_WITH_SUNDIALS has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_symengine.cmake

-- SYMENGINE_LIBRARIES: *** Required variable "SYMENGINE_LIBRARIES" empty
***

-- SYMENGINE_INCLUDE_DIRS: *** Required variable "SYMENGINE_INCLUDE_DIRS"
empty ***

-- SYMENGINE_USER_INCLUDE_DIRS: *** Required variable
"SYMENGINE_INCLUDE_DIRS" empty ***

-- Could NOT find SYMENGINE

-- DEAL_II_WITH_SYMENGINE has unmet external dependencies.

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/configure/configure_50_vectorization.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_cpack.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_custom_targets.cmake

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_finalize.cmake

-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG

-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG - Success

-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_RELEASE

-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_RELEASE - Success

--

-- Include
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2/cmake/setup_write_config.cmake

-- Query git repository information.

-- Found Git: /usr/bin/git (found version "2.37.1 (Apple Git-137.1)")

fatal: ref HEAD is not a symbolic ref

-- Could not locate get_latest_tag.sh. DEAL_II_GIT_TAG will not be set.

--

-- Configuring done. Proceed to target definitions now.

-- Setting up bundled features

-- Performing Test DEAL_II_HAVE_FLAG_Wno_deprecated_copy

-- Performing Test DEAL_II_HAVE_FLAG_Wno_deprecated_copy - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_c11_extensions

-- Performing Test DEAL_II_HAVE_FLAG_Wno_c11_extensions - Success

-- Performing Test DEAL_II_HAVE_FLAG_flifetime_dse=1

-- Performing Test DEAL_II_HAVE_FLAG_flifetime_dse=1 - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wimplicit_fallthrough=0

-- Performing Test DEAL_II_HAVE_FLAG_Wimplicit_fallthrough=0 - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wstringop_overflow=0

-- Performing Test DEAL_II_HAVE_FLAG_Wstringop_overflow=0 - Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wtautological_overlap_compare=0

-- Performing Test DEAL_II_HAVE_FLAG_Wtautological_overlap_compare=0 -
Failed

-- Performing Test DEAL_II_HAVE_FLAG_Wno_sign_compare

-- Performing Test DEAL_II_HAVE_FLAG_Wno_sign_compare - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_write_strings

-- Performing Test DEAL_II_HAVE_FLAG_Wno_write_strings - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_switch

-- Performing Test DEAL_II_HAVE_FLAG_Wno_switch - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_nested_anon_types

-- Performing Test DEAL_II_HAVE_FLAG_Wno_nested_anon_types - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_implicit_fallthrough

-- Performing Test DEAL_II_HAVE_FLAG_Wno_implicit_fallthrough - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_cast_function_type

-- Performing Test DEAL_II_HAVE_FLAG_Wno_cast_function_type - Success

-- Performing Test DEAL_II_HAVE_FLAG_Wno_float_conversion

-- Performing Test DEAL_II_HAVE_FLAG_Wno_float_conversion - Success

-- Setting up bundled features - Done

-- Setting up library

-- Setting up library - Done

-- Setting up project configuration

-- Setting up project configuration - Done

-- Setting up examples

-- step-36 - dependencies not satisfied

-- step-54 - dependencies not satisfied

-- step-62 - dependencies not satisfied

-- step-64 - dependencies not satisfied

-- step-71 - dependencies not satisfied

-- step-77 - dependencies not satisfied

-- Setting up examples - Done

-- Setting up quick_tests in DEBUG mode

-- Setting up quick_tests in DEBUG mode - Done

-- Setting up testsuite

-- Setting up testsuite - Done

###

#

# deal.II configuration:

# CMAKE_BUILD_TYPE: DebugRelease

# BUILD_SHARED_LIBS: ON

# CMAKE_INSTALL_PREFIX:
/Users/erkinyildiz/dealii-candi/deal.II-v9.4.2

# CMAKE_SOURCE_DIR:
/Users/erkinyildiz/dealii-candi/tmp/unpack/deal.II-v9.4.2

# (version 9.4.2, shortrev 53a7623c7c)

# CMAKE_BINARY_DIR:
/Users/erkinyildiz/dealii-candi/tmp/build/deal.II-v9.4.2

# CMAKE_CXX_COMPILER: AppleClang 14.0.0.14000029 on platform
Darwin arm64

# /opt/homebrew/bin/mpicxx

# C++ language standard: C++14

#

# Configured Features (DEAL_II_ALLOW_BUNDLED = ON,
DEAL_II_ALLOW_AUTODETECTION = ON):

# ( DEAL_II_WITH_64BIT_INDICES = OFF )

# ( DEAL_II_WITH_ADOLC = OFF )

# ( DEAL_II_WITH_ARBORX = OFF )

# ( DEAL_II_WITH_ARPACK = OFF )

# ( DEAL_II_WITH_ASSIMP = OFF )

# DEAL_II_WITH_BOOST set up with bundled packages

# ( DEAL_II_WITH_CGAL = OFF )

# DEAL_II_WITH_COMPLEX_VALUES = ON

# ( DEAL_II_WITH_CUDA = OFF )

# ( DEAL_II_WITH_GINKGO = OFF )

# ( DEAL_II_WITH_GMSH = OFF )

# ( DEAL_II_WITH_GSL = OFF )

# DEAL_II_WITH_HDF5 set up with external dependencies

# DEAL_II_WITH_KOKKOS set up with external dependencies

# DEAL_II_WITH_LAPACK set up with external dependencies

# ( DEAL_II_WITH_METIS = OFF )

# DEAL_II_WITH_MPI set up with external dependencies

# DEAL_II_WITH_MUPARSER set up with bundled packages

# ( DEAL_II_WITH_OPENCASCADE = OFF )

# DEAL_II_WITH_P4EST set up with external dependencies

# DEAL_II_WITH_PETSC set up with external dependencies

# ( DEAL_II_WITH_SCALAPACK = OFF )

# ( DEAL_II_WITH_SLEPC = OFF )

# ( DEAL_II_WITH_SUNDIALS = OFF )

# ( DEAL_II_WITH_SYMENGINE = OFF )

# DEAL_II_WITH_TBB set up with bundled packages

# DEAL_II_WITH_TRILINOS set up with external dependencies

# DEAL_II_WITH_UMFPACK set up with bundled packages

# DEAL_II_WITH_ZLIB set up with external dependencies

#

# Component configuration:

# ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )

# DEAL_II_COMPONENT_EXAMPLES

# ( DEAL_II_COMPONENT_PACKAGE = OFF )

# ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )

#

# Detailed information (compiler flags, feature configuration) can be
found in detailed.log

#

# Run $ make info to print a help message with a list of top level
targets

#

###

-- Configuring done

-- Generating done

-- Build files have been written to:
/Users/erkinyildiz/dealii-candi/tmp/build/deal.II-v9.4.2

[ 0%] Built target doxygen_headers

[ 0%] Building CXX object
cmake/scripts/CMakeFiles/expand_instantiations_exe.dir/expand_instantiations.cc.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/archive_exception.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/archive_exception.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_archive.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/system/src/CMakeFiles/obj_boost_system_debug.dir/error_code.cpp.o

[ 0%] Built target obj_boost_system_debug

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_iarchive.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_archive.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_iserializer.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_iarchive.cpp.o

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/system/src/CMakeFiles/obj_boost_system_release.dir/error_code.cpp.o

[ 0%] Linking CXX executable ../../bin/expand_instantiations

[ 0%] Built target obj_boost_system_release

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_iserializer.cpp.o

[ 0%] Built target expand_instantiations_exe

[ 0%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_oarchive.cpp.o

[ 1%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_oarchive.cpp.o

[ 1%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_debug.dir/file_descriptor.cpp.o

[ 1%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_oserializer.cpp.o

[ 1%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_release.dir/file_descriptor.cpp.o

[ 1%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_oserializer.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_pointer_iserializer.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_pointer_iserializer.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_pointer_oserializer.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_pointer_oserializer.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_debug.dir/gzip.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_serializer_map.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_serializer_map.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_release.dir/gzip.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_text_iprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_text_iprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_debug.dir/mapped_file.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_release.dir/mapped_file.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_text_oprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_text_oprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_debug.dir/zlib.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_text_wiprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_text_wiprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/obj_boost_iostreams_release.dir/zlib.cpp.o

[ 2%] Built target obj_boost_iostreams_debug

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_text_woprimitive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_text_woprimitive.cpp.o

[ 2%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/rml/client/rml_tbb.cpp.o

[ 2%] Built target obj_boost_iostreams_release

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/basic_xml_archive.cpp.o

[ 2%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/arena.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/basic_xml_archive.cpp.o

[ 2%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/cache_aligned_allocator.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/binary_iarchive.cpp.o

[ 2%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/binary_iarchive.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/rml/client/rml_tbb.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/arena.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/concurrent_hash_map.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/binary_oarchive.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/binary_oarchive.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/concurrent_monitor.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/cache_aligned_allocator.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/concurrent_queue.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/binary_wiarchive.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/binary_wiarchive.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/concurrent_hash_map.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/concurrent_vector.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/concurrent_monitor.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/binary_woarchive.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/binary_woarchive.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/condition_variable.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/concurrent_queue.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/critical_section.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/codecvt_null.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/codecvt_null.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/concurrent_vector.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/dynamic_link.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/extended_type_info.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/extended_type_info.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/governor.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/condition_variable.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/extended_type_info_no_rtti.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/extended_type_info_no_rtti.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/extended_type_info_typeid.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/extended_type_info_typeid.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/critical_section.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/itt_notify.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/market.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/dynamic_link.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/polymorphic_iarchive.cpp.o

[ 3%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/polymorphic_iarchive.cpp.o

[ 3%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/governor.cpp.o

[ 4%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/mutex.cpp.o

[ 4%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/polymorphic_oarchive.cpp.o

[ 4%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/polymorphic_oarchive.cpp.o

[ 4%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/observer_proxy.cpp.o

[ 4%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/itt_notify.cpp.o

[ 4%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/market.cpp.o

[ 4%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/stl_port.cpp.o

[ 4%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/text_iarchive.cpp.o

[ 5%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/stl_port.cpp.o

[ 5%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/pipeline.cpp.o

[ 5%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/text_iarchive.cpp.o

[ 5%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/mutex.cpp.o

[ 5%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/private_server.cpp.o

[ 5%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/observer_proxy.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/text_oarchive.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/text_oarchive.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/queuing_mutex.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/pipeline.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/queuing_rw_mutex.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/text_wiarchive.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/private_server.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/reader_writer_lock.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/text_wiarchive.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/queuing_mutex.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/recursive_mutex.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/text_woarchive.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/queuing_rw_mutex.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/scheduler.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/text_woarchive.cpp.o

[ 6%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/reader_writer_lock.cpp.o

[ 6%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/utf8_codecvt_facet.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/recursive_mutex.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/utf8_codecvt_facet.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/semaphore.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/void_cast.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/scheduler.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/spin_mutex.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/void_cast.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/spin_rw_mutex.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_archive_exception.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/task.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_archive_exception.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_grammar.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/semaphore.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_grammar.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/task_group_context.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/spin_mutex.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/spin_rw_mutex.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/task.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/tbb_main.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/task_group_context.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/tbb_misc.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/tbb_misc_ex.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/tbb_main.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/tbb_statistics.cpp.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_iarchive.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/tbb_thread.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/tbb_misc.cpp.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_debug.dir/tbb/x86_rtm_rw_mutex.cpp.o

[ 7%] Built target obj_tbb_debug

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/tbb_misc_ex.cpp.o

[ 7%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_assemble.cc.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_iarchive.cpp.o

[ 7%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_blas3_update.cc.o

[ 7%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/tbb_statistics.cpp.o

[ 7%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_build_tuples.cc.o

[ 7%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_oarchive.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_create_element.cc.o

[ 8%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/tbb_thread.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_dump.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_extend_front.cc.o

[ 8%] Building CXX object
bundled/tbb-2018_U2/src/CMakeFiles/obj_tbb_release.dir/tbb/x86_rtm_rw_mutex.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_garbage_collection.cc.o

[ 8%] Built target obj_tbb_release

[ 8%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_oarchive.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_get_memory.cc.o

[ 8%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_wgrammar.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_init_front.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_assemble.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_kernel.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_kernel_init.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_blas3_update.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_build_tuples.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_kernel_wrapup.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_create_element.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_local_search.cc.o

[ 8%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_wgrammar.cpp.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_dump.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_lsolve.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_extend_front.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_ltsolve.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_garbage_collection.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_mem_alloc_element.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_get_memory.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_mem_alloc_head_block.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_mem_alloc_tail_block.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_init_front.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_mem_free_tail_block.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_kernel.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_mem_init_memoryspace.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_kernel_init.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_report_vector.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_row_search.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_kernel_wrapup.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_scale_column.cc.o

[ 8%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_local_search.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_set_stats.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_solve.cc.o

[ 10%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_wiarchive.cpp.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_lsolve.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_ltsolve.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_symbolic_usage.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_mem_alloc_element.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_transpose.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_mem_alloc_head_block.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_tuple_lengths.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_mem_alloc_tail_block.cc.o

[ 10%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_usolve.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_mem_free_tail_block.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_utsolve.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_mem_init_memoryspace.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_valid_numeric.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_report_vector.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_valid_symbolic.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_row_search.cc.o

[ 11%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_wiarchive.cpp.o

[ 11%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_release.dir/xml_woarchive.cpp.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_grow_front.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_scale_column.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_start_front.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_set_stats.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_2by2.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_solve.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_store_lu.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umf_scale.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_symbolic_usage.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_transpose.cc.o

[ 11%] Built target obj_boost_serialization_release

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_col_to_triplet.cc.o

[ 11%] Building CXX object
bundled/boost-1.70.0/libs/serialization/src/CMakeFiles/obj_boost_serialization_debug.dir/xml_woarchive.cpp.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_defaults.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_tuple_lengths.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_free_numeric.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_assemble.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_usolve.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_free_symbolic.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_utsolve.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_blas3_update.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_get_numeric.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_valid_numeric.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_build_tuples.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_get_lunz.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_valid_symbolic.cc.o

[ 11%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_create_element.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_get_symbolic.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_grow_front.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_get_determinant.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_dump.cc.o

[ 12%] Built target obj_boost_serialization_debug

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_start_front.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_extend_front.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_numeric.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_garbage_collection.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_2by2.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_qsymbolic.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_control.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_get_memory.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_store_lu.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_init_front.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_assemble.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_info.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_kernel.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umf_scale.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_kernel_init.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_blas3_update.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_matrix.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_col_to_triplet.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_numeric.cc.o

[ 12%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_build_tuples.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_defaults.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_kernel_wrapup.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_free_numeric.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_create_element.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_perm.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_free_symbolic.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_local_search.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_dump.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_status.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_get_numeric.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_extend_front.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_symbolic.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_lsolve.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_garbage_collection.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_ltsolve.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_get_lunz.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_triplet.cc.o

[ 13%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_get_symbolic.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_mem_alloc_element.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_report_vector.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_get_memory.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_mem_alloc_head_block.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_solve.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_get_determinant.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_init_front.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_mem_alloc_tail_block.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_symbolic.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_numeric.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_kernel.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_transpose.cc.o

[ 14%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_mem_free_tail_block.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_kernel_init.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_triplet_to_col.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_mem_init_memoryspace.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_qsymbolic.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_report_vector.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_scale.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_kernel_wrapup.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_load_numeric.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_row_search.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_save_numeric.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_control.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_scale_column.cc.o

[ 15%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_local_search.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_load_symbolic.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_set_stats.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_info.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_debug.dir/umfpack_save_symbolic.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_lsolve.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_solve.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_matrix.cc.o

[ 16%] Built target obj_umfpack_L_UMF_debug

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_ltsolve.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_symbolic_usage.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_numeric.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_analyze.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_mem_alloc_element.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_transpose.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_mem_alloc_head_block.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_apply_order.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_perm.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_mem_alloc_tail_block.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_tuple_lengths.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_colamd.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_status.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_mem_free_tail_block.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_usolve.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_symbolic.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_mem_init_memoryspace.cc.o

[ 16%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_utsolve.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_free.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_report_vector.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_triplet.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_fsize.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_valid_numeric.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_row_search.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_is_permutation.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_valid_symbolic.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_report_vector.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_malloc.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_grow_front.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_solve.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_scale_column.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_realloc.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_symbolic.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_start_front.cc.o

[ 17%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_set_stats.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_report_perm.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_transpose.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_2by2.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_solve.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_triplet_to_col.cc.o

[ 18%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_debug.dir/umf_singletons.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_store_lu.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_scale.cc.o

[ 20%] Built target obj_umfpack_L_UMFPACK_debug

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_analyze.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_load_numeric.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umf_scale.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_symbolic_usage.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_apply_order.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_save_numeric.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_transpose.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_col_to_triplet.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_colamd.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_load_symbolic.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_defaults.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_tuple_lengths.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMF_release.dir/umfpack_save_symbolic.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_free_numeric.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_usolve.cc.o

[ 20%] Built target obj_umfpack_L_UMF_release

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_free.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_free_symbolic.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TSOLVE_debug.dir/umf_ltsolve.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_utsolve.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_fsize.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_get_numeric.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TSOLVE_debug.dir/umf_utsolve.cc.o

[ 20%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_is_permutation.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_valid_numeric.cc.o

[ 21%] Built target obj_umfpack_DL_TSOLVE_debug

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_get_lunz.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_malloc.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_valid_symbolic.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TSOLVE_release.dir/umf_ltsolve.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_get_symbolic.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_realloc.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_grow_front.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TSOLVE_release.dir/umf_utsolve.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_report_perm.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_get_determinant.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_start_front.cc.o

[ 21%] Built target obj_umfpack_DL_TSOLVE_release

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_L_UMFPACK_release.dir/umf_singletons.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_numeric.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_2by2.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_MAP_NOX_debug.dir/umf_triplet.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_qsymbolic.cc.o

[ 21%] Built target obj_umfpack_DL_TRIPLET_MAP_NOX_debug

[ 21%] Built target obj_umfpack_L_UMFPACK_release

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_store_lu.cc.o

[ 21%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_control.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_MAP_NOX_release.dir/umf_triplet.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umf_scale.cc.o

[ 22%] Built target obj_umfpack_DL_TRIPLET_MAP_NOX_release

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_info.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_matrix.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_col_to_triplet.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_numeric.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_defaults.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_perm.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_status.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_free_numeric.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_MAP_X_debug.dir/umf_triplet.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_MAP_X_release.dir/umf_triplet.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_symbolic.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_free_symbolic.cc.o

[ 22%] Built target obj_umfpack_DL_TRIPLET_MAP_X_debug

[ 22%] Built target obj_umfpack_DL_TRIPLET_MAP_X_release

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_get_numeric.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_triplet.cc.o

[ 22%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_NOMAP_X_debug.dir/umf_triplet.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_report_vector.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_get_lunz.cc.o

[ 23%] Built target obj_umfpack_DL_TRIPLET_NOMAP_X_debug

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_solve.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_get_symbolic.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_symbolic.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_NOMAP_X_release.dir/umf_triplet.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_transpose.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_get_determinant.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_NOMAP_NOX_debug.dir/umf_triplet.cc.o

[ 23%] Built target obj_umfpack_DL_TRIPLET_NOMAP_X_release

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_triplet_to_col.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_numeric.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_scale.cc.o

[ 23%] Built target obj_umfpack_DL_TRIPLET_NOMAP_NOX_debug

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_qsymbolic.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_load_numeric.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_save_numeric.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_control.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_TRIPLET_NOMAP_NOX_release.dir/umf_triplet.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_load_symbolic.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_info.cc.o

[ 23%] Built target obj_umfpack_DL_TRIPLET_NOMAP_NOX_release

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_debug.dir/umfpack_save_symbolic.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_matrix.cc.o

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_STORE_debug.dir/umf_store_lu.cc.o

[ 23%] Built target obj_umfpack_Z_UMF_debug

[ 23%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_STORE_release.dir/umf_store_lu.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_numeric.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_ASSEMBLE_debug.dir/umf_assemble.cc.o

[ 24%] Built target obj_umfpack_DL_STORE_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_perm.cc.o

[ 24%] Built target obj_umfpack_DL_STORE_release

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_status.cc.o

[ 24%] Built target obj_umfpack_DL_ASSEMBLE_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_symbolic.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_ASSEMBLE_release.dir/umf_assemble.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_triplet.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_report_vector.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_SOLVE_debug.dir/umfpack_solve.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_solve.cc.o

[ 24%] Built target obj_umfpack_DL_ASSEMBLE_release

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_DL_SOLVE_release.dir/umfpack_solve.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_symbolic.cc.o

[ 24%] Built target obj_umfpack_DL_SOLVE_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_transpose.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_triplet_to_col.cc.o

[ 24%] Built target obj_umfpack_DL_SOLVE_release

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_scale.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TSOLVE_debug.dir/umf_ltsolve.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TSOLVE_debug.dir/umf_utsolve.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TSOLVE_release.dir/umf_ltsolve.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_load_numeric.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_MAP_NOX_debug.dir/umf_triplet.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TSOLVE_release.dir/umf_utsolve.cc.o

[ 24%] Built target obj_umfpack_ZL_TSOLVE_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_save_numeric.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_MAP_NOX_release.dir/umf_triplet.cc.o

[ 24%] Built target obj_umfpack_ZL_TRIPLET_MAP_NOX_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_MAP_X_debug.dir/umf_triplet.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_load_symbolic.cc.o

[ 24%] Built target obj_umfpack_ZL_TSOLVE_release

[ 24%] Built target obj_umfpack_ZL_TRIPLET_MAP_NOX_release

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_Z_UMF_release.dir/umfpack_save_symbolic.cc.o

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_MAP_X_release.dir/umf_triplet.cc.o

[ 24%] Built target obj_umfpack_ZL_TRIPLET_MAP_X_debug

[ 24%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_NOMAP_X_debug.dir/umf_triplet.cc.o

[ 24%] Built target obj_umfpack_Z_UMF_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_NOMAP_X_release.dir/umf_triplet.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_NOMAP_NOX_debug.dir/umf_triplet.cc.o

[ 25%] Built target obj_umfpack_ZL_TRIPLET_MAP_X_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_TRIPLET_NOMAP_NOX_release.dir/umf_triplet.cc.o

[ 25%] Built target obj_umfpack_ZL_TRIPLET_NOMAP_X_debug

[ 25%] Built target obj_umfpack_ZL_TRIPLET_NOMAP_X_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_STORE_debug.dir/umf_store_lu.cc.o

[ 25%] Built target obj_umfpack_ZL_TRIPLET_NOMAP_NOX_debug

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_STORE_release.dir/umf_store_lu.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_ASSEMBLE_debug.dir/umf_assemble.cc.o

[ 25%] Built target obj_umfpack_ZL_TRIPLET_NOMAP_NOX_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_ASSEMBLE_release.dir/umf_assemble.cc.o

[ 25%] Built target obj_umfpack_ZL_STORE_debug

[ 25%] Built target obj_umfpack_ZL_STORE_release

[ 25%] Built target obj_umfpack_ZL_ASSEMBLE_debug

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_SOLVE_debug.dir/umfpack_solve.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_debug.dir/umfpack_global.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_ZL_SOLVE_release.dir/umfpack_solve.cc.o

[ 25%] Built target obj_umfpack_ZL_ASSEMBLE_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_debug.dir/umfpack_tictoc.cc.o

[ 25%] Built target obj_umfpack_ZL_SOLVE_debug

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_debug.dir/umfpack_timer.cc.o

[ 25%] Built target obj_umfpack_ZL_SOLVE_release

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_release.dir/umfpack_global.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_1.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_release.dir/umfpack_tictoc.cc.o

[ 25%] Built target obj_umfpack_GENERIC_debug

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_2.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_aat.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_1.cc.o

[ 25%] Building CXX object
bundled/umfpack/UMFPACK/Source/CMakeFiles/obj_umfpack_GENERIC_release.dir/umfpack_timer.cc.o

[ 25%] Built target obj_umfpack_GENERIC_release

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_2.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_control.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_1.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_1.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_defaults.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_2.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_2.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_dump.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_aat.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_aat.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_info.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_control.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_aat.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_order.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_control.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_defaults.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_control.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_defaults.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_postorder.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_dump.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_defaults.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_dump.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_post_tree.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_info.cc.o

[ 25%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_dump.cc.o

[ 26%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_info.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_preprocess.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_order.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_info.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_order.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_debug.dir/amd_valid.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_postorder.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_order.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_postorder.cc.o

[ 27%] Built target obj_amd_int_debug

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_post_tree.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_preprocess.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_postorder.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_post_tree.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_global_debug.dir/amd_global.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_int_release.dir/amd_valid.cc.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_post_tree.cc.o

[ 27%] Built target obj_amd_global_debug

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_preprocess.cc.o

[ 27%] Built target obj_amd_int_release

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_global_release.dir/amd_global.cc.o

[ 27%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserBase.cpp.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_preprocess.cc.o

[ 27%] Built target obj_amd_global_release

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_debug.dir/amd_valid.cc.o

[ 27%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserBytecode.cpp.o

[ 27%] Building CXX object
bundled/umfpack/AMD/Source/CMakeFiles/obj_amd_long_release.dir/amd_valid.cc.o

[ 27%] Built target obj_amd_long_debug

[ 27%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserCallback.cpp.o

[ 27%] Built target obj_amd_long_release

[ 27%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParser.cpp.o

[ 28%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserBase.cpp.o

[ 28%] Generating access_traits.inst

[ 28%] Generating cell_data_transfer.inst

[ 28%] Built target obj_arborx_inst

[ 28%] Generating data_out_dof_data.inst

[ 28%] Generating fe_abf.inst

[ 28%] Generating data_out_dof_data_codim.inst

[ 28%] Generating fe_bdm.inst

[ 28%] Generating data_out_faces.inst

[ 28%] Generating fe_bernstein.inst

[ 28%] Generating data_out.inst

[ 28%] Generating fe_dgp.inst

[ 28%] Generating data_out_resample.inst

[ 28%] Generating fe_dgp_monomial.inst

[ 28%] Generating data_out_rotation.inst

[ 28%] Generating fe_dgp_nonparametric.inst

[ 28%] Generating data_out_stack.inst

[ 28%] Generating fe_dgq.inst

[ 28%] Generating data_postprocessor.inst

[ 28%] Generating fe_dg_vector.inst

[ 28%] Generating derivative_approximation.inst

[ 28%] Generating fe_face.inst

[ 28%] Generating dof_output_operator.inst

[ 28%] Generating fe.inst

[ 28%] Generating error_estimator_1d.inst

[ 28%] Generating fe_nedelec.inst

[ 28%] Generating fe_nedelec_sz.inst

[ 28%] Generating error_estimator.inst

[ 28%] Generating fe_nothing.inst

[ 28%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserError.cpp.o

[ 30%] Generating fe_field_function.inst

[ 30%] Generating fe_poly.inst

[ 30%] Generating matrix_creator.inst

[ 30%] Generating fe_poly_tensor.inst

[ 30%] Generating fe_pyramid_p.inst

[ 30%] Generating matrix_tools.inst

[ 31%] Generating fe_q_base.inst

[ 31%] Generating point_value_history.inst

[ 31%] Generating fe_q_bubbles.inst

[ 31%] Generating smoothness_estimator.inst

[ 31%] Generating fe_q_dg0.inst

[ 31%] Generating solution_transfer.inst

[ 31%] Generating fe_q_hierarchical.inst

[ 31%] Generating time_dependent.inst

[ 31%] Generating fe_q.inst

[ 31%] Generating vector_tools_boundary.inst

[ 31%] Generating fe_q_iso_q1.inst

[ 31%] Generating vector_tools_constraints.inst

[ 31%] Generating fe_rannacher_turek.inst

[ 31%] Generating vector_tools_integrate_difference.inst

[ 31%] Generating fe_raviart_thomas.inst

[ 31%] Generating vector_tools_interpolate.inst

[ 31%] Generating fe_raviart_thomas_nodal.inst

[ 31%] Generating fe_rt_bubbles.inst

[ 31%] Generating vector_tools_mean_value.inst

[ 31%] Generating fe_series_fourier.inst

[ 31%] Generating vector_tools_point_value.inst

[ 31%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserInt.cpp.o

[ 31%] Generating fe_series_legendre.inst

[ 31%] Generating vector_tools_point_gradient.inst

[ 31%] Generating fe_simplex_p.inst

[ 31%] Generating vector_tools_project.inst

[ 31%] Generating fe_simplex_p_bubbles.inst

[ 31%] Generating vector_tools_project_codim.inst

[ 31%] Generating fe_system.inst

[ 31%] Generating vector_tools_project_hp.inst

[ 31%] Generating fe_enriched.inst

[ 31%] Generating fe_tools.inst

[ 31%] Generating vector_tools_project_qp.inst

[ 31%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserBytecode.cpp.o

[ 31%] Generating vector_tools_project_qpmf.inst

[ 31%] Generating fe_tools_interpolate.inst

[ 31%] Generating vector_tools_rhs.inst

[ 31%] Generating fe_tools_extrapolate.inst

[ 31%] Built target obj_numerics_inst

[ 31%] Generating fe_trace.inst

[ 31%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserTest.cpp.o

[ 31%] Generating fe_values.inst

[ 31%] Generating fe_wedge_p.inst

[ 31%] Generating mapping_c1.inst

[ 31%] Generating mapping_cartesian.inst

[ 32%] Generating mapping.inst

[ 32%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserCallback.cpp.o

[ 32%] Generating mapping_fe.inst

[ 32%] Generating mapping_fe_field.inst

[ 32%] Generating mapping_q1_eulerian.inst

[ 32%] Generating mapping_q1.inst

[ 32%] Generating mapping_q_cache.inst

[ 32%] Generating mapping_q_eulerian.inst

[ 32%] Generating mapping_q.inst

[ 32%] Generating mapping_manifold.inst

[ 32%] Built target obj_fe_inst

[ 32%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_debug.dir/src/muParserTokenReader.cpp.o

[ 32%] Generating block_info.inst

[ 32%] Generating dof_accessor_get.inst

[ 32%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParser.cpp.o

[ 32%] Generating dof_accessor.inst

[ 32%] Generating dof_accessor_set.inst

[ 33%] Generating dof_handler.inst

[ 33%] Generating dof_handler_policy.inst

[ 33%] Generating dof_objects.inst

[ 33%] Generating dof_renumbering.inst

[ 33%] Generating dof_tools_constraints.inst

[ 33%] Generating dof_tools.inst

[ 33%] Generating dof_tools_sparsity.inst

[ 33%] Built target obj_dofs_inst

[ 33%] Generating affine_constraints.inst

[ 33%] Generating block_sparse_matrix.inst

[ 33%] Generating block_vector.inst

[ 34%] Generating chunk_sparse_matrix.inst

[ 34%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserError.cpp.o

[ 34%] Generating full_matrix.inst

[ 34%] Generating lapack_full_matrix.inst

[ 34%] Generating la_vector.inst

[ 34%] Generating la_parallel_vector.inst

[ 34%] Generating la_parallel_block_vector.inst

[ 34%] Generating precondition_block.inst

[ 34%] Generating relaxation_block.inst

[ 34%] Generating read_write_vector.inst

[ 34%] Generating scalapack.inst

[ 34%] Generating solver.inst

[ 34%] Generating sparse_matrix_ez.inst

[ 34%] Generating bounding_box.inst

[ 34%] Generating sparse_matrix.inst

[ 34%] Generating data_out_base.inst

[ 34%] Generating vector.inst

[ 34%] Generating function.inst

[ 34%] Built target obj_muparser_debug

[ 34%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserInt.cpp.o

[ 34%] Generating function_signed_distance.inst

[ 34%] Generating vector_memory.inst

[ 34%] Generating surface_mesh.inst

[ 34%] Generating vector_memory_release.inst

[ 34%] Generating function_restriction.inst

[ 34%] Built target obj_cgal_inst

[ 34%] Generating function_time.inst

[ 34%] Generating trilinos_sparse_matrix.inst

[ 34%] Generating utilities.inst

[ 34%] Generating function_tools.inst

[ 34%] Generating trilinos_vector.inst

[ 34%] Built target obj_gmsh_inst

[ 34%] Generating incremental_function.inst

[ 34%] Built target obj_lac_inst

[ 34%] Generating geometric_utilities.inst

[ 34%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserTest.cpp.o

[ 35%] Generating cell_id.inst

[ 35%] Generating mpi.inst

[ 35%] Generating grid_generator_cgal.inst

[ 35%] Generating grid_generator_from_name.inst

[ 35%] Generating mpi_noncontiguous_partitioner.inst

[ 35%] Generating grid_generator.inst

[ 35%] Generating mpi_remote_point_evaluation.inst

[ 35%] Generating partitioner.inst

[ 35%] Generating grid_generator_pipe_junction.inst

[ 35%] Generating partitioner.cuda.inst

[ 35%] Generating grid_in.inst

[ 35%] Generating polynomials_rannacher_turek.inst

[ 35%] Generating grid_out.inst

[ 35%] Generating symmetric_tensor.inst

[ 35%] Generating grid_refinement.inst

[ 36%] Generating symbolic_function.inst

[ 36%] Generating grid_tools.inst

[ 36%] Generating tensor_function.inst

[ 36%] Generating grid_tools_dof_handlers.inst

[ 36%] Generating tensor_function_parser.inst

[ 36%] Generating fe_collection.inst

[ 36%] Generating grid_tools_cache.inst

[ 36%] Generating mu_parser_internal.inst

[ 36%] Generating fe_values.inst

[ 36%] Generating intergrid_map.inst

[ 36%] Generating time_stepping.inst

[ 36%] Generating mapping_collection.inst

[ 36%] Generating manifold.inst

[ 36%] Built target obj_base_inst

[ 36%] Building CXX object
bundled/muparser_v2_3_3/CMakeFiles/obj_muparser_release.dir/src/muParserTokenReader.cpp.o

[ 36%] Generating refinement.inst

[ 36%] Generating manifold_lib.inst

[ 36%] Built target obj_hp_inst

[ 36%] Generating reference_cell.inst

[ 36%] Generating tria_accessor.inst

[ 36%] Generating tria_description.inst

[ 36%] Generating mg_base.inst

[ 36%] Generating tria.inst

[ 36%] Generating mg_level_global_transfer.inst

[ 36%] Generating tria_objects.inst

[ 36%] Generating mg_tools.inst

[ 36%] Built target obj_grid_inst

[ 36%] Generating mg_transfer_block.inst

[ 36%] Generating grid_refinement.inst

[ 36%] Generating mg_transfer_component.inst

[ 36%] Generating cell_weights.inst

[ 36%] Generating mg_transfer_global_coarsening.inst

[ 36%] Generating cell_data_transfer.inst

[ 36%] Generating mg_transfer_internal.inst

[ 36%] Generating fully_distributed_tria.inst

[ 36%] Generating mg_transfer_matrix_free.inst

[ 36%] Generating repartitioning_policy_tools.inst

[ 37%] Generating mg_transfer_prebuilt.inst

[ 37%] Generating solution_transfer.inst

[ 37%] Generating multigrid.inst

[ 37%] Generating tria.inst

[ 37%] Built target obj_multigrid_inst

[ 37%] Generating operator.inst

[ 37%] Generating shared_tria.inst

[ 37%] Built target obj_algorithms_inst

[ 37%] Generating tria_base.inst

[ 37%] Generating evaluation_template_factory.inst

[ 37%] Generating p4est_wrappers.inst

[ 37%] Generating evaluation_template_face_factory.inst

[ 37%] Built target obj_distributed_inst

[ 37%] Generating evaluation_template_factory_hanging_nodes.inst

[ 37%] Generating mesh_worker_info.inst

[ 37%] Generating fe_point_evaluation.inst

[ 37%] Generating mesh_worker_vector_selector.inst

[ 37%] Generating mapping_info.inst

[ 37%] Generating scratch_data.inst

[ 37%] Generating matrix_free.inst

[ 37%] Built target obj_meshworker_inst

[ 37%] Generating manifold_lib.inst

[ 37%] Generating shape_info.inst

[ 37%] Generating utilities.inst

[ 37%] Built target obj_matrix_free_inst

[ 37%] Generating data_out.inst

[ 37%] Built target obj_opencascade_inst

[ 37%] Generating ad_drivers.inst

[ 37%] Generating particle.inst

[ 37%] Generating ad_drivers.inst1

[ 37%] Generating particle_handler.inst

[ 37%] Generating ad_drivers.inst2

[ 37%] Generating generators.inst

[ 37%] Generating ad_helpers.inst

[ 37%] Generating utilities.inst

[ 37%] Generating ad_helpers.inst1

[ 37%] Built target obj_particle_inst

[ 37%] Generating ad_helpers.inst2

[ 37%] Generating symengine_number_visitor_internal.inst

[ 37%] Generating symengine_optimizer.inst

[ 37%] Generating adolc_number_types.inst

[ 37%] Generating sacado_number_types.inst1

[ 37%] Generating symengine_tensor_operations.inst

[ 37%] Built target obj_differentiation_sd_inst

[ 37%] Generating sacado_number_types.inst2

[ 37%] Generating transformations.inst

[ 37%] Generating kinematics.inst

[ 37%] Built target obj_differentiation_ad_inst

[ 37%] Generating standard_tensors.inst

[ 37%] Built target obj_muparser_release

[ 37%] Built target obj_physics_inst

[ 38%] Generating n_vector.inst

[ 38%] Generating fe_immersed_values.inst

[ 40%] Building CXX object
source/arborx/CMakeFiles/obj_arborx_release.dir/access_traits.cc.o

[ 40%] Built target obj_physics_elasticity_inst

[ 40%] Generating fe_values.inst

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out.cc.o

[ 41%] Built target obj_sundials_inst

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/block_mask.cc.o

[ 41%] Generating mesh_classifier.inst

[ 41%] Generating quadrature_generator.inst

[ 41%] Generating coupling.inst

[ 41%] Built target obj_non_matching_inst

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/block_info.cc.o

[ 41%] Built target obj_arborx_release

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_faces.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/component_mask.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_abf.cc.o

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_faces.cc.o

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_handler.cc.o

[ 41%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/affine_constraints.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_bernardi_raugel.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_rotation.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_bdm.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_stack.cc.o

[ 41%] Building CXX object source/fe/CMakeFiles/obj_fe_release.dir/fe.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_postprocessor.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_bernstein.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/dof_output_operator.cc.o

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_objects.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_data.cc.o

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/number_cache.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/histogram.cc.o

[ 41%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_dgp.cc.o

[ 41%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/matrix_tools_once.cc.o

[ 41%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_accessor.cc.o

[ 42%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_dgp_monomial.cc.o

[ 42%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/matrix_tools.cc.o

[ 42%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/block_sparse_matrix.cc.o

[ 42%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_dgp_nonparametric.cc.o

[ 42%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/time_dependent.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/block_sparse_matrix_ez.cc.o

[ 43%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_accessor_get.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_boundary.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/block_sparsity_pattern.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_dgq.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/block_vector.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_dg_vector.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/chunk_sparse_matrix.cc.o

[ 43%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_accessor_set.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_enriched.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/chunk_sparsity_pattern.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/dynamic_sparsity_pattern.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/exceptions.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_constraints.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/scalapack.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/la_vector.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_face.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_mean_value.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_nedelec.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/la_parallel_vector.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_point_gradient.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_nedelec_sz.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/la_parallel_block_vector.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_nothing.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/matrix_out.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_rhs.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_poly.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/precondition_block.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/precondition_block_ez.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_poly_tensor.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/relaxation_block.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_pyramid_p.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/read_write_vector.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_p1nc.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_q_base.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/cell_data_transfer.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_dof_data.cc.o

[ 43%] Building CXX object source/fe/CMakeFiles/obj_fe_release.dir/fe_q.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_q_bubbles.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_q_dg0.cc.o

[ 43%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_dof_data_inst2.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_q_hierarchical.cc.o

[ 43%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/solver.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_q_iso_q1.cc.o

[ 43%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_rannacher_turek.cc.o

[ 44%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_raviart_thomas.cc.o

[ 44%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_dof_data_codim.cc.o

[ 44%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_handler_policy.cc.o

[ 44%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/solver_bicgstab.cc.o

[ 44%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_raviart_thomas_nodal.cc.o

[ 44%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/solver_control.cc.o

[ 44%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_decomposition.cc.o

[ 45%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_direct.cc.o

[ 45%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_rt_bubbles.cc.o

[ 45%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/data_out_resample.cc.o

[ 45%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_ilu.cc.o

[ 45%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_matrix_ez.cc.o

[ 45%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_series.cc.o

[ 45%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_mic.cc.o

[ 45%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_series_fourier.cc.o

[ 45%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_vanka.cc.o

[ 46%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/derivative_approximation.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_series_legendre.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparsity_pattern.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparsity_tools.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_system.cc.o

[ 46%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_renumbering.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/vector.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_simplex_p.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/vector_memory.cc.o

[ 46%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_tools.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_simplex_p_bubbles.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_full_matrix.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_trace.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_matrix_base.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_matrix_free.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_extractors.cc.o

[ 46%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/error_estimator_1d.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_wedge_p.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_parallel_block_sparse_matrix.cc.o

[ 46%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_tools_constraints.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_parallel_block_vector.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_c1.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_parallel_sparse_matrix.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_cartesian.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_parallel_vector.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_precondition.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_solver.cc.o

[ 46%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/error_estimator.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_sparse_matrix.cc.o

[ 46%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_fe.cc.o

[ 46%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/petsc_vector_base.cc.o

[ 46%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_release.dir/dof_tools_sparsity.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_block_sparse_matrix.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_block_vector.cc.o

[ 47%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_q1.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_epetra_communication_pattern.cc.o

[ 47%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_q.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_epetra_vector.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_precondition.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_precondition_ml.cc.o

[ 47%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_q_cache.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_solver.cc.o

[ 47%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/error_estimator_inst2.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_sparse_matrix.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_sparsity_pattern.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_tpetra_communication_pattern.cc.o

[ 47%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_tpetra_vector.cc.o

[ 47%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/fe_field_function.cc.o

[ 47%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_manifold.cc.o

[ 48%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values.cc.o

[ 48%] Built target obj_dofs_release

[ 48%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_vector.cc.o

[ 48%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/matrix_creator.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/auto_derivative_function.cc.o

[ 48%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_inst2.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/bounding_box.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/conditional_ostream.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/convergence_table.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/discrete_time.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/event.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/exceptions.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/flow_function.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function.cc.o

[ 48%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/matrix_creator_inst2.cc.o

[ 48%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/full_matrix.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_cspline.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_derivative.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_signed_distance.cc.o

[ 48%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/lapack_full_matrix.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_lib.cc.o

[ 48%] Building CXX object source/lac/CMakeFiles/obj_lac_release.dir/qr.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_lib_cutoff.cc.o

[ 48%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_matrix.cc.o

[ 48%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_parser.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_restriction.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_spherical.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_time.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/function_tools.cc.o

[ 50%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/sparse_matrix_inst2.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/geometry_info.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/geometric_utilities.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/graph_coloring.cc.o

[ 50%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_inst3.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/incremental_function.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/index_set.cc.o

[ 50%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/tridiagonal_matrix.cc.o

[ 50%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/utilities.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/job_identifier.cc.o

[ 50%] Building CXX object
source/lac/CMakeFiles/obj_lac_release.dir/trilinos_precondition_muelu.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/logstream.cc.o

[ 50%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/matrix_creator_inst3.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/hdf5.cc.o

[ 50%] Built target obj_lac_release

[ 50%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_inst4.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/mpi.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/mpi_compute_index_owner_internal.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/mpi_noncontiguous_partitioner.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/mpi_remote_point_evaluation.cc.o

[ 50%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/point_value_history.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/mu_parser_internal.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/multithread_info.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/named_selection.cc.o

[ 50%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/numbers.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/parallel.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/parameter_handler.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/parameter_acceptor.cc.o

[ 51%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_inst5.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/parsed_convergence_table.cc.o

[ 51%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_values_inst6.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/parsed_function.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/partitioner.cc.o

[ 51%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/smoothness_estimator.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/patterns.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/path_search.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomial.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_abf.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_adini.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_polynomials_base.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_barycentric.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_bernstein.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_bdm.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_bernardi_raugel.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_nedelec.cc.o

[ 51%] Building CXX object
source/cgal/CMakeFiles/obj_cgal_release.dir/surface_mesh.cc.o

[ 51%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/solution_transfer.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_integrated_legendre_sz.cc.o

[ 51%] Built target obj_cgal_release

[ 51%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_fe_field.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomial_space.cc.o

[ 51%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_p.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_piecewise.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_pyramid.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_rannacher_turek.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_raviart_thomas.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_rt_bubbles.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/polynomials_wedge.cc.o

[ 52%] Building CXX object
source/gmsh/CMakeFiles/obj_gmsh_release.dir/utilities.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/process_grid.cc.o

[ 52%] Built target obj_gmsh_release

[ 52%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/solution_transfer_inst2.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/qprojector.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/quadrature.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/quadrature_lib.cc.o

[ 52%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_fe_field_inst2.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/quadrature_selector.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/scalar_polynomials_base.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/subscriptor.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/symbolic_function.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/table_handler.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_function.cc.o

[ 52%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/solution_transfer_inst3.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_function_parser.cc.o

[ 52%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/cell_id.cc.o

[ 52%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_product_polynomials.cc.o

[ 53%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_refinement.cc.o

[ 53%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_product_polynomials_bubbles.cc.o

[ 53%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_reordering.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/tensor_product_polynomials_const.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/thread_management.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/intergrid_map.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/timer.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/time_stepping.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/manifold.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/solution_transfer_inst4.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/manifold_lib.cc.o

[ 54%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_tools.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/utilities.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/persistent_tria.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/vectorization.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/data_out_base.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/reference_cell.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria_accessor.cc.o

[ 54%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_tools_interpolate.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria_description.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_integrate_difference.cc.o

[ 54%] Building CXX object
source/base/CMakeFiles/obj_base_release.dir/symmetric_tensor.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria_faces.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_interpolate.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria_levels.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria_objects.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_generator.cc.o

[ 54%] Built target obj_base_release

[ 54%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/fe_tools_extrapolate.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_generator_cgal.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_point_value.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_generator_from_name.cc.o

[ 54%] Building CXX object
source/hp/CMakeFiles/obj_hp_release.dir/fe_collection.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_generator_pipe_junction.cc.o

[ 54%] Building CXX object
source/hp/CMakeFiles/obj_hp_release.dir/fe_values.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_in.cc.o

[ 54%] Building CXX object
source/hp/CMakeFiles/obj_hp_release.dir/mapping_collection.cc.o

[ 54%] Building CXX object
source/hp/CMakeFiles/obj_hp_release.dir/refinement.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_out.cc.o

[ 54%] Built target obj_hp_release

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_base.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_level_global_transfer.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_tools_cache.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_block.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_project.cc.o

[ 54%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_tools.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_component.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_global_coarsening.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_internal.cc.o

[ 54%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_q1_eulerian.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_prebuilt.cc.o

[ 54%] Building CXX object
source/fe/CMakeFiles/obj_fe_release.dir/mapping_q_eulerian.cc.o

[ 54%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_project_hp.cc.o

[ 54%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/multigrid.cc.o

[ 55%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_tools_dof_handlers.cc.o

[ 55%] Built target obj_fe_release

[ 55%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_tools.cc.o

[ 55%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_release.dir/mg_transfer_matrix_free.cc.o

[ 55%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_project_codim.cc.o

[ 55%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/grid_tools_nontemplates.cc.o

[ 55%] Built target obj_multigrid_release

[ 56%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_project_qp.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/grid_refinement.cc.o

[ 56%] Building CXX object
source/grid/CMakeFiles/obj_grid_release.dir/tria.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/cell_weights.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/cell_data_transfer.cc.o

[ 56%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_release.dir/general_data_storage.cc.o

[ 56%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_release.dir/operator.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/fully_distributed_tria.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/repartitioning_policy_tools.cc.o

[ 56%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_release.dir/vector_tools_project_qpmf.cc.o

[ 56%] Built target obj_grid_release

[ 56%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_release.dir/timestep_control.cc.o

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/solution_transfer.cc.o

[ 56%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/dof_info.cc.o

[ 56%] Built target obj_algorithms_release

[ 56%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/tria.cc.o

[ 56%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory.cc.o

[ 56%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_release.dir/mesh_worker.cc.o

[ 57%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/tria_base.cc.o

[ 57%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_inst2.cc.o

[ 57%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_release.dir/mesh_worker_info.cc.o

[ 57%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_inst3.cc.o

[ 58%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_release.dir/mesh_worker_vector_selector.cc.o

[ 58%] Built target obj_numerics_release

[ 58%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/shared_tria.cc.o

[ 58%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_inst4.cc.o

[ 58%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_release.dir/p4est_wrappers.cc.o

[ 58%] Building CXX object
source/opencascade/CMakeFiles/obj_opencascade_release.dir/utilities.cc.o

[ 58%] Built target obj_distributed_release

[ 58%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_inst5.cc.o

[ 58%] Building CXX object
source/opencascade/CMakeFiles/obj_opencascade_release.dir/manifold_lib.cc.o

[ 58%] Built target obj_opencascade_release

[ 58%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_release.dir/scratch_data.cc.o

[ 58%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_inst6.cc.o

[ 58%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/data_out.cc.o

[ 58%] Built target obj_meshworker_release

[ 58%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_factory_hanging_nodes.cc.o

[ 60%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/particle.cc.o

[ 60%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/particle_handler.cc.o

[ 60%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory.cc.o

[ 60%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_release.dir/ad_drivers.cc.o

[ 60%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_release.dir/ad_helpers.cc.o

[ 60%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/generators.cc.o

[ 60%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory_inst2.cc.o

[ 60%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_release.dir/adolc_number_types.cc.o

[ 60%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory_inst3.cc.o

[ 60%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_release.dir/sacado_number_types.cc.o

[ 60%] Built target obj_differentiation_ad_release

[ 60%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/property_pool.cc.o

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory_inst4.cc.o

[ 61%] Building CXX object
source/particles/CMakeFiles/obj_particle_release.dir/utilities.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_math.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_number_types.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_number_visitor_internal.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_optimizer.cc.o

[ 61%] Built target obj_particle_release

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory_inst5.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_scalar_operations.cc.o

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/evaluation_template_face_factory_inst6.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_tensor_operations.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_types.cc.o

[ 61%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_release.dir/symengine_utilities.cc.o

[ 61%] Building CXX object
source/physics/CMakeFiles/obj_physics_release.dir/transformations.cc.o

[ 61%] Built target obj_differentiation_sd_release

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/fe_point_evaluation.cc.o

[ 61%] Built target obj_physics_release

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/mapping_info.cc.o

[ 61%] Building CXX object
source/physics/elasticity/CMakeFiles/obj_physics_elasticity_release.dir/kinematics.cc.o

[ 61%] Building CXX object
source/physics/elasticity/CMakeFiles/obj_physics_elasticity_release.dir/standard_tensors.cc.o

[ 61%] Built target obj_physics_elasticity_release

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/mapping_info_inst2.cc.o

[ 61%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/mapping_info_inst3.cc.o

[ 61%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/fe_immersed_values.cc.o

[ 61%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/arkode.cc.o

[ 62%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/fe_values.cc.o

[ 62%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/ida.cc.o

[ 62%] Built target obj_integrators_debug

[ 62%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/mesh_classifier.cc.o

[ 62%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/copy.cc.o

[ 62%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/kinsol.cc.o

[ 62%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/n_vector.cc.o

[ 62%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_release.dir/sunlinsol_wrapper.cc.o

[ 62%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/matrix_free.cc.o

[ 62%] Built target obj_sundials_release

[ 62%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/quadrature_generator.cc.o

[ 62%] Built target obj_integrators_release

[ 62%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/shape_info.cc.o

[ 62%] Built target obj_rol_inst

[ 62%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/task_info.cc.o

[ 62%] Building CXX object
source/arborx/CMakeFiles/obj_arborx_debug.dir/access_traits.cc.o

[ 62%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/coupling.cc.o

[ 62%] Built target obj_arborx_debug

[ 62%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_release.dir/vector_data_exchange.cc.o

[ 62%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out.cc.o

[ 62%] Built target obj_matrix_free_release

[ 62%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_faces.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/block_mask.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/component_mask.cc.o

[ 63%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe_abf.cc.o

[ 63%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_release.dir/immersed_surface_quadrature.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/block_info.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_bernardi_raugel.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_faces.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_rotation.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_handler.cc.o

[ 63%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe_bdm.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_stack.cc.o

[ 63%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_postprocessor.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/dof_output_operator.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_bernstein.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/histogram.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_data.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/matrix_tools_once.cc.o

[ 63%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe_dgp.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_objects.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/matrix_tools.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/number_cache.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_dgp_monomial.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/time_dependent.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_accessor.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_dgp_nonparametric.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_boundary.cc.o

[ 63%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe_dgq.cc.o

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_accessor_get.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_dg_vector.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_enriched.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_constraints.cc.o

[ 63%] Built target obj_non_matching_release

[ 63%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_accessor_set.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_face.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_mean_value.cc.o

[ 63%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/affine_constraints.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_nedelec.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_point_gradient.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_nedelec_sz.cc.o

[ 63%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_rhs.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_nothing.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_poly.cc.o

[ 63%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_poly_tensor.cc.o

[ 63%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/block_sparse_matrix.cc.o

[ 63%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/block_sparse_matrix_ez.cc.o

[ 64%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/cell_data_transfer.cc.o

[ 64%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/block_sparsity_pattern.cc.o

[ 64%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/block_vector.cc.o

[ 65%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_pyramid_p.cc.o

[ 65%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_dof_data.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/chunk_sparse_matrix.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_p1nc.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/chunk_sparsity_pattern.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_q_base.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/dynamic_sparsity_pattern.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/exceptions.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/scalapack.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/la_vector.cc.o

[ 66%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_dof_data_inst2.cc.o

[ 66%] Building CXX object source/fe/CMakeFiles/obj_fe_debug.dir/fe_q.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_q_bubbles.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/la_parallel_vector.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_q_dg0.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/la_parallel_block_vector.cc.o

[ 66%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_dof_data_codim.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_q_hierarchical.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/matrix_out.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/precondition_block.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_q_iso_q1.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/precondition_block_ez.cc.o

[ 66%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_handler_policy.cc.o

[ 66%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/data_out_resample.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_rannacher_turek.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/relaxation_block.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_raviart_thomas.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/read_write_vector.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_raviart_thomas_nodal.cc.o

[ 66%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/derivative_approximation.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_rt_bubbles.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_series.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_series_fourier.cc.o

[ 66%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_renumbering.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/solver.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_series_legendre.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_system.cc.o

[ 66%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_tools.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/solver_bicgstab.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/solver_control.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_decomposition.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_simplex_p.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_direct.cc.o

[ 66%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/error_estimator_1d.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_ilu.cc.o

[ 66%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_simplex_p_bubbles.cc.o

[ 66%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_matrix_ez.cc.o

[ 66%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_tools_constraints.cc.o

[ 67%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_mic.cc.o

[ 67%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_trace.cc.o

[ 67%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_vanka.cc.o

[ 67%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparsity_pattern.cc.o

[ 67%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_extractors.cc.o

[ 67%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/error_estimator.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_wedge_p.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparsity_tools.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_c1.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/vector.cc.o

[ 68%] Building CXX object
source/dofs/CMakeFiles/obj_dofs_debug.dir/dof_tools_sparsity.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_cartesian.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/vector_memory.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_fe.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_full_matrix.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_matrix_base.cc.o

[ 68%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/error_estimator_inst2.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_matrix_free.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_q1.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_parallel_block_sparse_matrix.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_q.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_parallel_block_vector.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_parallel_sparse_matrix.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_parallel_vector.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_precondition.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_solver.cc.o

[ 68%] Built target obj_dofs_debug

[ 68%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/fe_field_function.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_sparse_matrix.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/petsc_vector_base.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_q_cache.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_block_sparse_matrix.cc.o

[ 68%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_manifold.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_block_vector.cc.o

[ 68%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_epetra_communication_pattern.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_epetra_vector.cc.o

[ 70%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/matrix_creator.cc.o

[ 70%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_precondition.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_precondition_ml.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_solver.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_sparse_matrix.cc.o

[ 70%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/matrix_creator_inst2.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/auto_derivative_function.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_sparsity_pattern.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/bounding_box.cc.o

[ 70%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_inst2.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_tpetra_communication_pattern.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/conditional_ostream.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/convergence_table.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/discrete_time.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/event.cc.o

[ 70%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_tpetra_vector.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/exceptions.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/flow_function.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_cspline.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_derivative.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_signed_distance.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_lib.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_lib_cutoff.cc.o

[ 70%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/matrix_creator_inst3.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_parser.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_restriction.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_spherical.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_time.cc.o

[ 70%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/function_tools.cc.o

[ 70%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_inst3.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/geometry_info.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/geometric_utilities.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_vector.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/graph_coloring.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/full_matrix.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/incremental_function.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/index_set.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/lapack_full_matrix.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/job_identifier.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/logstream.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/hdf5.cc.o

[ 71%] Building CXX object source/lac/CMakeFiles/obj_lac_debug.dir/qr.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/mpi.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_matrix.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/mpi_compute_index_owner_internal.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/sparse_matrix_inst2.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/mpi_noncontiguous_partitioner.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/tridiagonal_matrix.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/mpi_remote_point_evaluation.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/utilities.cc.o

[ 71%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/point_value_history.cc.o

[ 71%] Building CXX object
source/lac/CMakeFiles/obj_lac_debug.dir/trilinos_precondition_muelu.cc.o

[ 71%] Built target obj_lac_debug

[ 71%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_inst4.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/mu_parser_internal.cc.o

[ 71%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/smoothness_estimator.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/multithread_info.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/named_selection.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/numbers.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/parallel.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/parameter_handler.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/parameter_acceptor.cc.o

[ 71%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_inst5.cc.o

[ 71%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/solution_transfer.cc.o

[ 71%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/parsed_convergence_table.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/parsed_function.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/partitioner.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/patterns.cc.o

[ 72%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_values_inst6.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/path_search.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomial.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_abf.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_adini.cc.o

[ 72%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/solution_transfer_inst2.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_polynomials_base.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_barycentric.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_bernstein.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_bdm.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_bernardi_raugel.cc.o

[ 72%] Building CXX object
source/cgal/CMakeFiles/obj_cgal_debug.dir/surface_mesh.cc.o

[ 72%] Built target obj_cgal_debug

[ 72%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_fe_field.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_nedelec.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_integrated_legendre_sz.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomial_space.cc.o

[ 72%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/solution_transfer_inst3.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_p.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_piecewise.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_pyramid.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_rannacher_turek.cc.o

[ 72%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_raviart_thomas.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_rt_bubbles.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/polynomials_wedge.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/process_grid.cc.o

[ 73%] Building CXX object
source/gmsh/CMakeFiles/obj_gmsh_debug.dir/utilities.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/qprojector.cc.o

[ 73%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/solution_transfer_inst4.cc.o

[ 73%] Built target obj_gmsh_debug

[ 73%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/cell_id.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/quadrature.cc.o

[ 73%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_refinement.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/quadrature_lib.cc.o

[ 73%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_reordering.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/quadrature_selector.cc.o

[ 73%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/intergrid_map.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/scalar_polynomials_base.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/subscriptor.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/symbolic_function.cc.o

[ 73%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/table_handler.cc.o

[ 74%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/manifold.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_function.cc.o

[ 74%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_fe_field_inst2.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_function_parser.cc.o

[ 74%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_integrate_difference.cc.o

[ 74%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/manifold_lib.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_product_polynomials.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_product_polynomials_bubbles.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/tensor_product_polynomials_const.cc.o

[ 74%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/persistent_tria.cc.o

[ 74%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/thread_management.cc.o

[ 75%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_interpolate.cc.o

[ 75%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/timer.cc.o

[ 75%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/reference_cell.cc.o

[ 75%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/time_stepping.cc.o

[ 75%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria_accessor.cc.o

[ 76%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/utilities.cc.o

[ 76%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/vectorization.cc.o

[ 76%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/data_out_base.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria_description.cc.o

[ 76%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_tools.cc.o

[ 76%] Building CXX object
source/base/CMakeFiles/obj_base_debug.dir/symmetric_tensor.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria_faces.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria_levels.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria_objects.cc.o

[ 76%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_point_value.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_generator.cc.o

[ 76%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_tools_interpolate.cc.o

[ 76%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_project.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_generator_cgal.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_generator_from_name.cc.o

[ 76%] Built target obj_base_debug

[ 76%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/fe_tools_extrapolate.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_generator_pipe_junction.cc.o

[ 76%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_project_hp.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_in.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_out.cc.o

[ 76%] Building CXX object
source/hp/CMakeFiles/obj_hp_debug.dir/fe_collection.cc.o

[ 76%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_project_codim.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_tools_cache.cc.o

[ 76%] Building CXX object
source/hp/CMakeFiles/obj_hp_debug.dir/fe_values.cc.o

[ 76%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_tools.cc.o

[ 76%] Building CXX object
source/hp/CMakeFiles/obj_hp_debug.dir/mapping_collection.cc.o

[ 76%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_project_qp.cc.o

[ 76%] Building CXX object
source/hp/CMakeFiles/obj_hp_debug.dir/refinement.cc.o

[ 76%] Built target obj_hp_debug

[ 77%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_q1_eulerian.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_base.cc.o

[ 77%] Building CXX object
source/fe/CMakeFiles/obj_fe_debug.dir/mapping_q_eulerian.cc.o

[ 77%] Building CXX object
source/numerics/CMakeFiles/obj_numerics_debug.dir/vector_tools_project_qpmf.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_level_global_transfer.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_block.cc.o

[ 77%] Built target obj_fe_debug

[ 77%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_tools_dof_handlers.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_component.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/grid_refinement.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_global_coarsening.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/cell_weights.cc.o

[ 77%] Built target obj_numerics_debug

[ 77%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/grid_tools_nontemplates.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_internal.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/cell_data_transfer.cc.o

[ 77%] Building CXX object
source/grid/CMakeFiles/obj_grid_debug.dir/tria.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_prebuilt.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/fully_distributed_tria.cc.o

[ 77%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_debug.dir/general_data_storage.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/multigrid.cc.o

[ 77%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_debug.dir/operator.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/repartitioning_policy_tools.cc.o

[ 77%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/solution_transfer.cc.o

[ 77%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_tools.cc.o

[ 77%] Built target obj_grid_debug

[ 77%] Building CXX object
source/algorithms/CMakeFiles/obj_algorithms_debug.dir/timestep_control.cc.o

[ 78%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/dof_info.cc.o

[ 78%] Built target obj_algorithms_debug

[ 78%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/tria.cc.o

[ 78%] Building CXX object
source/multigrid/CMakeFiles/obj_multigrid_debug.dir/mg_transfer_matrix_free.cc.o

[ 78%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory.cc.o

[ 78%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_inst2.cc.o

[ 80%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/tria_base.cc.o

[ 80%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_debug.dir/mesh_worker.cc.o

[ 80%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_inst3.cc.o

[ 80%] Built target obj_multigrid_debug

[ 80%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/shared_tria.cc.o

[ 80%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_debug.dir/mesh_worker_info.cc.o

[ 80%] Building CXX object
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o

[ 80%] Building CXX object
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/manifold_lib.cc.o

[ 80%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_debug.dir/mesh_worker_vector_selector.cc.o

[ 80%] Built target obj_opencascade_debug

[ 80%] Building CXX object
source/distributed/CMakeFiles/obj_distributed_debug.dir/p4est_wrappers.cc.o

[ 80%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_inst4.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/data_out.cc.o

[ 80%] Built target obj_distributed_debug

[ 80%] Building CXX object
source/meshworker/CMakeFiles/obj_meshworker_debug.dir/scratch_data.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/particle.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/particle_handler.cc.o

[ 80%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_inst5.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/generators.cc.o

[ 80%] Built target obj_meshworker_debug

[ 80%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_inst6.cc.o

[ 80%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_debug.dir/ad_drivers.cc.o

[ 80%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_debug.dir/ad_helpers.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/property_pool.cc.o

[ 80%] Building CXX object
source/particles/CMakeFiles/obj_particle_debug.dir/utilities.cc.o

[ 80%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_debug.dir/adolc_number_types.cc.o

[ 80%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_math.cc.o

[ 80%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_number_types.cc.o

[ 81%] Building CXX object
source/differentiation/ad/CMakeFiles/obj_differentiation_ad_debug.dir/sacado_number_types.cc.o

[ 81%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_number_visitor_internal.cc.o

[ 81%] Built target obj_differentiation_ad_debug

[ 81%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_factory_hanging_nodes.cc.o

[ 81%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_optimizer.cc.o

[ 81%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_scalar_operations.cc.o

[ 81%] Building CXX object
source/physics/CMakeFiles/obj_physics_debug.dir/transformations.cc.o

[ 81%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_tensor_operations.cc.o

[ 81%] Built target obj_particle_debug

[ 81%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_face_factory.cc.o

[ 82%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_types.cc.o

[ 82%] Building CXX object
source/differentiation/sd/CMakeFiles/obj_differentiation_sd_debug.dir/symengine_utilities.cc.o

[ 82%] Built target obj_differentiation_sd_debug

[ 82%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_face_factory_inst2.cc.o

[ 82%] Building CXX object
source/physics/elasticity/CMakeFiles/obj_physics_elasticity_debug.dir/kinematics.cc.o

[ 82%] Built target obj_physics_debug

[ 82%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_debug.dir/fe_immersed_values.cc.o

[ 82%] Building CXX object
source/physics/elasticity/CMakeFiles/obj_physics_elasticity_debug.dir/standard_tensors.cc.o

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/arkode.cc.o

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/ida.cc.o

[ 82%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_face_factory_inst3.cc.o

[ 82%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_debug.dir/fe_values.cc.o

[ 82%] Built target obj_physics_elasticity_debug

[ 82%] Building CXX object source/CMakeFiles/deal_II.dir/dummy.cc.o

[ 82%] Linking CXX shared library ../lib/libdeal_II.dylib

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/copy.cc.o

ld: warning: could not create compact unwind for
___cmumps_ana_aux_m_MOD_cmumps_ana_n_dist: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_split_1node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_k_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_j_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_diag_ana_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_gnew_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_aux_m_MOD_cmumps_ana_f: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_mtrans_driver_:
register 77 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_cmumps_suppress_duppli_val_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___cmumps_ana_aux_m_MOD_cmumps_ana_o: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sort_perm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_aux_m_MOD_dmumps_ana_n_dist: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _dmumps_split_1node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_k_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_j_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_diag_ana_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_gnew_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_aux_m_MOD_dmumps_ana_f: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _dmumps_mtrans_driver_:
register 77 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_dmumps_suppress_duppli_val_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___dmumps_ana_aux_m_MOD_dmumps_ana_o: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sort_perm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_parallel_analysis_MOD_cmumps_assemble_top_graph: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_parallel_analysis_MOD_cmumps_send_buf: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_parallel_analysis_MOD_cmumps_build_loc_graph: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_parallel_analysis_MOD_cmumps_parsymfact: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_aux_m_MOD_smumps_ana_n_dist: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_split_1node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_k_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_j_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_diag_ana_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_gnew_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_aux_m_MOD_smumps_ana_f: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_mtrans_driver_:
register 77 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_smumps_suppress_duppli_val_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___smumps_ana_aux_m_MOD_smumps_ana_o: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_sort_perm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_parallel_analysis_MOD_dmumps_assemble_top_graph: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_parallel_analysis_MOD_dmumps_send_buf: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_parallel_analysis_MOD_dmumps_build_loc_graph: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_parallel_analysis_MOD_dmumps_parsymfact: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_get_groups: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_neighborhood: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_get_global_groups: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_gethalograph_ab: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_gethalonodes_ab: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_sep_grouping_ab: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_cmumps_ab_lr_mpi_grouping: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_cmumps_ab_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_sep_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_cmumps_lr_grouping_new: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_cmumps_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ana_lr_MOD_get_cut: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___smumps_parallel_analysis_MOD_smumps_assemble_top_graph: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_parallel_analysis_MOD_smumps_send_buf: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_parallel_analysis_MOD_smumps_build_loc_graph: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_parallel_analysis_MOD_smumps_parsymfact: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_parallel_analysis_MOD_smumps_ana_f_par: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_get_groups: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_neighborhood: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_get_global_groups: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_gethalograph_ab: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_gethalonodes_ab: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_sep_grouping_ab: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_dmumps_ab_lr_mpi_grouping: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_dmumps_ab_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_sep_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_dmumps_lr_grouping_new: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_dmumps_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ana_lr_MOD_get_cut: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___cmumps_fac_asm_master_elt_m_MOD_cmumps_fac_asm_niv2_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_asm_master_elt_m_MOD_cmumps_fac_asm_niv1_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_get_groups: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_neighborhood: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_get_global_groups: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_gethalograph_ab: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_gethalonodes_ab: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_sep_grouping_ab: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_smumps_ab_lr_mpi_grouping: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_smumps_ab_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_sep_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_smumps_lr_grouping_new: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_smumps_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ana_lr_MOD_get_cut: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___dmumps_fac_asm_master_elt_m_MOD_dmumps_fac_asm_niv2_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_asm_master_elt_m_MOD_dmumps_fac_asm_niv1_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_asm_master_elt_m_MOD_smumps_fac_asm_niv2_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_asm_master_elt_m_MOD_smumps_fac_asm_niv1_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_aux_m_MOD_zmumps_ana_n_dist: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_split_1node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_k_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_j_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_asm_master_m_MOD_cmumps_fac_asm_niv2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_diag_ana_:
registers 25 and 26 not saved contiguously in frame

ld: warning: ld: warning: could not create compact unwind for
_petscbagregisterenum_: registers 23 and 24 not saved contiguously in frame

could not create compact unwind for
___cmumps_fac_asm_master_m_MOD_cmumps_fac_asm_niv1: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_gnew_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_aux_m_MOD_zmumps_ana_f: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_mtrans_driver_:
register 77 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_zmumps_suppress_duppli_val_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___zmumps_ana_aux_m_MOD_zmumps_ana_o: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sort_perm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_asm_master_m_MOD_dmumps_fac_asm_niv2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_asm_master_m_MOD_dmumps_fac_asm_niv1: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_asm_master_m_MOD_smumps_fac_asm_niv2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_asm_master_m_MOD_smumps_fac_asm_niv1: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_store_perminfo: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_ldlt_copyscale_u: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_ldlt_copy2u_scalel: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_t_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_swap_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_sq_ldlt: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_mq_ldlt: registers 72 and 73 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_i_ldlt: registers 78 and 79 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_i: registers 76 and 77 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_sq: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_p: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_n: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_h: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_aux_m_MOD_cmumps_fac_fr_update_cbrows: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _petscoptionsgetenum_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_parallel_analysis_MOD_zmumps_assemble_top_graph: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_parallel_analysis_MOD_zmumps_send_buf: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_parallel_analysis_MOD_zmumps_build_loc_graph: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_parallel_analysis_MOD_zmumps_parsymfact: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac1_lu_m_MOD_cmumps_fac1_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_store_perminfo: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_ldlt_copyscale_u: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_ldlt_copy2u_scalel: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_t_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_swap_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_sq_ldlt: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_store_perminfo: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_ldlt_copyscale_u: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_ldlt_copy2u_scalel: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_t_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_swap_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_sq_ldlt: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_mq_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_i_ldlt: register 79 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_i: registers 74 and 75 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_sq: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_mq_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_p: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_i_ldlt: register 79 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_i: registers 74 and 75 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_sq: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_p: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_h: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_aux_m_MOD_smumps_fac_fr_update_cbrows: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_h: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_aux_m_MOD_dmumps_fac_fr_update_cbrows: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac1_lu_m_MOD_smumps_fac1_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___dmumps_fac1_lu_m_MOD_dmumps_fac1_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___cmumps_fac1_ldlt_m_MOD_cmumps_fac1_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_get_groups: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_neighborhood: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_get_global_groups: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_gethalograph_ab: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_gethalonodes_ab: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_sep_grouping_ab: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_zmumps_ab_lr_mpi_grouping: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_zmumps_ab_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_sep_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_zmumps_lr_grouping_new: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_zmumps_lr_grouping: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ana_lr_MOD_get_cut: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___smumps_fac2_lu_m_MOD_smumps_fac2_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___smumps_fac1_ldlt_m_MOD_smumps_fac1_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_fac2_ldlt_m_MOD_cmumps_reset_to_one: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___zmumps_fac_asm_master_elt_m_MOD_zmumps_fac_asm_niv2_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_asm_master_elt_m_MOD_zmumps_fac_asm_niv1_elt: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac1_ldlt_m_MOD_dmumps_fac1_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_type2_aux_m_MOD_cmumps_send_factored_blk: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_type2_aux_m_MOD_cmumps_fac_mq_ldlt_niv2: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_front_type2_aux_m_MOD_cmumps_fac_i_ldlt_niv2: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac2_ldlt_m_MOD_smumps_reset_to_one: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac2_ldlt_m_MOD_smumps_fac2_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_fac2_ldlt_m_MOD_dmumps_reset_to_one: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_panel_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_compress_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_asm_master_m_MOD_zmumps_fac_asm_niv2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_asm_master_m_MOD_zmumps_fac_asm_niv1: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_compress_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_cb_left: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_cb_left_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_panel_left: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_panel_left_ldlt: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_update_trailing: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_nelim_var_l: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_lr_MOD_cmumps_blr_upd_nelim_var_u: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_type2_aux_m_MOD_smumps_send_factored_blk: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_type2_aux_m_MOD_smumps_fac_mq_ldlt_niv2: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_front_type2_aux_m_MOD_smumps_fac_i_ldlt_niv2: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_fac_upd_dyn_memcnts: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_free_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_isband: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_pamasterorptrast: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_cbstatic2dynamic: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_dynamic_memory_m_MOD_cmumps_dm_set_dynptr: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_type2_aux_m_MOD_dmumps_send_factored_blk: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_type2_aux_m_MOD_dmumps_fac_mq_ldlt_niv2: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_front_type2_aux_m_MOD_dmumps_fac_i_ldlt_niv2: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_store_perminfo: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_ldlt_copyscale_u: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_ldlt_copy2u_scalel: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_t_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_swap_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_sq_ldlt: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_mq_ldlt: registers 72 and 73 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_i_ldlt: registers 78 and 79 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_i: registers 76 and 77 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_sq: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_p: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_n: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_h: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_aux_m_MOD_zmumps_fac_fr_update_cbrows: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_panel_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_compress_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_compress_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_cb_left: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_cb_left_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_panel_left: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_panel_left_ldlt: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_update_trailing: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_nelim_var_l: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_lr_MOD_smumps_blr_upd_nelim_var_u: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_fac_upd_dyn_memcnts: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_free_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_isband: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_pamasterorptrast: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_par_m_MOD_cmumps_change_header: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_fac_par_m_MOD_cmumps_fac_par: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_cbstatic2dynamic: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_dynamic_memory_m_MOD_smumps_dm_set_dynptr: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_facsol_l0omp_m_MOD_cmumps_save_restore_l0fac: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_facsol_l0omp_m_MOD_cmumps_save_restore_l0facarray: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_facsol_l0omp_m_MOD_cmumps_free_l0_omp_factors: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_panel_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_compress_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_compress_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_cb_left: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_cb_left_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_panel_left: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac1_lu_m_MOD_zmumps_fac1_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_panel_left_ldlt: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_update_trailing: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_nelim_var_l: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_lr_MOD_dmumps_blr_upd_nelim_var_u: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_par_m_MOD_smumps_change_header: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_fac_par_m_MOD_smumps_fac_par: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_facsol_l0omp_m_MOD_smumps_save_restore_l0fac: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_facsol_l0omp_m_MOD_smumps_save_restore_l0facarray: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_facsol_l0omp_m_MOD_smumps_free_l0_omp_factors: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_blr_asm_niv1: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_get_lua_order: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_regrouping2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_alloc_lrb: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_alloc_lrb_from_acc: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_truncated_rrqr_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_recompress_acc_v2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_compress_fr_updates: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_lrgemm4: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_recompress_acc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_core_MOD_cmumps_recompress_acc_narytree: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_fac_upd_dyn_memcnts: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_free_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_isband: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_pamasterorptrast: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_cbstatic2dynamic: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_dynamic_memory_m_MOD_dmumps_dm_set_dynptr: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_stats_MOD_saveandwrite_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_stats_MOD_compute_global_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: register 73 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___zmumps_fac1_ldlt_m_MOD_zmumps_fac1_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_blr_asm_niv1: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_get_lua_order: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_regrouping2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_alloc_lrb: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_alloc_lrb_from_acc: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_truncated_rrqr_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_recompress_acc_v2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_compress_fr_updates: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_lrgemm4: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_recompress_acc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_core_MOD_smumps_recompress_acc_narytree: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_stats_MOD_saveandwrite_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_stats_MOD_compute_global_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_par_m_MOD_dmumps_change_header: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_fac_par_m_MOD_dmumps_fac_par: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac2_ldlt_m_MOD_zmumps_reset_to_one: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_facsol_l0omp_m_MOD_dmumps_save_restore_l0fac: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_facsol_l0omp_m_MOD_dmumps_save_restore_l0facarray: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_facsol_l0omp_m_MOD_dmumps_free_l0_omp_factors: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_type2_aux_m_MOD_zmumps_send_factored_blk: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_type2_aux_m_MOD_zmumps_fac_mq_ldlt_niv2: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_front_type2_aux_m_MOD_zmumps_fac_i_ldlt_niv2: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_buf_look: register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_size_available: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_buf_alloc: register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_buf_deall: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_mpi_unpack_lrb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_mpi_pack_lrb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_bcast_array: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_not_mstr: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_fils: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_broadcast: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_update_load: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_backvec: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_root2slave: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_root2son: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_rtnelind: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_contrib_type3: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_blfac_slave: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_buf_look: register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_size_available: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_buf_alloc: register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_buf_deall: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_mpi_unpack_lrb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_mpi_pack_lrb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_bcast_array: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_not_mstr: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_fils: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_broadcast: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_update_load: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_backvec: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_root2slave: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_root2son: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_rtnelind: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_contrib_type3: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_blfac_slave: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_blr_asm_niv1: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_blocfacto: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_get_lua_order: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_maplig: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_regrouping2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_alloc_lrb: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_alloc_lrb_from_acc: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _dmumps_truncated_rrqr_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_recompress_acc_v2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_compress_fr_updates: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_lrgemm4: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_recompress_acc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_core_MOD_dmumps_recompress_acc_narytree: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_blocfacto: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_maplig: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_maitre2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_desc_bande: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_all_empty: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_1int: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_vcb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_master2slave: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_max_array_minsize: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_buf_MOD_smumps_buf_send_contrib_type2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_maitre2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_desc_bande: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_all_empty: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_1int: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_vcb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_master2slave: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_max_array_minsize: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_buf_MOD_cmumps_buf_send_contrib_type2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_panel_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_compress_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_compress_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_cb_left: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_cb_left_ldlt: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_panel_left: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_panel_left_ldlt: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_update_trailing: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_nelim_var_l: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_lr_MOD_zmumps_blr_upd_nelim_var_u: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_stats_MOD_saveandwrite_gains: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_stats_MOD_compute_global_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_fac_upd_dyn_memcnts: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_free_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_isband: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_pamasterorptrast: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_cbstatic2dynamic: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_dynamic_memory_m_MOD_zmumps_dm_set_dynptr: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_par_m_MOD_zmumps_change_header: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_fac_par_m_MOD_zmumps_fac_par: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_facsol_l0omp_m_MOD_zmumps_save_restore_l0fac: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_facsol_l0omp_m_MOD_zmumps_save_restore_l0facarray: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_facsol_l0omp_m_MOD_zmumps_free_l0_omp_factors: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_buf_look: register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_size_available: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_buf_alloc: register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_buf_deall: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_mpi_unpack_lrb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_mpi_pack_lrb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_bcast_array: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_not_mstr: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_fils: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_broadcast: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_update_load: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_backvec: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_root2slave: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_root2son: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_rtnelind: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_contrib_type3: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_blfac_slave: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_blocfacto: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_maplig: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_maitre2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_desc_bande: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_all_empty: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_1int: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_vcb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_master2slave: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_max_array_minsize: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_buf_MOD_dmumps_buf_send_contrib_type2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_find_best_node_for_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_get_mem: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_comp_maxmem_pool: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_pool_check_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_set_parti_flop_irr: registers 78 and 79 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_set_parti_actv_mem: register 75 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_send_md_info: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_next_node: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_blr_asm_niv1: register 73 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_get_lua_order: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_lrtrsm: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_regrouping2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_alloc_lrb: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_alloc_lrb_from_acc: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_truncated_rrqr_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_recompress_acc_v2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_compress_fr_updates: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_lrgemm4: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_recompress_acc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_core_MOD_zmumps_recompress_acc_narytree: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_find_best_node_for_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_get_mem: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_comp_maxmem_pool: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_pool_check_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_set_parti_flop_irr: registers 78 and 79 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_set_parti_actv_mem: register 75 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_send_md_info: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_next_node: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_process_niv2_flops_msg: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_process_niv2_mem_msg: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_process_message: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_stats_MOD_saveandwrite_gains: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_stats_MOD_compute_global_gains: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_upper_predict: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_pool_upd_new_pool: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_master_2_all: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_end: register 20 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_set_slaves: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_mem_update: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_init: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_parti_regular: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_set_parti_regular_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___cmumps_load_MOD_cmumps_load_set_partition: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_process_niv2_flops_msg: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_process_niv2_mem_msg: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_process_message: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_upper_predict: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_pool_upd_new_pool: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_master_2_all: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_end: register 20 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_set_slaves: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_mem_update: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_init: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_parti_regular: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_smumps_set_parti_regular_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___smumps_load_MOD_smumps_load_set_partition: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_find_best_node_for_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_get_mem: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_comp_maxmem_pool: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_pool_check_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_set_parti_flop_irr: registers 78 and 79 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_set_parti_actv_mem: register 75 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_send_md_info: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_next_node: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_process_niv2_flops_msg: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_process_niv2_mem_msg: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_process_message: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_upper_predict: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_buf_look: register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_pool_upd_new_pool: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_master_2_all: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_end: register 20 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_set_slaves: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_size_available: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_mem_update: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_buf_alloc: register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_buf_deall: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_mpi_unpack_lrb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_mpi_pack_lrb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_bcast_array: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_not_mstr: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_fils: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_broadcast: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_update_load: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_backvec: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_root2slave: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_root2son: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_rtnelind: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_contrib_type3: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_blfac_slave: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_blocfacto: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_maplig: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_init: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_maitre2: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_desc_bande: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_all_empty: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_1int: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_vcb: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_master2slave: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_cb: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_parti_regular: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_max_array_minsize: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_set_parti_regular_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___dmumps_load_MOD_dmumps_load_set_partition: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_buf_MOD_zmumps_buf_send_contrib_type2: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_save_restore_blr_panel: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_save_restore_diag_block: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_save_restore_blr_struc: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_free_all_panels: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_free_cb_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_m_array: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_retrieve_cb_lrb: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_retrieve_diag_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_retrieve_panel_loru: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_empty_panel_loru: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_dec_and_retrieve_l: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_begs_blr_dyn: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_begs_blr_c: register 24 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_diag_block: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_panel_loru: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_end_front: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_save_init: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_init_front: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_struc_to_mod: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_mod_to_struc: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_save_restore_blr: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_end_module: register 26 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_lr_data_m_MOD_smumps_blr_init_module: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_save_restore_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_panel: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_save_restore_diag_block: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_free_all_panels: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_free_cb_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_m_array: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_retrieve_cb_lrb: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_retrieve_diag_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_retrieve_panel_loru: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_empty_panel_loru: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_dec_and_retrieve_l: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_begs_blr_dyn: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_begs_blr_c: register 24 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_diag_block: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_panel_loru: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_end_front: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_save_init: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_init_front: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_struc_to_mod: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_mod_to_struc: registers 21 and 22 not
saved contiguously in frame

ld: warning: ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_save_restore_blr: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_end_module: register 26 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_lr_data_m_MOD_cmumps_blr_init_module: registers 19 and 20 not
saved contiguously in frame

could not create compact unwind for
___smumps_ooc_buffer_MOD_smumps_ooc_wrt_cur_buf2disk: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_buffer_MOD_smumps_ooc_tryio_chbuf_panel: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_ooc_buffer_MOD_smumps_ooc_do_io_and_chbuf: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_buffer_MOD_smumps_copy_lu_to_buffer: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_buffer_MOD_smumps_ooc_copy_data_to_buffer: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_buffer_MOD_cmumps_ooc_wrt_cur_buf2disk: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_buffer_MOD_cmumps_ooc_tryio_chbuf_panel: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_buffer_MOD_cmumps_ooc_do_io_and_chbuf: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_buffer_MOD_cmumps_copy_lu_to_buffer: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_buffer_MOD_cmumps_ooc_copy_data_to_buffer: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_free_all_panels: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_free_cb_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_m_array: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_retrieve_cb_lrb: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_retrieve_diag_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_retrieve_panel_loru: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_empty_panel_loru: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_dec_and_retrieve_l: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_begs_blr_dyn: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_begs_blr_c: register 24 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_diag_block: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_panel_loru: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_end_front: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_save_init: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_init_front: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_struc_to_mod: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_mod_to_struc: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_save_restore_blr: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_end_module: register 26 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_lr_data_m_MOD_dmumps_blr_init_module: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_buffer_MOD_dmumps_ooc_wrt_cur_buf2disk: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_buffer_MOD_dmumps_ooc_tryio_chbuf_panel: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_buffer_MOD_dmumps_ooc_do_io_and_chbuf: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_buffer_MOD_dmumps_copy_lu_to_buffer: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_buffer_MOD_dmumps_ooc_copy_data_to_buffer: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_find_best_node_for_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_get_mem: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_comp_maxmem_pool: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_pool_check_mem: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_set_parti_flop_irr: registers 78 and 79 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_set_parti_actv_mem: register 75 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_send_md_info: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_next_node: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_process_niv2_flops_msg: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_process_niv2_mem_msg: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_process_message: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_upper_predict: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_pool_upd_new_pool: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_master_2_all: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_end: register 20 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_set_slaves: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_mem_update: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_init: registers 72 and 73 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_parti_regular: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_set_parti_regular_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___zmumps_load_MOD_zmumps_load_set_partition: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_store_loru: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_io_lu_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_open_files_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_struc_store_file_name: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_end_solve: register 20 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_compute_read_size: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_update_solve_stat: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_alloc_ptr_upd_b: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_alloc_ptr_upd_t: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_upd_node_info: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_modify_state_node: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_free_space_for_solve: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_prepare_pref: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_get_bottom_area_space: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_get_top_area_space: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_is_inode_in_mem: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_update_read_req_node: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_read_solve_block: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_zone_read: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_free_factors_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_initiate_read_ops: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_init_ooc_bwd: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_init_ooc_fwd: register 28 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_clean_files: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_end_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_read_ooc: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_new_factor: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_solve_alloc_factor_space: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_set_strat_io_flags: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_ooc_MOD_smumps_ooc_init_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_store_loru: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_io_lu_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_open_files_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_struc_store_file_name: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_end_solve: register 20 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_compute_read_size: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_update_solve_stat: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_alloc_ptr_upd_b: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_alloc_ptr_upd_t: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_upd_node_info: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_modify_state_node: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_free_space_for_solve: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_prepare_pref: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_get_bottom_area_space: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_get_top_area_space: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_is_inode_in_mem: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_update_read_req_node: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_read_solve_block: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_zone_read: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_free_factors_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_initiate_read_ops: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_init_ooc_bwd: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_init_ooc_fwd: register 28 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_clean_files: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_end_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_read_ooc: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_new_factor: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_solve_alloc_factor_space: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_set_strat_io_flags: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_store_loru: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_io_lu_panel: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_open_files_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_struc_store_file_name: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_end_solve: register 20 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_compute_read_size: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_update_solve_stat: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_alloc_ptr_upd_b: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_alloc_ptr_upd_t: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_upd_node_info: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_modify_state_node: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_free_space_for_solve: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_prepare_pref: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_get_bottom_area_space: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_get_top_area_space: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_is_inode_in_mem: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_update_read_req_node: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_ooc_MOD_cmumps_ooc_init_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_es_MOD_smumps_propagate_rhs_bounds: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_es_MOD_smumps_chain_prun_nodes: register 20 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_read_solve_block: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_zone_read: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_free_factors_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_initiate_read_ops: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_init_ooc_bwd: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_init_ooc_fwd: register 28 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_clean_files: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_end_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_read_ooc: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_new_factor: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_solve_alloc_factor_space: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_set_strat_io_flags: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_permute_rhs_gs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_permute_rhs_am1_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_interleave_rhs_am1_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___dmumps_ooc_MOD_dmumps_ooc_init_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_save_restore_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_panel: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_save_restore_diag_block: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_free_all_panels: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_free_cb_lrb: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_m_array: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_retrieve_cb_lrb: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_retrieve_diag_block: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_retrieve_panel_loru: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_empty_panel_loru: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_dec_and_retrieve_l: registers 23 and 24
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_begs_blr_dyn: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_begs_blr_c: register 24 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_diag_block: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_panel_loru: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_end_front: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_save_init: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_init_front: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_struc_to_mod: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_mod_to_struc: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_save_restore_blr: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_end_module: register 26 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_lr_data_m_MOD_zmumps_blr_init_module: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_save_restore_structure: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_restore: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_save: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_compute_memory_save: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_restore_ooc: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_MOD_smumps_remove_saved: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_buffer_MOD_zmumps_ooc_wrt_cur_buf2disk: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_buffer_MOD_zmumps_ooc_tryio_chbuf_panel: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_buffer_MOD_zmumps_ooc_do_io_and_chbuf: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_sol_es_MOD_cmumps_propagate_rhs_bounds: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_sol_es_MOD_cmumps_chain_prun_nodes: register 20 saved somewhere
other than in frame

ld: warning: could not create compact unwind for _cmumps_permute_rhs_gs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_buffer_MOD_zmumps_copy_lu_to_buffer: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_buffer_MOD_zmumps_ooc_copy_data_to_buffer: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_permute_rhs_am1_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_interleave_rhs_am1_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___dmumps_sol_es_MOD_dmumps_propagate_rhs_bounds: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_es_MOD_dmumps_chain_prun_nodes: register 20 saved somewhere
other than in frame

ld: warning: could not create compact unwind for _dmumps_permute_rhs_gs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_permute_rhs_am1_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_interleave_rhs_am1_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___mumps_ana_ord_wrappers_MOD_mumps_pordf_wnd_mixedto64: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_ana_ord_wrappers_MOD_mumps_pordf_mixedto64: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD___deallocate_mumps_idll_Idll_node_t: register 20 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD___deallocate_mumps_ddll_Ddll_node_t: register 20 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_2_array: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_insert_after: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_insert_before: register 22 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_insert: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_push_back: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_push_front: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___mumps_idll_MOD_idll_create: register 20 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_2_array: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_insert_after: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_insert_before: register 22 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_save_restore_structure: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_restore: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_save: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_insert: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_compute_memory_save: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_restore_ooc: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_store_loru: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_MOD_cmumps_remove_saved: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_push_back: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_io_lu_panel: registers 27 and 28 not saved
contiguously in frameld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_push_front: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for
___mumps_ddll_MOD_ddll_create: register 20 saved somewhere other than in
frame


ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_open_files_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_struc_store_file_name: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_end_solve: register 20 saved somewhere other
than in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_compute_read_size: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_update_solve_stat: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_alloc_ptr_upd_b: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_alloc_ptr_upd_t: registers 21 and 22 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_upd_node_info: register 24 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_modify_state_node: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_save_restore_structure: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_free_space_for_solve: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_restore: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_save: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_compute_memory_save: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_restore_ooc: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_MOD_dmumps_remove_saved: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_prepare_pref: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_get_bottom_area_space: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_get_top_area_space: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_is_inode_in_mem: registers 23 and 24 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_update_read_req_node: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_read_solve_block: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_zone_read: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_free_factors_for_solve: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_initiate_read_ops: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_init_ooc_bwd: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_init_ooc_fwd: register 28 saved somewhere
other than in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_clean_files: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_end_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_read_ooc: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_new_factor: registers 23 and 24 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_solve_alloc_factor_space: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_set_strat_io_flags: registers 21 and 22 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_ooc_MOD_zmumps_ooc_init_facto: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_build_sort_index_elt_m_MOD_mumps_elt_build_sort: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_build_sort_index_m_MOD_mumps_build_sort_index: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_files_MOD_smumps_get_save_files: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_files_MOD_mumps_clean_saved_data: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_files_MOD_smumps_check_header: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_save_restore_files_MOD_mumps_read_header: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_descband_data_m_MOD_mumps_fdbd_free_descband_struc: registers
19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_descband_data_m_MOD_mumps_fdbd_end: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_descband_data_m_MOD_mumps_fdbd_save_descband: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_descband_data_m_MOD_mumps_fdbd_init: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_lr_MOD_smumps_sol_bwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_lr_MOD_smumps_sol_fwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_lr_MOD_smumps_sol_slave_lr_u: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_lr_MOD_smumps_sol_fwd_lr_su: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___smumps_sol_lr_MOD_smumps_sol_bwd_lr_su: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_maprow_data_m_MOD_mumps_fmrd_free_maprow_struc: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_maprow_data_m_MOD_mumps_fmrd_end: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_maprow_data_m_MOD_mumps_fmrd_save_maprow: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_fac_maprow_data_m_MOD_mumps_fmrd_init: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_fdm_end_idx: registers 19 and 20 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_fdm_start_idx: register 26 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_fdm_struc_to_mod: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_fdm_mod_to_struc: registers 21 and 22
not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_save_restore_front_data: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_front_data_mgt_m_MOD_mumps_fdm_end: registers 19 and 20 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_files_MOD_cmumps_get_save_files: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_files_MOD_mumps_clean_saved_data: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_files_MOD_cmumps_check_header: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_save_restore_files_MOD_mumps_read_header: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ini_driver_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_zrealloc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_crealloc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_drealloc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_srealloc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_i8realloc8: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_irealloc8: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_files_MOD_dmumps_get_save_files: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_files_MOD_mumps_clean_saved_data: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_files_MOD_dmumps_check_header: registers 27 and 28
not saved contiguously in frameld: warning: ld: warning: could not create
compact unwind for ___cmumps_sol_lr_MOD_cmumps_sol_bwd_blr_update:
registers 27 and 28 not saved contiguously in frame

could not create compact unwind for
___zmumps_sol_es_MOD_zmumps_propagate_rhs_bounds: registers 27 and 28 not
saved contiguously in frameld: warning: could not create compact unwind for
___cmumps_sol_lr_MOD_cmumps_sol_fwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_i8realloc: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_save_restore_files_MOD_mumps_read_header: registers 27 and 28 not
saved contiguously in frame


ld: warning: could not create compact unwind for
___mumps_memory_mod_MOD_mumps_irealloc: registers 27 and 28 not saved
contiguously in frame


ld: warning: could not create compact unwind for
___zmumps_sol_es_MOD_zmumps_chain_prun_nodes: register 20 saved somewhere
other than in frame

ld: warning: could not create compact unwind for _zmumps_permute_rhs_gs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_permute_rhs_am1_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_interleave_rhs_am1_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
___cmumps_sol_lr_MOD_cmumps_sol_slave_lr_u: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_sol_lr_MOD_cmumps_sol_fwd_lr_su: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___cmumps_sol_lr_MOD_cmumps_sol_bwd_lr_su: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _mumps_ooc_get_fct_type_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_gather_matrix_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_dump_rhs_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_dump_matrix_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_dump_header_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_dump_problem_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_check_keep_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_lr_MOD_dmumps_sol_bwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_lr_MOD_dmumps_sol_fwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_lr_MOD_dmumps_sol_slave_lr_u: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_lr_MOD_dmumps_sol_fwd_lr_su: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___dmumps_sol_lr_MOD_dmumps_sol_bwd_lr_su: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___mumps_static_mapping_MOD___deallocate_mumps_static_mapping_Nodelist:
register 20 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_postprocess_mem.16:
register 75 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_procinit.15:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_propmap_init.12:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_find_best_proc.28:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_arrangel0.47:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_initpart2.24:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_propmap4split.10:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_calcnodecosts.41:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_static_mapping_MOD_mumps_sort_msort: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _mumps_rootlist.9:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_map_layer.19:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_propmap.13:
register 75 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_mod_propmap.14:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_layerl0.22:
registers 74 and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_static_mapping_MOD_mumps_init_arch_parameters: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___mumps_static_mapping_MOD_mumps_return_candidates: registers 19 and 20
not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_select_k38k20_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_splitnode_intree_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_setup_cand.7:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_get_split_4_perf_:
registers 74 and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_split_during_mapping.35: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
___mumps_static_mapping_MOD_mumps_distribute: register 73 saved somewhere
other than in frameld: warning: could not create compact unwind for
_cmumps_ini_driver_: register 24 saved somewhere other than in frame


ld: warning: could not create compact unwind for _dmumps_ini_driver_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_save_restore_structure: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_restore: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_save: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_compute_memory_save: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_restore_ooc: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_MOD_zmumps_remove_saved: registers 25 and 26 not
saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_extract_schur_redrhs_: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_avgmax_stat8_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_fac_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_gather_matrix_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_dump_rhs_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_dump_matrix_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_dump_header_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_dump_problem_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_check_keep_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_gather_matrix_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_dump_rhs_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_dump_matrix_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_dump_header_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_dump_problem_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_check_keep_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_ab_free_lmat_:
register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_mumps_ab_lmat_to_clean_g_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_mumps_ab_localclean_lmat_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _mumps_ab_coord_to_lmat_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_ab_dist_lmat_to_lumat_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _mumps_ab_compute_mapcol_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_ab_build_dclean_lumatrix_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_mumps_ab_col_distribution_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _mumps_ab_lmat_to_lumat_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_inialize_redist_lumat_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_mumps_ab_dcoord_to_dcompg_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_mumps_ab_dcoord_to_dtree_lumat_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _mumps_ab_gather_graph_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_pp_solve.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_solve_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_ana_h_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_amd_elt_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_hamd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_hamf4_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_qamd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_cst_amf_: register
73 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_symqamd_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_set_ordering_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_symqamd_new_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_propinfo_: register
20 saved somewhere other than in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_files_MOD_zmumps_get_save_files: registers 25 and 26
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_files_MOD_mumps_clean_saved_data: register 22 saved
somewhere other than in frame

ld: warning: could not create compact unwind for
_smumps_dr_assemble_from_bufrec.5: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_dr_try_recv.6:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_scatter_dist_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_end_driver_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_files_MOD_zmumps_check_header: registers 27 and 28
not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_save_restore_files_MOD_mumps_read_header: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_extract_schur_redrhs_: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_avgmax_stat8_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_fac_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_extract_schur_redrhs_: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_avgmax_stat8_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_fac_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_bloc2_get_nslavesmin_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _mumps_bloc2_set_posk483_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_bloc2_get_ns_blsize_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_mumps_bloc2_get_nslavesmax_: register 28 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _mumps_max_surfcb_nbrows_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_reg_get_nslaves_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_bloc2_get_islave_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_supvarb_: register
24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_supvar_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_f_elt_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_ana_dist_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_frtelt_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_ana_distm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_sol_lr_MOD_zmumps_sol_bwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_sol_lr_MOD_zmumps_sol_fwd_blr_update: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_sol_lr_MOD_zmumps_sol_slave_lr_u: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_sol_lr_MOD_zmumps_sol_fwd_lr_su: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
___zmumps_sol_lr_MOD_zmumps_sol_bwd_lr_su: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_pp_solve.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_solve_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_set_constraints_:
register 73 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_ldlt_compress_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_sym_mwm_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_gnew_schur_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ini_driver_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_pp_solve.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_solve_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_icopy_64to32_64c_ip_rec_: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_mumps_icopy_32to64_64c_ip_rec_: register 20 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _mumps_set_ssarbr_dad_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_mem_centralize_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _mumps_sort_step_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_get_proc_per_node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_npiv_critical_path_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_dr_assemble_from_bufrec.5: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _dmumps_dr_try_recv.6:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_scatter_dist_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_mumps_sol_get_npiv_liell_ipos_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _mumps_build_irhs_loc_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _mumps_sol_rhsmapinfo_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_dr_assemble_from_bufrec.5: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_dr_try_recv.6:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_scatter_dist_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_fusion_sort_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_reorder_tree_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_build_load_mem_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_end_driver_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_end_driver_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_supvarb_: register
24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_supvar_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_f_elt_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_ana_dist_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_frtelt_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_gather_matrix_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_dump_rhs_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_dump_matrix_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_dump_header_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_dump_problem_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_check_keep_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_quick_sort_arrowheads_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_arrow_fill_send_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_set_root_to_zero_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_ana_dist_arrowheads_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_smumps_facto_send_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_facto_recv_arrowhd2_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _cmumps_supvarb_: register
24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_supvar_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ana_f_elt_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_ana_dist_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_frtelt_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_elt_asm_s_2_s_init_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_ana_distm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ana_distm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_set_constraints_:
register 73 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_ldlt_compress_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sym_mwm_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_gnew_schur_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_parpivt1_set_max_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_set_parpivt1_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_asm_slave_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_asm_slave_to_slave_init_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_smumps_asm_slave_to_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_smumps_ldlt_asm_niv12_ip_: registers 25 and 26 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_ldlt_asm_niv12_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_parpivt1_set_nvschur_and_max_: register 28 saved somewhere other
than in frame

ld: warning: could not create compact unwind for _cmumps_set_constraints_:
register 73 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_fac_b_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ldlt_compress_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sym_mwm_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_gnew_schur_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_fusion_sort_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_reorder_tree_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_build_load_mem_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_smumps_dist_treat_recv_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_dist_fill_buffer_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_build_mapping_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_redistribution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_quick_sort_arrowheads_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_dmumps_arrow_fill_send_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_set_root_to_zero_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_ana_dist_arrowheads_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_facto_send_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_fusion_sort_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_facto_recv_arrowhd2_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _cmumps_reorder_tree_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_build_load_mem_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_extract_schur_redrhs_: registers 19 and 20 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_avgmax_stat8_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_fac_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_elt_asm_s_2_s_init_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_elt_fill_buf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_elt_distrib_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_alloc_cb_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_quick_sort_arrowheads_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_arrow_fill_send_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_set_root_to_zero_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_ana_dist_arrowheads_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_facto_send_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_parpivt1_set_max_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_set_parpivt1_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_asm_slave_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_facto_recv_arrowhd2_: registers 72 and 73 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_asm_slave_to_slave_init_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_asm_slave_to_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_ldlt_asm_niv12_ip_: registers 23 and 24 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_asm_slave_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_ldlt_asm_niv12_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_elt_asm_s_2_s_init_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_parpivt1_set_nvschur_and_max_: register 28 saved somewhere other
than in frame

ld: warning: could not create compact unwind for _dmumps_fac_b_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_makecbcontig_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_sizefreeinrec_:
register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_smumps_can_record_be_compressed_: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for _smumps_get_size_needed_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_fac_stack_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_parpivt1_set_max_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_set_parpivt1_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_asm_slave_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_asm_slave_to_slave_init_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_asm_slave_to_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_ldlt_asm_niv12_ip_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_ldlt_asm_niv12_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_parpivt1_set_nvschur_and_max_: register 28 saved somewhere other
than in frame

ld: warning: could not create compact unwind for _cmumps_fac_b_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_dist_treat_recv_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_dist_fill_buffer_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_build_mapping_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_redistribution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_pp_solve.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_solve_driver_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_process_desc_bande_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_treat_descband_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_process_blfac_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_dist_treat_recv_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_dist_fill_buffer_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_build_mapping_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_redistribution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_elt_fill_buf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_elt_distrib_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_elt_fill_buf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_elt_distrib_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_alloc_cb_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_process_sym_blocfacto_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_alloc_cb_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_makecbcontig_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sizefreeinrec_:
register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_cmumps_can_record_be_compressed_: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for _cmumps_get_size_needed_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_makecbcontig_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sizefreeinrec_:
register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_dmumps_can_record_be_compressed_: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for _dmumps_get_size_needed_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_dr_assemble_from_bufrec.5: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_dr_try_recv.6:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_scatter_dist_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_end_driver_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_process_blocfacto_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_end_facto_slave_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_process_node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_fac_stack_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_fac_stack_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_process_desc_bande_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_treat_descband_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_process_desc_bande_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_treat_descband_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_process_contrib_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_process_blfac_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_supvarb_: register
24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_supvar_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ana_f_elt_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_ana_dist_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_frtelt_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_process_blfac_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_smumps_process_contrib_type3_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _zmumps_ana_distm_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_process_sym_blocfacto_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_dmumps_process_sym_blocfacto_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_process_blocfacto_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_end_facto_slave_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_process_node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_process_blocfacto_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_end_facto_slave_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_process_node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_set_constraints_:
register 73 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_ldlt_compress_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sym_mwm_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_gnew_schur_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_local_assembly_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_maplig_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_maplig_fils_niv1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_process_master2_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_process_contrib_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_process_contrib_type3_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _smumps_traiter_message_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_recv_and_treat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_try_recvtreat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_cancel_irecv_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_clean_pending_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_process_contrib_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_process_root2slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_process_contrib_type3_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _zmumps_fusion_sort_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_reorder_tree_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_build_load_mem_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_local_assembly_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_maplig_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_maplig_fils_niv1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_local_assembly_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_maplig_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_maplig_fils_niv1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_process_master2_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_process_root2son_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_process_rtnelind_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_process_master2_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_facto_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_quick_sort_arrowheads_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_arrow_fill_send_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_set_root_to_zero_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_ana_dist_arrowheads_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_facto_send_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_facto_recv_arrowhd2_: registers 72 and 73 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_asm_slave_elements_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_elt_asm_s_2_s_init_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_traiter_message_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_recv_and_treat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_try_recvtreat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_cancel_irecv_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_clean_pending_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_process_root2slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_traiter_message_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_recv_and_treat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_try_recvtreat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_cancel_irecv_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_clean_pending_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_rowcol_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_fac_a_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_anorminf_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_process_root2slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_updatedeter_:
register 75 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_smumps_updatedeter_scaling_: register 75 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _smumps_deter_reduction_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_parpivt1_set_max_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_set_parpivt1_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_asm_slave_arrowheads_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_asm_slave_to_slave_init_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_asm_slave_to_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_ldlt_asm_niv12_ip_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_ldlt_asm_niv12_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_parpivt1_set_nvschur_and_max_: register 28 saved somewhere other
than in frame

ld: warning: could not create compact unwind for _zmumps_fac_b_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_process_root2son_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_process_rtnelind_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_facto_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_process_root2son_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_simscaleabssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_simscaleabsuns_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_process_rtnelind_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_simscaleabs_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_dist_treat_recv_buf_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_dist_fill_buffer_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_build_mapping_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_redistribution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_rowcol_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_fac_a_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_anorminf_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_elt_fill_buf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_elt_distrib_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_updatedeter_:
register 75 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_facto_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_updatedeter_scaling_: register 75 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _dmumps_deter_reduction_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_alloc_cb_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_makecbcontig_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sizefreeinrec_:
register 22 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_zmumps_can_record_be_compressed_: register 22 saved somewhere other than
in frame

ld: warning: could not create compact unwind for _zmumps_get_size_needed_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_simscaleabssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_simscaleabsuns_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_simscaleabs_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_createpartvec_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_rowcol_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_setupcomms_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_fac_y_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_docomminf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_docomm1n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_createpartvecsym_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_setupcommssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_fac_v_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_fac_a_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_fac_x_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_anorminf_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_insert_pool_n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_extract_pool_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_updatedeter_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_updatedeter_scaling_: register 75 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _cmumps_deter_reduction_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_createpartvec_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_setupcomms_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_docomminf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_docomm1n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_createpartvecsym_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_fac_stack_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_setupcommssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_insert_pool_n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_simscaleabssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_simscaleabsuns_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_simscaleabs_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumpsid_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_extract_pool_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_process_desc_bande_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_treat_descband_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_process_blfac_slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_createpartvec_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_setupcomms_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_docomminf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_docomm1n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_createpartvecsym_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_setupcommssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_insert_pool_n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_extract_pool_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_set_infog_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_print_icntl_:
register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_print_keep_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumpsid_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_f77_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_process_sym_blocfacto_: registers 27 and 28 not saved contiguously
in frame

ld: warning: ld: warning: could not create compact unwind for
_dmumps_set_infog_: registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_print_icntl_:
register 26 saved somewhere other than in frame

could not create compact unwind for _cmumps_send_block_: register 20 saved
somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_print_keep_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumpsid_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_mtransu_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_mtransb_: register
77 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_mtransr_: register
22 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_mtranss_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_mtransw_:
registers 76 and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_f77_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_process_blocfacto_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_end_facto_slave_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_process_node_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_mtransu_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_mtransb_: register
77 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_mtransr_: register
22 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_mtranss_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_mtransw_:
registers 76 and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_set_infog_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_print_icntl_:
register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_dmumps_ooc_get_panel_size_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_ooc_pp_set_ptr_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_ooc_get_panel_size_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_ooc_pp_tryrelease_space_: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_ooc_pp_set_ptr_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_print_keep_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_ooc_get_pp_sizes_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_get_ns_options_solve_: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_ooc_pp_tryrelease_space_: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _smumps_ooc_get_pp_sizes_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_get_ns_options_solve_: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_f77_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_process_contrib_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_process_contrib_type3_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _dmumps_sol_b_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_solve_get_ooc_node_: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_dmumps_build_mapping_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_sol_omega_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sol_lcond_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sol_q_: register
75 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_dmumps_solve_ld_and_reload_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_sol_b_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ixamax_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_solve_get_ooc_node_: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_smumps_build_mapping_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_sol_omega_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_sol_lcond_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_mtransu_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_sol_q_: register
75 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_mtransb_: register
77 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_mtransr_: register
22 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_mtranss_:
registers 72 and 73 not saved contiguously in frame

ld: warning: ld: warning: could not create compact unwind for
_smumps_solve_ld_and_reload_: registers 27 and 28 not saved contiguously in
frame

could not create compact unwind for _cmumps_mtransw_: registers 76 and 77
not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_backslv_traiter_message_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_backslv_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_solve_node_bwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sol_s_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_backslv_traiter_message_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_smumps_backslv_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_solve_node_bwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_sol_s_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_ooc_get_panel_size_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_ooc_pp_set_ptr_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_ooc_pp_tryrelease_space_: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _cmumps_ooc_get_pp_sizes_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_get_ns_options_solve_: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_local_assembly_type2_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_maplig_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_maplig_fils_niv1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_process_master2_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_b_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_x_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_scal_x_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_y_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_qd2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_solve_get_ooc_node_: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_cmumps_build_mapping_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_sol_omega_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_lcond_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_q_: register
75 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_cmumps_solve_ld_and_reload_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_npiv_block_send.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_npiv_block_add.1:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_am1_block_send.2:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_am1_block_add.3:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_get_buf_indx_rhs.4: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_sol_c_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_gather_solution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_distsol_indices_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_distributed_solution_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_scatter_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_build_posinrhscomp_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_dmumps_build_posinrhscomp_am1_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_traiter_message_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_recv_and_treat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_try_recvtreat_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_cancel_irecv_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_clean_pending_:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_npiv_block_send.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_npiv_block_add.1:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_am1_block_send.2:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_am1_block_add.3:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_get_buf_indx_rhs.4: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_sol_c_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_gather_solution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_distsol_indices_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_distributed_solution_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_scatter_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_build_posinrhscomp_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_smumps_build_posinrhscomp_am1_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_process_root2slave_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_backslv_traiter_message_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_backslv_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_solve_node_bwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_sol_s_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_rhscomp_to_wcb_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_traiter_message_solve_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_dmumps_solve_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_solve_node_fwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_sol_r_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_mv8_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_solve_2d_bcyclic_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_root_solve_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_rhscomp_to_wcb_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_traiter_message_solve_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_process_root2son_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_npiv_block_send.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_solve_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_solve_node_fwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: ld: warning: could not create compact unwind for
_cmumps_npiv_block_add.1: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_am1_block_send.2:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_am1_block_add.3:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_get_buf_indx_rhs.4: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_sol_c_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_gather_solution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_distsol_indices_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_distributed_solution_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _cmumps_scatter_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_build_posinrhscomp_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_cmumps_build_posinrhscomp_am1_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_process_rtnelind_:
registers 27 and 28 not saved contiguously in frame

could not create compact unwind for _smumps_sol_r_: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_facto_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_mv8_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_solve_2d_bcyclic_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_root_solve_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_max_mem_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_mem_allowed_set_k75_: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _dmumps_compress_lu_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_stack_band_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_free_band_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_mem_allowed_set_maxs_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _zmumps_rowcol_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_fac_y_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_fac_v_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_fac_a_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_fac_x_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_anorminf_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_updatedeter_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_set_lda_shift_val_son.0: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_updatedeter_scaling_: register 75 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
_dmumps_root_local_assembly_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_deter_reduction_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_asm_elt_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_root_alloc_static_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _dmumps_ass_root_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_dmumps_build_and_send_cb_root_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _dmumps_init_root_ana_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmumps_init_root_fac_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_scatter_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmumps_gather_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_rhscomp_to_wcb_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_traiter_message_solve_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_solve_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_solve_node_fwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_simscaleabssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_simscaleabsuns_:
registers 27 and 28 not saved contiguously in frame

ld: warning: ld: warning: could not create compact unwind for
_zmumps_simscaleabs_: registers 21 and 22 not saved contiguously in frame

could not create compact unwind for _cmumps_sol_r_: registers 27 and 28 not
saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_mv8_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_loc_omega1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_solve_2d_bcyclic_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_root_solve_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_max_mem_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_mem_allowed_set_k75_: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _smumps_compress_lu_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_stack_band_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_free_band_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_mem_allowed_set_maxs_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_set_lda_shift_val_son.0: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_smumps_root_local_assembly_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_asm_elt_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_root_alloc_static_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _smumps_ass_root_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for
_smumps_build_and_send_cb_root_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _smumps_init_root_ana_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _smumps_init_root_fac_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_scatter_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smumps_gather_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_createpartvec_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_setupcomms_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_docomminf_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_docomm1n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_createpartvecsym_:
register 28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_setupcommssym_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_insert_pool_n_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_extract_pool_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_max_mem_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_mem_allowed_set_k75_: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _cmumps_compress_lu_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_stack_band_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_free_band_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_mem_allowed_set_maxs_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumpsid_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_set_infog_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_print_icntl_:
register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_print_keep_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_f77_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_set_lda_shift_val_son.0: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_cmumps_root_local_assembly_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_asm_elt_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_root_alloc_static_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _cmumps_ass_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_cmumps_build_and_send_cb_root_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _cmumps_init_root_ana_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmumps_init_root_fac_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_scatter_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmumps_gather_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ixamax_: registers
21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_mtransu_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_mtransb_: register
77 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_mtransr_: register
22 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_mtranss_:
registers 72 and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_mtransw_:
registers 76 and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _pilaenv_: register 20
saved somewhere other than in frame

ld: warning: could not create compact unwind for
_zmumps_ooc_get_panel_size_: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_ooc_pp_set_ptr_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_ooc_pp_tryrelease_space_: registers 25 and 26 not saved
contiguously in frame

ld: warning: could not create compact unwind for _zmumps_ooc_get_pp_sizes_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_get_ns_options_solve_: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for ___emutls_get_address:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_b_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_x_: registers
23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_scal_x_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_y_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_qd2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_solve_get_ooc_node_: register 26 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_zmumps_build_mapping_info_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_sol_omega_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_lcond_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_q_: register
75 saved somewhere other than in frame

ld: warning: could not create compact unwind for
_zmumps_solve_ld_and_reload_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_backslv_traiter_message_: registers 27 and 28 not saved
contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_backslv_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_solve_node_bwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_s_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_npiv_block_send.0:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_npiv_block_add.1:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_am1_block_send.2:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_am1_block_add.3:
registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_get_buf_indx_rhs.4: registers 19 and 20 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_sol_c_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_gather_solution_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_distsol_indices_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_distributed_solution_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _zmumps_scatter_rhs_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_build_posinrhscomp_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for
_zmumps_build_posinrhscomp_am1_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_rhscomp_to_wcb_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_traiter_message_solve_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_solve_recv_and_treat_: registers 25 and 26 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_solve_node_fwd_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_sol_r_: registers
27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_mv8_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_loc_omega1_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_solve_2d_bcyclic_:
registers 23 and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_root_solve_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_max_mem_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_mem_allowed_set_k75_: register 22 saved somewhere other than in
frame

ld: warning: could not create compact unwind for _zmumps_compress_lu_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_stack_band_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_free_band_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_mem_allowed_set_maxs_: register 73 saved somewhere other than in
frame

ld: warning: could not create compact unwind for
_zmumps_set_lda_shift_val_son.0: registers 21 and 22 not saved contiguously
in frame

ld: warning: could not create compact unwind for
_zmumps_root_local_assembly_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_asm_elt_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_root_alloc_static_: registers 27 and 28 not saved contiguously in
frame

ld: warning: could not create compact unwind for _zmumps_ass_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for
_zmumps_build_and_send_cb_root_: registers 27 and 28 not saved contiguously
in frame

ld: warning: could not create compact unwind for _zmumps_init_root_ana_:
register 24 saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmumps_init_root_fac_:
registers 25 and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_scatter_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmumps_gather_root_:
registers 27 and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _f90arraysfnodecreate_:
registers 21 and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _bdlaapp_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _bdlaexc_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _bdtrexc_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _bslaapp_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _bslaexc_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _bstrexc_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cdbtf2_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _cdbtrf_: stack size is
too large for frameless function

ld: warning: could not create compact unwind for _cdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _clahqr2_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _clamsh_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _clanv2_: registers 78 and
79 not saved contiguously in frame

ld: warning: could not create compact unwind for _claref_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cpttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _csteqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ctrmvt_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _ddbtf2_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ddbtrf_: stack size is
too large for frameless function

ld: warning: could not create compact unwind for _ddttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlaqr6_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlar1va_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dlaref_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlaneg2a_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dlarrb2_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlaneg2_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dlarrd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlarre2_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlarre2a_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlarrv2_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _dpttrsv_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dstegr2b_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dstein2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dsteqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dtrmvt_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pcdbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdtsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgebd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgebrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgecon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeequ_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgehd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgehrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgelq2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgelqf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgels_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeql2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeqlf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeqpf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeqr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgeqrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgerfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgerq2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgerqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgesv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgesvd_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgesvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgetrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcgetrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcggrqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcheev_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcheevd_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcheevx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchegs2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchegst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchegvx_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchengst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchetd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchettrd_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclabrd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclacgv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclacon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaconsb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclacp3_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclacpy_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclahqr_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclamr1d_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclange_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclanhe_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pclanhs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclansy_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclantr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclapiv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaqge_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaqsy_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pclarf_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarfc_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarfg_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarft_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarz_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarzc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclarzt_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclase2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaset_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclasmsub_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclassq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaswp_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclatra_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclatrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclatrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclatrz_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclattrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclauu2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclauum_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclawil_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcmax1_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpocon_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpoequ_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcporfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcposv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcposvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpotf2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpotrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpotri_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpotrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcptsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcpttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcsrscl_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcstein_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctrevc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctrrfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctrti2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctrtri_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctrtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctzrzf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcung2l_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcung2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcungl2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunglq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcungql_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcungqr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcungr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcungrq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunm2l_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunm2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmbr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmhr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunml2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmlq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmql_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmqr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmr3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmrq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmrz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcunmtr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddtsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pddttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgebal_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgebd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgebrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgecon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeequ_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgehd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgehrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgelq2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgelqf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgels_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeql2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeqlf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeqpf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeqr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgeqrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgerfs_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgerq2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgerqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgesv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgesvd_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgesvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdgetrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdggrqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlabrd_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlacon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaconsb_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlacp3_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlacpy_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaed0_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaed1_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaed2_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdlaed3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaedz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlahqr_: register 79
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdlamch_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlamr1d_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlamve_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlange_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlanhs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlansy_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlantr_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlapiv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqge_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqr0_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqr1_: register 79
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdlaqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqr3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqr4_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaqsy_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdlarf_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlarfg_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlarz_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlarzt_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlase2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaset_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlasmsub_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlasrt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlassq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaswp_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlatra_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlatrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlatrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlatrz_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlauu2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlauum_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlawil_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorg2l_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorg2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorgl2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorglq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorgql_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorgqr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorgr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorgrq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorm2l_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorm2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormbr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormhr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdorml2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormlq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormql_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormqr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormr3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormrq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormrz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdormtr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpocon_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpoequ_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdporfs_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdposv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdposvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpotf2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpotrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpotri_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpotrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdptsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdpttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdrot_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdrscl_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaebz_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdstebz_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdstedc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdstein_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsyev_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsyevd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsyevx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsygs2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsygst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsygvx_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdsyngst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsytd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdsyttrd_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrord_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrrfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrsen_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrti2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrtri_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtrtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtzrzf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdzsum1_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pilaenvx_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _piparmq_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pjlaenv_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pscsum1_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _psdbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdtsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgebal_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgebd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgebrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgecon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeequ_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgehd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgehrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgelq2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgelqf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgels_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeql2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeqlf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeqpf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeqr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgeqrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgerfs_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgerq2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgerqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgesv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgesvd_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgesvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psgetrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psggrqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslabrd_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslacon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaconsb_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslacp3_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslacpy_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaed0_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaed1_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaed2_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pslaed3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaedz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslahqr_: register 79
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pslamch_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslamr1d_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslamve_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslange_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslanhs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslansy_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslantr_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslapiv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqge_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqr0_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqr1_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqr4_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaqsy_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pslarf_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslarfg_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslarz_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslarzt_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslase2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaset_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslasmsub_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslasrt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslassq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaswp_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslatra_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslatrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslatrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslatrz_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslauu2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslauum_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslawil_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorg2l_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorg2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorgl2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorglq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorgql_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorgqr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorgr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorgrq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorm2l_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorm2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormbr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormhr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psorml2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormlq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormql_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormqr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormr3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormrq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormrz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psormtr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspocon_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspoequ_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psporfs_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _psposv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psposvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspotf2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspotrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspotri_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspotrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psptsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pspttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psrot_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psrscl_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaebz_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _psstebz_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _psstedc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psstein_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssyev_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssyevd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssyevx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssygs2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssygst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssygvx_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssyngst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssytd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pssyttrd_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrord_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrrfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrsen_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrti2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrtri_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstrtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstzrzf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdrscl_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdtsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgebd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgebrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgecon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeequ_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgehd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgehrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgelq2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgelqf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgels_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeql2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeqlf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeqpf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeqr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgeqrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgerfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgerq2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgerqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgesv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgesvd_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgesvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgetrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzgetrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzggrqf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzheev_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzheevd_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzheevx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhegs2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhegst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhegvx_: registers 72
and 73 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhengst_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhetd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzhettrd_: registers 76
and 77 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlabrd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlacgv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlacon_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaconsb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlacp3_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlacpy_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlahqr_: stack size is
too large for frameless function

ld: warning: could not create compact unwind for _pzlamr1d_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlange_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlanhe_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pzlanhs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlansy_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlantr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlapiv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaqge_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaqsy_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pzlarf_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarfc_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarfg_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarft_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarz_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarzc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlarzt_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlase2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaset_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlasmsub_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlassq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaswp_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlatra_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlatrd_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlatrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlatrz_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlattrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlauu2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlauum_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlawil_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzmax1_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpbsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpbtrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpbtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpbtrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpocon_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpoequ_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzporfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzposv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzposvx_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpotf2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpotrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpotri_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpotrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzptsv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpttrf_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpttrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzpttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzstein_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztrevc_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztrrfs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztrti2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztrtri_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztrtrs_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztzrzf_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzung2l_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzung2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzungl2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunglq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzungql_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzungqr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzungr2_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzungrq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunm2l_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunm2r_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmbr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmhr_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunml2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmlq_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmql_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmqr_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmr3_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmrq_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmrz_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzunmtr_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _sdbtf2_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _sdbtrf_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _sdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _slaqr6_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _slar1va_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _slaref_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _slaneg2a_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _slarrb2_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _slaneg2_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _slarrd2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _slarre2_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _slarre2a_: registers 74
and 75 not saved contiguously in frame

ld: warning: could not create compact unwind for _slarrv2_: registers 78
and 79 not saved contiguously in frame

ld: warning: could not create compact unwind for _spttrsv_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _sstegr2b_: register 73
saved somewhere other than in frame

ld: warning: could not create compact unwind for _sstein2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ssteqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _strmvt_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _zdbtf2_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zdbtrf_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zdttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlahqr2_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlamsh_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlanv2_: registers 78 and
79 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlaref_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zpttrsv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zsteqr2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ztrmvt_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _clagge_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _claghe_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _clagsy_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _clarnd_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _clatm1_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _clatms_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlagge_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlarnd_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlatm1_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlatms_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _slagge_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _slarnd_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _slatm1_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _slatms_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlagge_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlaghe_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlagsy_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlarnd_: registers 72 and
73 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlatm1_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _zlatms_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _sl_init_: register 22
saved somewhere other than in frame

ld: warning: could not create compact unwind for _chk1mat_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _clatcpy_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _desc_convert_: register
28 saved somewhere other than in frame

ld: warning: could not create compact unwind for _descinit_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dlatcpy_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _ilacpy_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _infog2l_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcchekpad_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pccol2row_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcelget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcelset_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pcelset2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcfillpad_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _globchk_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _pchk1mat_: register 20
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pchk2mat_: register 20
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pclaprnt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclaread_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pclawrite_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcmatadd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pcrow2col_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pctreecomb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdchekpad_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdcol2row_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdelget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdelset_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pdelset2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdfillpad_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaprnt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlaread_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdlawrite_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdmatadd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdrow2col_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pdtreecomb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pichekpad_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _picol2row_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pielget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pielset_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pielset2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pifillpad_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pilaprnt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pirow2col_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pitreecomb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pschekpad_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pscol2row_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pselget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pselset_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pselset2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psfillpad_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaprnt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslaread_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pslawrite_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _psmatadd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _psrow2col_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pstreecomb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzchekpad_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzcol2row_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzelget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzelset_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pzelset2_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzfillpad_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaprnt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlaread_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzlawrite_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzmatadd_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _pzrow2col_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pztreecomb_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _slatcpy_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _sltimer_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _slinquire_: register 20
saved somewhere other than in frame

ld: warning: could not create compact unwind for _slcombine_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _zlatcpy_: register 26
saved somewhere other than in frame

ld: warning: could not create compact unwind for _pbcmatadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctr2bt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctr2af_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctr2at_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctran_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctrget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctr2b1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctr2a1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbctrnv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbcvecadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdmatadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtr2bt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtr2af_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtr2at_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtran_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtrget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtr2b1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtr2a1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbdtrnv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbsmatadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstr2bt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstr2af_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstr2at_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstran_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstrget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstr2b1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstr2a1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbstrnv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbzmatadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztr2bt_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztr2af_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztr2at_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztran_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztrget_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztr2b1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztr2a1_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbztrnv_: registers 27
and 28 not saved contiguously in frame

ld: warning: could not create compact unwind for _pbzvecadd_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _cagemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _cahemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _casymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _catrmv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _chescal_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmadd_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmcadd_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmdda_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmddac_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmddact_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmddat_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _cmmtadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _cmmtcadd_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _csymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _csyr_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _csyr2_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ctzcnjg_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _ctzpad_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _ctzpadcpy_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _ctzscal_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dagemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dasymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _datrmv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmadd_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmcadd_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmdda_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmddac_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmddact_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmddat_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _dmmtadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dmmtcadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _dtzpad_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dtzpadcpy_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _dtzscal_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _sagemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _sasymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _satrmv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmadd_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmcadd_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmdda_: registers 21 and
22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmddac_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmddact_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmddat_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _smmtadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _smmtcadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _stzpad_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _stzpadcpy_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _stzscal_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zagemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zahemv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zasymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zatrmv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zhescal_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmadd_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmcadd_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmdda_: registers 23 and
24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmddac_: registers 21
and 22 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmddact_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmddat_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zmmtadd_: register 28
saved somewhere other than in frame

ld: warning: could not create compact unwind for _zmmtcadd_: registers 23
and 24 not saved contiguously in frame

ld: warning: could not create compact unwind for _zsymv_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _zsyr_: registers 25 and
26 not saved contiguously in frame

ld: warning: could not create compact unwind for _zsyr2_: registers 27 and
28 not saved contiguously in frame

ld: warning: could not create compact unwind for _ztzcnjg_: registers 25
and 26 not saved contiguously in frame

ld: warning: could not create compact unwind for _ztzpad_: registers 19 and
20 not saved contiguously in frame

ld: warning: could not create compact unwind for _ztzpadcpy_: registers 19
and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _ztzscal_: registers 23
and 24 not saved contiguously in frame

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/kinsol.cc.o

Undefined symbols for architecture arm64:

"__gfortran_adjustl", referenced from:

_dmumps_ in libdmumps.a(dmumps_driver.o)

___dmumps_save_restore_MOD_dmumps_restore in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_save in
libdmumps.a(dmumps_save_restore.o)

_dmumps_dump_problem_ in libdmumps.a(dana_driver.o)

___dmumps_save_restore_files_MOD_dmumps_get_save_files in
libdmumps.a(dmumps_save_restore_files.o)

"__gfortran_compare_string", referenced from:

___petscsys_MOD_petscinitializenohelp in libpetsc.a(petscsysmod.o)

___petscsys_MOD_petscinitializewithhelp in libpetsc.a(petscsysmod.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr in
libdmumps.a(dmumps_lr_data_m.o)

...

"__gfortran_concat_string", referenced from:

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___mumps_memory_mod_MOD_mumps_zrealloc in
libmumps_common.a(mumps_memory_mod.o)

___mumps_memory_mod_MOD_mumps_crealloc in
libmumps_common.a(mumps_memory_mod.o)

___mumps_memory_mod_MOD_mumps_drealloc in
libmumps_common.a(mumps_memory_mod.o)

___mumps_memory_mod_MOD_mumps_srealloc in
libmumps_common.a(mumps_memory_mod.o)

___mumps_memory_mod_MOD_mumps_i8realloc8 in
libmumps_common.a(mumps_memory_mod.o)

___mumps_memory_mod_MOD_mumps_irealloc8 in
libmumps_common.a(mumps_memory_mod.o)

...

"__gfortran_date_and_time", referenced from:

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

"__gfortran_get_command_argument_i4", referenced from:

_petscgetcommandargument_ in libpetsc.a(somefort.o)

"__gfortran_iargc", referenced from:

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/n_vector.cc.o

_petsccommandargumentcount_ in libpetsc.a(somefort.o)

"__gfortran_internal_pack", referenced from:

___dmumps_load_MOD_dmumps_next_node in libdmumps.a(dmumps_load.o)

___dmumps_lr_data_m_MOD_dmumps_blr_struc_to_mod in
libdmumps.a(dmumps_lr_data_m.o)

___mumps_front_data_mgt_m_MOD_mumps_fdm_struc_to_mod in
libmumps_common.a(front_data_mgt_m.o)

"__gfortran_internal_unpack", referenced from:

___dmumps_load_MOD_dmumps_next_node in libdmumps.a(dmumps_load.o)

"__gfortran_os_error_at", referenced from:

_dmumps_solve_driver_ in libdmumps.a(dsol_driver.o)

"__gfortran_random_r8", referenced from:

_dmumps_permute_rhs_am1_ in libdmumps.a(dmumps_sol_es.o)

_mumps_propmap.13 in libmumps_common.a(mumps_static_mapping.o)

_mumps_mod_propmap.14 in libmumps_common.a(mumps_static_mapping.o)

"__gfortran_runtime_error_at", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

___dmumps_buf_MOD_buf_deall in libdmumps.a(dmumps_comm_buffer.o)

___dmumps_dynamic_memory_m_MOD_dmumps_dm_free_block in
libdmumps.a(dfac_mem_dynamic.o)

___dmumps_load_MOD_dmumps_find_best_node_for_mem in
libdmumps.a(dmumps_load.o)

___dmumps_load_MOD_dmumps_load_comp_maxmem_pool in
libdmumps.a(dmumps_load.o)

___dmumps_load_MOD_dmumps_load_send_md_info in
libdmumps.a(dmumps_load.o)

___dmumps_load_MOD_dmumps_load_master_2_all in
libdmumps.a(dmumps_load.o)

...

[ 82%] Building CXX object
source/sundials/CMakeFiles/obj_sundials_debug.dir/sunlinsol_wrapper.cc.o

"__gfortran_select_string", referenced from:

_mumps_parana_avail_ in libmumps_common.a(tools_common.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___mumps_front_data_mgt_m_MOD_mumps_save_restore_fdm_struc in
libmumps_common.a(front_data_mgt_m.o)

...

"__gfortran_st_close", referenced from:

___dmumps_save_restore_MOD_dmumps_restore in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_save in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_restore_ooc in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_remove_saved in
libdmumps.a(dmumps_save_restore.o)

_dmumps_dump_problem_ in libdmumps.a(dana_driver.o)

___dmumps_save_restore_files_MOD_mumps_clean_saved_data in
libdmumps.a(dmumps_save_restore_files.o)

"__gfortran_st_inquire", referenced from:

___dmumps_save_restore_MOD_dmumps_restore in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_save in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_restore_ooc in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_remove_saved in
libdmumps.a(dmumps_save_restore.o)

"__gfortran_st_open", referenced from:

___dmumps_save_restore_MOD_dmumps_restore in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_save in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_restore_ooc in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_remove_saved in
libdmumps.a(dmumps_save_restore.o)

_dmumps_dump_problem_ in libdmumps.a(dana_driver.o)

___dmumps_save_restore_files_MOD_mumps_clean_saved_data in
libdmumps.a(dmumps_save_restore_files.o)

"__gfortran_st_read", referenced from:

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_files_MOD_mumps_read_header in
libdmumps.a(dmumps_save_restore_files.o)

...

[ 82%] Built target obj_sundials_debug

[ 82%] Built target obj_rol_debug

[ 82%] Building CXX object
source/matrix_free/CMakeFiles/obj_matrix_free_debug.dir/evaluation_template_face_factory_inst4.cc.o

"__gfortran_st_read_done", referenced from:

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_files_MOD_mumps_read_header in
libdmumps.a(dmumps_save_restore_files.o)

...

"__gfortran_st_write", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

_dmumps_compress_lu_ in libdmumps.a(dtools.o)

_dmumps_stack_band_ in libdmumps.a(dtools.o)

_dmumps_mem_estim_blr_all_ in libdmumps.a(dtools.o)

___dmumps_buf_MOD_buf_deall in libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_bcast_array in
libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_send_not_mstr in
libdmumps.a(dmumps_comm_buffer.o)

...

"__gfortran_st_write_done", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

_dmumps_compress_lu_ in libdmumps.a(dtools.o)

_dmumps_stack_band_ in libdmumps.a(dtools.o)

_dmumps_mem_estim_blr_all_ in libdmumps.a(dtools.o)

___dmumps_buf_MOD_buf_deall in libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_bcast_array in
libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_send_not_mstr in
libdmumps.a(dmumps_comm_buffer.o)

...

[ 82%] Building CXX object
source/non_matching/CMakeFiles/obj_non_matching_debug.dir/mesh_classifier.cc.o

"__gfortran_stop_string", referenced from:

___mumps_static_mapping_MOD_mumps_sort_msort in
libmumps_common.a(mumps_static_mapping.o)

___dmumps_fac_par_m_MOD_dmumps_fac_par in libdmumps.a(dfac_par_m.o)

"__gfortran_string_len_trim", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

___dmumps_ooc_MOD_dmumps_ooc_init_facto in libdmumps.a(dmumps_ooc.o)

_dmumps_ in libdmumps.a(dmumps_driver.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

_dmumps_dump_rhs_ in libdmumps.a(dana_driver.o)

_dmumps_dump_matrix_ in libdmumps.a(dana_driver.o)

_dmumps_dump_header_ in libdmumps.a(dana_driver.o)

...

"__gfortran_string_trim", referenced from:

___petscsys_MOD_petscinitializenohelp in libpetsc.a(petscsysmod.o)

___petscsys_MOD_petscinitializewithhelp in libpetsc.a(petscsysmod.o)

_dmumps_ in libdmumps.a(dmumps_driver.o)

___dmumps_save_restore_MOD_dmumps_restore in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_MOD_dmumps_save in
libdmumps.a(dmumps_save_restore.o)

_dmumps_dump_problem_ in libdmumps.a(dana_driver.o)

___dmumps_save_restore_files_MOD_dmumps_get_save_files in
libdmumps.a(dmumps_save_restore_files.o)

...

"__gfortran_transfer_array", referenced from:

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

"__gfortran_transfer_array_write", referenced from:

_dmumps_compress_lu_ in libdmumps.a(dtools.o)

___dmumps_ooc_MOD_dmumps_ooc_open_files_for_solve in
libdmumps.a(dmumps_ooc.o)

___dmumps_ooc_MOD_dmumps_ooc_end_solve in libdmumps.a(dmumps_ooc.o)

___dmumps_ooc_MOD_dmumps_get_bottom_area_space in
libdmumps.a(dmumps_ooc.o)

___dmumps_ooc_MOD_dmumps_get_top_area_space in
libdmumps.a(dmumps_ooc.o)

___dmumps_ooc_MOD_dmumps_solve_is_inode_in_mem in
libdmumps.a(dmumps_ooc.o)

___dmumps_ooc_MOD_dmumps_update_read_req_node in
libdmumps.a(dmumps_ooc.o)

...

"__gfortran_transfer_character", referenced from:

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_files_MOD_mumps_read_header in
libdmumps.a(dmumps_save_restore_files.o)

"__gfortran_transfer_character_write", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

_dmumps_compress_lu_ in libdmumps.a(dtools.o)

_dmumps_stack_band_ in libdmumps.a(dtools.o)

_dmumps_mem_estim_blr_all_ in libdmumps.a(dtools.o)

___dmumps_buf_MOD_buf_deall in libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_bcast_array in
libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_send_not_mstr in
libdmumps.a(dmumps_comm_buffer.o)

...

"__gfortran_transfer_integer", referenced from:

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_panel in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_files_MOD_mumps_read_header in
libdmumps.a(dmumps_save_restore_files.o)

...

"__gfortran_transfer_integer_write", referenced from:

_dmumps_f77_ in libdmumps.a(dmumps_f77.o)

_dmumps_compress_lu_ in libdmumps.a(dtools.o)

_dmumps_stack_band_ in libdmumps.a(dtools.o)

_dmumps_mem_estim_blr_all_ in libdmumps.a(dtools.o)

___dmumps_buf_MOD_dmumps_buf_bcast_array in
libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_send_not_mstr in
libdmumps.a(dmumps_comm_buffer.o)

___dmumps_buf_MOD_dmumps_buf_send_fils in
libdmumps.a(dmumps_comm_buffer.o)

...

"__gfortran_transfer_logical", referenced from:

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

___dmumps_save_restore_files_MOD_mumps_read_header in
libdmumps.a(dmumps_save_restore_files.o)

"__gfortran_transfer_logical_write", referenced from:

___dmumps_dynamic_memory_m_MOD_dmumps_dm_freealldynamiccb in
libdmumps.a(dfac_mem_dynamic.o)

___dmumps_dynamic_memory_m_MOD_dmumps_dm_cbstatic2dynamic in
libdmumps.a(dfac_mem_dynamic.o)

___dmumps_fac_lr_MOD_dmumps_blr_upd_cb_left in libdmumps.a(dfac_lr.o)

___dmumps_ooc_MOD_dmumps_ooc_store_loru in libdmumps.a(dmumps_ooc.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_blr_end_front in
libdmumps.a(dmumps_lr_data_m.o)

...

"__gfortran_transfer_real", referenced from:

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_save_restore_MOD_dmumps_save_restore_structure in
libdmumps.a(dmumps_save_restore.o)

"__gfortran_transfer_real_write", referenced from:

___dmumps_load_MOD_dmumps_load_comp_maxmem_pool in
libdmumps.a(dmumps_load.o)

___dmumps_load_MOD_dmumps_set_parti_flop_irr in
libdmumps.a(dmumps_load.o)

___dmumps_load_MOD_dmumps_load_process_message in
libdmumps.a(dmumps_load.o)

_dmumps_print_icntl_ in libdmumps.a(dmumps_driver.o)

_dmumps_ in libdmumps.a(dmumps_driver.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_lrb in
libdmumps.a(dmumps_lr_data_m.o)

___dmumps_lr_data_m_MOD_dmumps_save_restore_diag_block in
libdmumps.a(dmumps_lr_data_m.o)

...

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see
invocation)

make[2]: *** [lib/libdeal_II.9.4.2.dylib] Error 1




28 Ocak 2023 Cumartesi tarihinde saat 09:10:35 UTC+1 itibarıyla erkin
yildiz şunları yazdı:

> Dear community
>
> after having solved the Trilinos issue, deal.ii works just fine. However,
> all examples that involve PETSc cannot run, of course,
> since deal.ii was configured with the option DEAL_II_WITH_PETSC = OFF
>
> I did attempt at installing PETSc through Candi, with the following
> outcome:
>
> *
> ********************************************************************************
>
> *candi tries now to download, configure, build and install:*
>
>
> *Project: deal.II-toolchain*
>
> *Platform: deal.II-toolchain/platforms/supported/macos.platform*
>
>
> *Fetching petsc 3.16.4*
>
> *Verifying petsc-lite-3.16.4.tar.gz*
>
> *petsc-lite-3.16.4.tar.gz: OK(md5)*
>
> *petsc-lite-3.16.4.tar.gz already downloaded and verified.*
>
> *Unpacking petsc-lite-3.16.4.tar.gz*
>
> *Building petsc 3.16.4*
>
>
> *=============================================================================================*
>
> * Configuring PETSc to compile on your system
> *
>
>
> *=============================================================================================*
>
> *=============================================================================================
> ********************************************************************************
>
> * UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for
> details):*
>
>
> *-------------------------------------------------------------------------------*
>
> *The BLAS/LAPACK libraries
> -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib
> -L/opt/homebrew/Cellar/open-mpi/4.1.4_2/lib
> -Wl,-rpath,/opt/homebrew/opt/libevent/lib -L/opt/homebrew/opt/libevent/lib
> -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin22/12
> -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin22/12
> -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc
> -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc
> -Wl,-rpath,/usr/local/lib -L/usr/local/lib
> -Wl,-rpath,/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current
> -L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current -llapack -lblas -llapack
> -lblas -lc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi
> -lgfortran -lemutls_w -lquadmath*
>
> *cannot be used with a shared library*
>
> *Either run ./configure with --with-shared-libraries=0 or use a different
> BLAS/LAPACK library*
>
>
> *********************************************************************************
>
>
> I could indeed figure out that home-brew openblas is present at
> */opt/homebrew/opt/openblas* and the error message suggests what should
> be done
> *./configure with --with-shared-libraries=0*
Reply all
Reply to author
Forward
0 new messages