[CP2K-user] [CP2K:16450] Re: LibXC wrap error during cp2k compilation

mayank...@gmail.com mayank.dodia at gmail.com
Wed Jan 12 14:06:45 UTC 2022


Dear Frederick,

Sorry I couldn't reply back earlier. I found the error was indeed due to 
toolchain using GNU compilers instead of Intel compilers as I expected it 
to. I changed the following section in the common_vars.sh file in a 
makeshift arrangement:

# compiler flags
export CC=${CC:-mpiicc}
export FC=${FC:-mpiifort}
export F77=${F77:-mpif77}
export F90=${F90:-mpif90}
export CXX=${CXX:-mpiicpc}

Using this setup I was able to compile almost all required and optional 
libraries for cp2k. I am however having issues with ELPA library. While I 
have installed ELPA library without any issues, while linking with cp2k l 
got the following error:

ld: 
<<$DIR>>/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/libelpa_openmp.a(cannon.o): 
in function `cannons_reduction_fc':
<<$DIR>>/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/../src/elpa_generalized/cannon_forw_template.c:521: 
undefined reference to `pctranc_'
ld: 
<<$DIR>>/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/../src/elpa_generalized/cannon_forw_template.c:965: 
undefined reference to `pctranc_'
ld: 
<<$DIR>>/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/../src/elpa_generalized/cannon_forw_template.c:966: 
undefined reference to `pclacpy_'
make[3]: *** 
[/data/bee14/dodia/cp2k/obj/Linux-x86-64-intel-minimal-test/psmp/all.dep:154: 
<<$DIR>>/cp2k/exe/Linux-x86-64-intel-minimal-test/libcp2k_unittest.psmp] 
Error 1

The relevant arch file is attached here. I checked the installation log for 
ELPA and found the all file in ELPA test suite show fail status. Do you 
have any suggestions on how to resolve this issue? I have attached the 
relevant log files as well.

Best Regards,
Mayank

On Friday, January 7, 2022 at 4:15:05 PM UTC+5:30 Frederick Stein wrote:

> Dear Mayank,
>
> There shouldn't be any issue with the xc_libxc_wrap.F file because we can 
> successfully compile and run it with the Intel compiler (see our 
> dashboard). I guess there happened a mistake with the compilation of LibXC, 
> maybe the toolchain has chosen the wrong compilers. Can you post the 
> contents of the logfiles (configure.log, make.log) and the arch file. I 
> think you can find them at install/libxc-5.1.7 (or similar) in the 
> toolchain directory.
>
> Best,
> Frederick
>
> mayank... at gmail.com schrieb am Donnerstag, 6. Januar 2022 um 19:26:05 
> UTC+1:
>
>> Hi, 
>>
>> I am trying to recompile v10.0 code (git:26f8803) with intel compiler 
>> (v20.0).
>>
>> I am using the toolchain script with following commands options:
>>
>> ./install_cp2k_toolchain.sh --with-intelmpi=system --with-mkl=system 
>> --with-plumed --with-hdf5=install
>>
>> After sourcing the newly created setup file, I ran the sample 
>> Linux-x86-64-intel.psmp arch file  with LibInt commented out for testing 
>> purposes. However during run I encountered the following error:
>>
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(33): error #7013: This module file 
>> was not generated by any release of this compiler.   [XC_F03_LIB_M]
>>    USE xc_f03_lib_m, ONLY: xc_f03_func_end, &
>> -------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(159): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_INFO_T]
>>       TYPE(xc_f03_func_info_t), INTENT(IN)               :: xc_info
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(167): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_REFERENCE_T]
>>       TYPE(xc_f03_func_reference_t)                      :: xc_ref
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(207): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_INFO_T]
>>       TYPE(xc_f03_func_info_t), INTENT(IN)               :: xc_info
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(221): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_REFERENCE_T]
>>       TYPE(xc_f03_func_reference_t)                      :: xc_ref
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(383): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_INFO_T]
>>       TYPE(xc_f03_func_info_t)                           :: xc_info
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(408): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_INFO_T]
>>       TYPE(xc_f03_func_info_t)                           :: xc_info
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(409): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_T]
>>       TYPE(xc_f03_func_t)                                :: xc_func
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(449): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_T]
>>       TYPE(xc_f03_func_t), INTENT(INOUT)                 :: xc_func
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(450): error #6406: Conflicting 
>> attributes or multiple declaration of name.   [XC_F03_FUNC_INFO_T]
>>       TYPE(xc_f03_func_info_t), INTENT(IN)               :: xc_info
>> -----------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(33): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_END]
>>    USE xc_f03_lib_m, ONLY: xc_f03_func_end, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(34): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_INIT]
>>                            xc_f03_func_init, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(35): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNCTIONAL_GET_NAME]
>>                            xc_f03_functional_get_name, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(36): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_SET_EXT_PARAMS]
>>                            xc_f03_func_set_ext_params, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(37): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNCTIONAL_GET_NUMBER]
>>                            xc_f03_functional_get_number, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(38): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_AVAILABLE_FUNCTIONAL_NUMBERS]
>>                            xc_f03_available_functional_numbers, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(39): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_AVAILABLE_FUNCTIONAL_NAMES]
>>                            xc_f03_available_functional_names, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(40): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_MAXIMUM_NAME_LENGTH]
>>                            xc_f03_maximum_name_length, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(41): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_NUMBER_OF_FUNCTIONALS]
>>                            xc_f03_number_of_functionals, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(43): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_EXC]
>>                            xc_f03_gga_exc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(44): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_EXC_VXC]
>>                            xc_f03_gga_exc_vxc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(45): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_EXC_VXC_FXC]
>>                            xc_f03_gga_exc_vxc_fxc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(46): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_FXC]
>>                            xc_f03_gga_fxc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(47): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_VXC]
>>                            xc_f03_gga_vxc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(48): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_GGA_VXC_FXC]
>>                            xc_f03_gga_vxc_fxc, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(50): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_GET_INFO]
>>                            xc_f03_func_get_info, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(51): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_INFO_GET_FAMILY]
>>                            xc_f03_func_info_get_family, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(52): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_INFO_GET_KIND]
>>                            xc_f03_func_info_get_kind, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(53): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_INFO_GET_NAME]
>>                            xc_f03_func_info_get_name, &
>> ---------------------------^
>> <<$DIR>>/cp2k/src/xc/xc_libxc_wrap.F(54): error #6580: Name in only-list 
>> does not exist or is not accessible.   [XC_F03_FUNC_INFO_GET_REFERENCES]
>>                            xc_f03_func_info_get_references, & 
>>
>> I guess this is an issue with the xc_libxc_warp.F file. Does anyone have 
>> any suggestions/ideas on how resolve this? I am able to compile the minimal 
>> intel example 
>> provided.
>>
>> Best Regards,
>> Mayank
>>
>

-- 
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/d1c3a666-a0a0-43da-bafa-4c86c0220e68n%40googlegroups.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20220112/4895e9c2/attachment.htm>
-------------- next part --------------
========================================
   elpa 2021.11.001: ./test-suite.log
========================================

# TOTAL: 108
# PASS:  0
# SKIP:  54
# XFAIL: 0
# FAIL:  54
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: validate_c_version_complex_double_eigenvectors_1stage_random_default.sh
=============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18123] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18124] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_complex_double_eigenvectors_1stage_random_default.sh (exit status: 1)

FAIL: validate_c_version_complex_double_eigenvectors_2stage_default_kernel_random_default.sh
============================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18142] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18141] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_complex_double_eigenvectors_2stage_default_kernel_random_default.sh (exit status: 1)

FAIL: validate_c_version_real_double_eigenvectors_1stage_random_default.sh
==========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18159] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18158] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_real_double_eigenvectors_1stage_random_default.sh (exit status: 1)

FAIL: validate_c_version_real_double_eigenvectors_2stage_default_kernel_random_default.sh
=========================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18177] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18176] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_real_double_eigenvectors_2stage_default_kernel_random_default.sh (exit status: 1)

FAIL: validate_c_version_complex_double_generalized_1stage_random_default.sh
============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18193] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18192] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_complex_double_generalized_1stage_random_default.sh (exit status: 1)

FAIL: validate_c_version_real_double_generalized_1stage_random_default.sh
=========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18209] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18208] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_real_double_generalized_1stage_random_default.sh (exit status: 1)

FAIL: validate_c_version_complex_double_generalized_decomp_1stage_random_default.sh
===================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18224] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18225] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_complex_double_generalized_decomp_1stage_random_default.sh (exit status: 1)

FAIL: validate_c_version_real_double_generalized_decomp_1stage_random_default.sh
================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18241] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:18240] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_c_version_real_double_generalized_decomp_1stage_random_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_1stage_analytic_all_layouts_extended.sh
==================================================================================

SKIP validate_complex_double_eigenvectors_1stage_analytic_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_1stage_analytic_default.sh
=====================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_1stage_analytic
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
[pckr232:18263] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18262] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_1stage_analytic_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts_extended.sh
==============================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts_extended.sh
=================================================================================================

SKIP validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_analytic_extended.sh
==================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_analytic_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_2stage_default_kernel_analytic_default.sh
====================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18297] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_complex_double_eigenvectors_2stage_default_kernel_analytic
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18296] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_2stage_default_kernel_analytic_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_1stage_analytic_all_layouts_extended.sh
===============================================================================

SKIP validate_real_double_eigenvectors_1stage_analytic_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_1stage_analytic_default.sh
==================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18319] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_eigenvectors_1stage_analytic
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18318] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_analytic_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts_extended.sh
===========================================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts_extended.sh
==============================================================================================

SKIP validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_analytic_extended.sh
===============================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_analytic_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_analytic_default.sh
=================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_2stage_default_kernel_analytic
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
[pckr232:18353] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18352] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_analytic_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvalues_1stage_frank_all_layouts_extended.sh
===========================================================================

SKIP validate_real_double_eigenvalues_1stage_frank_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvalues_1stage_frank_default.sh
==============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvalues_1stage_frank
 
[pckr232:18375] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18374] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvalues_1stage_frank_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts_extended.sh
==========================================================================================

SKIP validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvalues_2stage_default_kernel_frank_default.sh
=============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvalues_2stage_default_kernel_frank
 
[pckr232:18397] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18396] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvalues_2stage_default_kernel_frank_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_1stage_frank_all_layouts_extended.sh
============================================================================

SKIP validate_real_double_eigenvectors_1stage_frank_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_1stage_frank_default.sh
===============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_frank
 
[pckr232:18419] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18418] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_frank_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts_extended.sh
========================================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts_extended.sh
===========================================================================================

SKIP validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_frank_extended.sh
============================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_frank_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_frank_default.sh
==============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18453] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_eigenvectors_2stage_default_kernel_frank
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18452] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_frank_default.sh (exit status: 1)

SKIP: validate_real_double_hermitian_multiply_1stage_frank_all_layouts_extended.sh
==================================================================================

SKIP validate_real_double_hermitian_multiply_1stage_frank_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_hermitian_multiply_1stage_frank_default.sh
=====================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_hermitian_multiply_1stage_frank
 
[pckr232:18475] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18474] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_hermitian_multiply_1stage_frank_default.sh (exit status: 1)

SKIP: validate_complex_double_cholesky_1stage_random_all_layouts_extended.sh
============================================================================

SKIP validate_complex_double_cholesky_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_cholesky_1stage_random_default.sh
===============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18497] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_complex_double_cholesky_1stage_random
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18496] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_cholesky_1stage_random_default.sh (exit status: 1)

SKIP: validate_real_double_cholesky_1stage_random_all_layouts_extended.sh
=========================================================================

SKIP validate_real_double_cholesky_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_cholesky_1stage_random_default.sh
============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18519] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_cholesky_1stage_random
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18518] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_cholesky_1stage_random_default.sh (exit status: 1)

FAIL: validate_real_double_cholesky_1stage_random_split_comm_myself_default.sh
==============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18535] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_cholesky_1stage_random_split_comm_myself
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18534] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_cholesky_1stage_random_split_comm_myself_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_1stage_random_all_layouts_extended.sh
================================================================================

SKIP validate_complex_double_eigenvectors_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_1stage_random_explicit_default.sh
============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_1stage_random_explicit
[pckr232:18557] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18556] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_1stage_random_explicit_default.sh (exit status: 1)

FAIL: validate_complex_double_eigenvectors_1stage_random_default.sh
===================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_1stage_random
[pckr232:18573] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18572] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_1stage_random_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts_extended.sh
============================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts_extended.sh
===============================================================================================

SKIP validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit_extended.sh
=========================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit_default.sh
===========================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit
[pckr232:18607] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18606] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_random_extended.sh
================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_random_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_2stage_default_kernel_random_default.sh
==================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_2stage_default_kernel_random
 
[pckr232:18629] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18628] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_2stage_default_kernel_random_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_1stage_random_all_layouts_extended.sh
=============================================================================

SKIP validate_real_double_eigenvectors_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_1stage_random_explicit_default.sh
=========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_random_explicit
[pckr232:18651] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18650] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_random_explicit_default.sh (exit status: 1)

FAIL: validate_real_double_eigenvectors_1stage_random_default.sh
================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_random
 
[pckr232:18667] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18666] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_random_default.sh (exit status: 1)

FAIL: validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit_default.sh
===========================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit
[pckr232:18683] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18682] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit_default.sh (exit status: 1)

FAIL: validate_real_double_eigenvectors_1stage_random_split_comm_myself_default.sh
==================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_random_split_comm_myself
 
[pckr232:18699] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18698] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_random_split_comm_myself_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts_extended.sh
=========================================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts_extended.sh
============================================================================================

SKIP validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_random_explicit_extended.sh
======================================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_random_explicit_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_random_explicit_default.sh
========================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_2stage_default_kernel_random_explicit
[pckr232:18733] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18732] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_random_explicit_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_random_extended.sh
=============================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_random_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_random_default.sh
===============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18755] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_eigenvectors_2stage_default_kernel_random
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18754] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_random_default.sh (exit status: 1)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit_default.sh
==========================================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit
[pckr232:18771] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18770] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit_default.sh (exit status: 1)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_default.sh
=================================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself
 
[pckr232:18787] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18786] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_default.sh (exit status: 1)

FAIL: validate_complex_double_generalized_1stage_random_all_layouts_default.sh
==============================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_generalized_1stage_random_all_layouts
[pckr232:18803] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18802] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_generalized_1stage_random_all_layouts_default.sh (exit status: 1)

FAIL: validate_complex_double_generalized_1stage_random_default.sh
==================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_generalized_1stage_random
 
[pckr232:18819] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18818] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_generalized_1stage_random_default.sh (exit status: 1)

FAIL: validate_real_double_generalized_1stage_random_all_layouts_default.sh
===========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_generalized_1stage_random_all_layouts
[pckr232:18835] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18834] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_generalized_1stage_random_all_layouts_default.sh (exit status: 1)

FAIL: validate_real_double_generalized_1stage_random_default.sh
===============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_generalized_1stage_random
 
[pckr232:18851] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18850] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_generalized_1stage_random_default.sh (exit status: 1)

SKIP: validate_complex_double_generalized_decomp_1stage_random_all_layouts_extended.sh
======================================================================================

SKIP validate_complex_double_generalized_decomp_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_generalized_decomp_1stage_random_default.sh
=========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_generalized_decomp_1stage_random
[pckr232:18873] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18872] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_generalized_decomp_1stage_random_default.sh (exit status: 1)

SKIP: validate_real_double_generalized_decomp_1stage_random_all_layouts_extended.sh
===================================================================================

SKIP validate_real_double_generalized_decomp_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_generalized_decomp_1stage_random_default.sh
======================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_generalized_decomp_1stage_random
[pckr232:18895] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18894] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_generalized_decomp_1stage_random_default.sh (exit status: 1)

SKIP: validate_complex_double_hermitian_multiply_1stage_random_all_layouts_extended.sh
======================================================================================

SKIP validate_complex_double_hermitian_multiply_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_hermitian_multiply_1stage_random_default.sh
=========================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_hermitian_multiply_1stage_random
 
[pckr232:18917] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18916] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_hermitian_multiply_1stage_random_default.sh (exit status: 1)

SKIP: validate_real_double_hermitian_multiply_1stage_random_all_layouts_extended.sh
===================================================================================

SKIP validate_real_double_hermitian_multiply_1stage_random_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_hermitian_multiply_1stage_random_default.sh
======================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_hermitian_multiply_1stage_random
[pckr232:18939] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18938] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_hermitian_multiply_1stage_random_default.sh (exit status: 1)

SKIP: validate_complex_double_cholesky_1stage_toeplitz_all_layouts_extended.sh
==============================================================================

SKIP validate_complex_double_cholesky_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_cholesky_1stage_toeplitz_default.sh
=================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_cholesky_1stage_toeplitz
[pckr232:18961] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18960] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_cholesky_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_cholesky_1stage_toeplitz_all_layouts_extended.sh
===========================================================================

SKIP validate_real_double_cholesky_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_cholesky_1stage_toeplitz_default.sh
==============================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_cholesky_1stage_toeplitz
 
[pckr232:18983] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:18982] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_cholesky_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts_extended.sh
=================================================================================

SKIP validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvalues_1stage_toeplitz_default.sh
====================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvalues_1stage_toeplitz
 
Matrix size: 5000
[pckr232:19005] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19004] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvalues_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts_extended.sh
================================================================================================

SKIP validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_default.sh
===================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz
[pckr232:19027] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19026] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvalues_1stage_toeplitz_all_layouts_extended.sh
==============================================================================

SKIP validate_real_double_eigenvalues_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvalues_1stage_toeplitz_default.sh
=================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvalues_1stage_toeplitz
[pckr232:19049] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19048] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvalues_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts_extended.sh
=============================================================================================

SKIP validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_default.sh
================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19071] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_real_double_eigenvalues_2stage_default_kernel_toeplitz
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19070] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts_extended.sh
==================================================================================

SKIP validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_1stage_toeplitz_default.sh
=====================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_complex_double_eigenvectors_1stage_toeplitz
 
[pckr232:19093] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19092] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts_extended.sh
==============================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts_extended.sh
=================================================================================================

SKIP validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts_extended.sh (exit status: 77)

SKIP: validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_extended.sh
==================================================================================

SKIP validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_extended.sh (exit status: 77)

FAIL: validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_default.sh
====================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19127] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Program validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19126] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_1stage_toeplitz_all_layouts_extended.sh
===============================================================================

SKIP validate_real_double_eigenvectors_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_1stage_toeplitz_default.sh
==================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_1stage_toeplitz
 
[pckr232:19150] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19149] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts_extended.sh
===========================================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts_extended.sh
==============================================================================================

SKIP validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts_extended.sh (exit status: 77)

SKIP: validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_extended.sh
===============================================================================

SKIP validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_extended.sh (exit status: 77)

FAIL: validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_default.sh
=================================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_eigenvectors_2stage_default_kernel_toeplitz
[pckr232:19184] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19183] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_default.sh (exit status: 1)

SKIP: validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts_extended.sh
====================================================================================

SKIP validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts_extended.sh (exit status: 77)

FAIL: validate_real_double_solve_tridiagonal_1stage_toeplitz_default.sh
=======================================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
Program validate_real_double_solve_tridiagonal_1stage_toeplitz
[pckr232:19206] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Matrix size: 5000
Num eigenvectors: 150
Blocksize: 16
Num MPI proc: 2
Number of processor rows=2, cols=1, total=2
Process layout: C
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19205] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_double_solve_tridiagonal_1stage_toeplitz_default.sh (exit status: 1)

SKIP: validate_autotune_c_version_complex_double_extended.sh
============================================================

SKIP validate_autotune_c_version_complex_double_extended.sh (exit status: 77)

SKIP: validate_autotune_c_version_real_double_extended.sh
=========================================================

SKIP validate_autotune_c_version_real_double_extended.sh (exit status: 77)

SKIP: validate_autotune_complex_double_extended.sh
==================================================

SKIP validate_autotune_complex_double_extended.sh (exit status: 77)

SKIP: validate_autotune_real_double_extended.sh
===============================================

SKIP validate_autotune_real_double_extended.sh (exit status: 77)

SKIP: validate_multiple_objs_real_double_extended.sh
====================================================

SKIP validate_multiple_objs_real_double_extended.sh (exit status: 77)

SKIP: validate_skewsymmetric_real_double_extended.sh
====================================================

SKIP validate_skewsymmetric_real_double_extended.sh (exit status: 77)

SKIP: validate_multiple_objs_real_double_c_version_extended.sh
==============================================================

SKIP validate_multiple_objs_real_double_c_version_extended.sh (exit status: 77)

SKIP: validate_split_comm_real_double_extended.sh
=================================================

SKIP validate_split_comm_real_double_extended.sh (exit status: 77)

FAIL: validate_double_instance_openmp_default.sh
================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19270] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[pckr232:19269] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_double_instance_openmp_default.sh (exit status: 1)

FAIL: validate_real_2stage_banded_openmp_default.sh
===================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
 
Standard eigenvalue problem - REAL version
 
[pckr232:19286] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
Matrix size=5000, Number of eigenvectors=150, Block size=16
Number of processor rows=2, cols=1, total=2
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19285] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_real_2stage_banded_openmp_default.sh (exit status: 1)

FAIL: validate_complex_2stage_banded_openmp_default.sh
======================================================

*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19302] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
 
Standard eigenvalue problem - COMPLEX version
 
Matrix size=5000, Number of eigenvectors=150, Block size=16
Number of processor rows=2, cols=1, total=2
 
*** The MPI_Comm_c2f() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[pckr232:19301] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
FAIL validate_complex_2stage_banded_openmp_default.sh (exit status: 1)

-------------- next part --------------
make  install-am
make[1]: Entering directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
make[2]: Entering directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libelpa_openmp.la '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib'
libtool: install: /usr/bin/install -c .libs/libelpa_openmp.lai /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/libelpa_openmp.la
libtool: install: /usr/bin/install -c .libs/libelpa_openmp.a /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/libelpa_openmp.a
libtool: install: chmod 644 /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/libelpa_openmp.a
libtool: install: ranlib /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/libelpa_openmp.a
libtool: finish: PATH="/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/bin:/data/bee14/dodia/cp2k/tools/toolchain/install/cmake-3.22.1/bin:/usr/include/x86_64-linux-gnu/:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin:/sw/linux/intel/XE20/advisor_2020.0.0.604394/bin64:/sw/linux/intel/XE20/vtune_profiler_2020.0.0.605129/bin64:/sw/linux/intel/XE20/inspector_2020.0.0.603904/bin64:/sw/linux/intel/XE20/itac/2020.0.015/intel64/bin:/sw/linux/intel/XE20/itac/2020.0.015/intel64/bin:/sw/linux/intel/XE20/clck/2019.6/bin/intel64:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin:/sw/linux/intel/XE20/debugger_2020/gdb/intel64/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin:/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin:/home/users/dodia/software/curl/curl/src:/home/users/dodia/miniconda3/condabin:/sw/linux/intel/XE20/intelpython3/bin:/opt/SGE/bin/lx-UNSUPPORTED-4.1.26-21-default-amd64:/home/users/dodia/software:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/home/users/dodia/bin:/sw/linux/intel/XE20/parallel_studio_xe_2020.0.088/bin:/sbin" ldconfig -n /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c elpa2_print_kernels_openmp '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/bin'
libtool: install: /usr/bin/install -c elpa2_print_kernels_openmp /data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/bin/elpa2_print_kernels_openmp
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/doc/elpa'
 /usr/bin/install -c -m 644 ../README.md ../CONTRIBUTING.md ../LICENSE ../Changelog ../COPYING/COPYING ../COPYING/gpl.txt ../COPYING/lgpl.txt ../documentation/INSTALL.md ../documentation/PERFORMANCE_TUNING.md ../documentation/USERS_GUIDE.md ../documentation/plots/mpi_elpa1.png ../documentation/plots/mpi_elpa2.png '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/doc/elpa'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/man/man1'
 /usr/bin/install -c -m 644 ../man/elpa2_print_kernels.1 '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/man/man1'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/man/man3'
 /usr/bin/install -c -m 644 ../man/elpa_init.3 ../man/elpa_allocate.3 ../man/elpa_set.3 ../man/elpa_setup.3 ../man/elpa_eigenvalues.3 ../man/elpa_eigenvalues_double.3 ../man/elpa_eigenvalues_float.3 ../man/elpa_eigenvalues_double_complex.3 ../man/elpa_eigenvalues_float_complex.3 ../man/elpa_eigenvectors.3 ../man/elpa_eigenvectors_double.3 ../man/elpa_eigenvectors_float.3 ../man/elpa_eigenvectors_double_complex.3 ../man/elpa_eigenvectors_float_complex.3 ../man/elpa_skew_eigenvalues.3 ../man/elpa_skew_eigenvectors.3 ../man/elpa_generalized_eigenvectors.3 ../man/elpa_generalized_eigenvalues.3 ../man/elpa_cholesky.3 ../man/elpa_invert_triangular.3 ../man/elpa_solve_tridiagonal.3 ../man/elpa_hermitian_multiply.3 ../man/elpa_deallocate.3 ../man/elpa_load_settings.3 ../man/elpa_store_settings.3 ../man/elpa_print_settings.3 ../man/elpa_autotune_save_state.3 ../man/elpa_autotune_load_state.3 ../man/elpa_autotune_print_state.3 ../man/elpa_autotune_setup.3 ../man/elpa_autotune_step.3 ../man/elpa_autotune_set_best.3 ../man/elpa_autotune_deallocate.3 ../man/elpa_uninit.3 '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/share/man/man3'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/modules'
 /usr/bin/install -c -m 644  modules/elpa_api.mod modules/elpa_constants.mod modules/elpa.mod '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/modules'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/src/helpers'
 /usr/bin/install -c -m 644  ../src/helpers/lapack_interfaces.h ../src/helpers/scalapack_interfaces.h '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/src/helpers'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/elpa'
 /usr/bin/install -c -m 644  ../elpa/elpa_simd_constants.h ../elpa/elpa.h ../elpa/elpa_generic.h '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/elpa'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/elpa'
 /usr/bin/install -c -m 644  elpa/elpa_version.h elpa/elpa_constants.h elpa/elpa_generated.h elpa/elpa_generated_c_api.h '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/include/elpa_openmp-2021.11.001/elpa'
 /usr/bin/mkdir -p '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/pkgconfig'
 /usr/bin/install -c -m 644 elpa_openmp.pc '/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib/pkgconfig'
make[2]: Leaving directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
make[1]: Leaving directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by elpa configure 2021.11.001, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../configure --prefix=/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/ --libdir=/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib --enable-openmp=yes --enable-shared=no --enable-static=yes --enable-avx=yes --enable-avx2=yes --enable-avx512=no --enable-nvidia-gpu=no --with-cuda-path=/CUDA_HOME-notset --with-NVIDIA-GPU-compute-capability=sm_35 CUDA_CFLAGS=-std=c++14 -allow-unsupported-compiler OMPI_MCA_plm_rsh_agent=/bin/false FC=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort CC=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc CXX=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx FCFLAGS=  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  CFLAGS=-O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  CXXFLAGS=-O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  LDFLAGS=-Wl,--allow-multiple-definition -Wl,--enable-new-dtags    LIBS= -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl

## --------- ##
## Platform. ##
## --------- ##

hostname = pckr232
uname -m = x86_64
uname -r = 4.19.0-16-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.181-1 (2021-03-19)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/bin
PATH: /data/bee14/dodia/cp2k/tools/toolchain/install/cmake-3.22.1/bin
PATH: /usr/include/x86_64-linux-gnu/
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin
PATH: /sw/linux/intel/XE20/advisor_2020.0.0.604394/bin64
PATH: /sw/linux/intel/XE20/vtune_profiler_2020.0.0.605129/bin64
PATH: /sw/linux/intel/XE20/inspector_2020.0.0.603904/bin64
PATH: /sw/linux/intel/XE20/itac/2020.0.015/intel64/bin
PATH: /sw/linux/intel/XE20/itac/2020.0.015/intel64/bin
PATH: /sw/linux/intel/XE20/clck/2019.6/bin/intel64
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin
PATH: /sw/linux/intel/XE20/debugger_2020/gdb/intel64/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/bin
PATH: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin
PATH: /home/users/dodia/software/curl/curl/src
PATH: /home/users/dodia/miniconda3/condabin
PATH: /sw/linux/intel/XE20/intelpython3/bin
PATH: /opt/SGE/bin/lx-UNSUPPORTED-4.1.26-21-default-amd64
PATH: /home/users/dodia/software
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /home/users/dodia/bin
PATH: /sw/linux/intel/XE20/parallel_studio_xe_2020.0.088/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3238: checking for a BSD-compatible install
configure:3306: result: /usr/bin/install -c
configure:3317: checking whether build environment is sane
configure:3372: result: yes
configure:3516: checking for a thread-safe mkdir -p
configure:3555: result: /usr/bin/mkdir -p
configure:3562: checking for gawk
configure:3578: found /usr/bin/gawk
configure:3589: result: gawk
configure:3600: checking whether make sets $(MAKE)
configure:3622: result: yes
configure:3651: checking whether make supports nested variables
configure:3668: result: yes
configure:3809: checking whether make supports nested variables
configure:3826: result: yes
configure:3859: checking for build time
configure:3873: result: 1641578731
configure:3950: checking for GNU make
configure:3965: result: make
configure:3980: checking whether in C interface the error argument should be optional
configure:3995: result: no
configure:4016: checking for GNU make
configure:4025: result: make
configure:4077: checking whether --enable-openmp is specified
configure:4092: result: yes
configure:4249: checking for C++ compiler version
configure:4258: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx --version >&5
g++ (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4269: $? = 0
configure:4258: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -v >&5
mpigxx for the Intel(R) MPI Library 2019 Update 6 for Linux*
Copyright 2003-2019, Intel Corporation.
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6) 
configure:4269: $? = 0
configure:4258: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -V >&5
g++: error: unrecognized command line option '-V'
configure:4269: $? = 1
configure:4258: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
configure:4269: $? = 1
configure:4289: checking whether the C++ compiler works
configure:4311: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.cpp  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:4315: $? = 0
configure:4363: result: yes
configure:4366: checking for C++ compiler default output file name
configure:4368: result: a.out
configure:4374: checking for suffix of executables
configure:4381: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -o conftest -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.cpp  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:4385: $? = 0
configure:4407: result: 
configure:4429: checking whether we are cross compiling
configure:4437: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -o conftest -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.cpp  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:4441: $? = 0
configure:4448: ./conftest
configure:4452: $? = 0
configure:4440: result: no
configure:4445: checking for suffix of object files
configure:4467: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.cpp >&5
configure:4471: $? = 0
configure:4492: result: o
configure:4496: checking whether we are using the GNU C++ compiler
configure:4515: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.cpp >&5
configure:4515: $? = 0
configure:4524: result: yes
configure:4533: checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx accepts -g
configure:4553: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -g  conftest.cpp >&5
configure:4553: $? = 0
configure:4594: result: yes
configure:4620: checking whether make supports the include directive
configure:4635: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4638: $? = 0
configure:4657: result: yes (GNU style)
configure:4682: checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx
configure:4793: result: gcc3
configure:4825: checking whether to compile using MPI
configure:4832: result: yes
configure:4985: checking for gcc
configure:5012: result: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
configure:5241: checking for C compiler version
configure:5250: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc --version >&5
icc (ICC) 19.1.0.166 20191121
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.

configure:5261: $? = 0
configure:5250: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -v >&5
mpiicc for the Intel(R) MPI Library 2019 Update 6 for Linux*
Copyright 2003-2019, Intel Corporation.
icc version 19.1.0.166 (gcc version 8.3.0 compatibility)
configure:5261: $? = 0
configure:5250: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -V >&5
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.0.166 Build 20191121
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.

configure:5261: $? = 0
configure:5250: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -qversion >&5
icc: command line warning #10006: ignoring unknown option '-qversion'
ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
configure:5261: $? = 1
configure:5265: checking whether we are using the GNU C compiler
configure:5284: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.c >&5
configure:5284: $? = 0
configure:5293: result: yes
configure:5302: checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc accepts -g
configure:5322: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -g  conftest.c >&5
configure:5322: $? = 0
configure:5363: result: yes
configure:5380: checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to accept ISO C89
configure:5443: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc  -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.c >&5
configure:5443: $? = 0
configure:5456: result: none needed
configure:5481: checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc understands -c and -o together
configure:5503: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c conftest.c -o conftest2.o
configure:5506: $? = 0
configure:5503: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c conftest.c -o conftest2.o
configure:5506: $? = 0
configure:5518: result: yes
configure:5537: checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
configure:5648: result: gcc3
configure:5690: checking for function MPI_Init
configure:5715: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:5715: $? = 0
configure:5722: result: yes
configure:5733: checking for mpi.h
configure:5746: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.c >&5
configure:5746: $? = 0
configure:5747: result: yes
configure:5792: checking for c option to support OpenMP
configure:5807: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
conftest.c(22): error: identifier "choke" is undefined
   choke me
   ^

In file included from conftest.c(24):
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/omp.h(50): error: expected a ";"
      typedef enum omp_sched_t {
      ^

In file included from conftest.c(24):
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/omp.h(63): error: expected an identifier
      extern void   __KAI_KMPC_CONVENTION  omp_set_schedule          (omp_sched_t, int);
                                                                                   ^

In file included from conftest.c(24):
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/omp.h(80): error: identifier "omp_sched_t" is undefined
      extern void   __KAI_KMPC_CONVENTION  omp_get_schedule            (omp_sched_t *, int *);
                                                                        ^

compilation aborted for conftest.c (code 2)
configure:5807: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:5824: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -fopenmp  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:5824: $? = 0
configure:5838: result: -fopenmp
configure:5856: checking whether C compiler accepts -std=gnu11
configure:5875: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -std=gnu11  conftest.c >&5
configure:5875: $? = 0
configure:5883: result: yes
configure:5997: checking build system type
configure:6011: result: x86_64-unknown-linux-gnu
configure:6031: checking host system type
configure:6044: result: x86_64-unknown-linux-gnu
configure:6071: checking for x86 cpuid  output
configure:6103: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
conftest.c(25): error: expected an expression
       int op = , level = 0, eax, ebx, ecx, edx;
                ^

compilation aborted for conftest.c (code 2)
configure:6103: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
|      int op = , level = 0, eax, ebx, ecx, edx;
|      FILE *f;
|       __asm__ __volatile__ ("xchg %%ebx, %1\n"
|         "cpuid\n"
|         "xchg %%ebx, %1\n"
|         : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx)
|         : "a" (op), "2" (level));
| 
|      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
|      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
|      fclose(f);
|      return 0;
| 
|   ;
|   return 0;
| }
configure:6113: result: unknown
configure:6130: checking for x86-AVX xgetbv  output
configure:6160: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
conftest.c(25): error: expected an expression
       int op = , eax, edx;
                ^

compilation aborted for conftest.c (code 2)
configure:6160: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
|      int op = , eax, edx;
|      FILE *f;
|       /* Opcodes for xgetbv */
|       __asm__ __volatile__ (".byte 0x0f, 0x01, 0xd0"
|         : "=a" (eax), "=d" (edx)
|         : "c" (op));
|      f = fopen("conftest_xgetbv", "w"); if (!f) return 1;
|      fprintf(f, "%x:%x\n", eax, edx);
|      fclose(f);
|      return 0;
| 
|   ;
|   return 0;
| }
configure:6170: result: unknown
configure:6370: checking for x86 cpuid 0x00000000 output
configure:6402: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6402: $? = 0
configure:6402: ./conftest
configure:6402: $? = 0
configure:6412: result: 16:756e6547:6c65746e:49656e69
configure:6435: checking for x86 cpuid 0x80000000 output
configure:6467: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6467: $? = 0
configure:6467: ./conftest
configure:6467: $? = 0
configure:6477: result: 80000008:0:0:0
configure:6502: checking for x86 cpuid 0x00000001 output
configure:6534: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6534: $? = 0
configure:6534: ./conftest
configure:6534: $? = 0
configure:6544: result: 906ea:8100800:7ffafbff:bfebfbff
configure:6571: checking for x86 cpuid 0x00000007 output
configure:6603: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6603: $? = 0
configure:6603: ./conftest
configure:6603: $? = 0
configure:6613: result: 0:29c6fbf:40000000:9c002600
configure:6639: checking for x86 cpuid 0x80000001 output
configure:6671: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6671: $? = 0
configure:6671: ./conftest
configure:6671: $? = 0
configure:6681: result: 0:0:121:2c100800
configure:6740: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6740: $? = 0
configure:6740: ./conftest
configure:6740: $? = 0
configure:6769: checking for x86-AVX xgetbv 0x00000000 output
configure:6799: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:6799: $? = 0
configure:6799: ./conftest
configure:6799: $? = 0
configure:6809: result: 1f:0
configure:6863: checking whether RDRND is supported by the processor
configure:6876: result: yes
configure:6880: checking whether RDRND is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mrdrnd
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mrdrnd  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether BMI1 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether BMI1 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mbmi
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mbmi  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether BMI2 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether BMI2 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mbmi2
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mbmi2  conftest.c >&5
icc: command line warning #10006: ignoring unknown option '-mbmi2'
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether ADX is supported by the processor
configure:6876: result: yes
configure:6880: checking whether ADX is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -madx
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -madx  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether MPX is supported by the processor
configure:6876: result: yes
configure:6880: checking whether MPX is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mmpx
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mmpx  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether PREFETCHWT1 is supported by the processor
configure:6876: result: no
configure:6863: checking whether ABM is supported by the processor
configure:6876: result: yes
configure:6880: checking whether ABM is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mabm
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mabm  conftest.c >&5
icc: command line warning #10006: ignoring unknown option '-mabm'
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether MMX is supported by the processor
configure:6876: result: yes
configure:6880: checking whether MMX is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mmmx
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mmmx  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSE is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -msse
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -msse  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE2 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSE2 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -msse2
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -msse2  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE3 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSE3 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -msse3
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -msse3  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSSE3 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSSE3 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mssse3
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mssse3  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE4.1 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSE4.1 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -msse4.1
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -msse4.1  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE4.2 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether SSE4.2 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -msse4.2
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -msse4.2  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether SSE4a is supported by the processor
configure:6876: result: no
configure:6863: checking whether SHA is supported by the processor
configure:6876: result: no
configure:6863: checking whether AES is supported by the processor
configure:6876: result: yes
configure:6880: checking whether AES is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -maes
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -maes  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether AVX is supported by the processor
configure:6876: result: yes
configure:6880: checking whether AVX is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mavx
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mavx  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether FMA3 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether FMA3 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mfma
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mfma  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether FMA4 is supported by the processor
configure:6876: result: no
configure:6863: checking whether XOP is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX2 is supported by the processor
configure:6876: result: yes
configure:6880: checking whether AVX2 is supported by the processor and OS
configure:6893: result: yes
configure:6898: checking whether C compiler accepts -mavx2
configure:6917: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -mavx2  conftest.c >&5
configure:6917: $? = 0
configure:6926: result: yes
configure:6863: checking whether AVX512-F is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-CD is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-PF is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-ER is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-VL is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-BW is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-DQ is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-IFMA is supported by the processor
configure:6876: result: no
configure:6863: checking whether AVX512-VBMI is supported by the processor
configure:6876: result: no
configure:7009: checking whether heterogenous-cluster-support should be enabled
configure:7024: result: no
configure:7045: checking how to run the C preprocessor
configure:7076: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E  conftest.c
configure:7076: $? = 0
configure:7090: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E  conftest.c
conftest.c(37): error #2379: cannot open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:7090: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7115: result: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E
configure:7135: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E  conftest.c
configure:7135: $? = 0
configure:7149: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E  conftest.c
conftest.c(37): error #2379: cannot open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:7149: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7178: checking for grep that handles long lines and -e
configure:7236: result: /usr/bin/grep
configure:7241: checking for egrep
configure:7303: result: /usr/bin/grep -E
configure:7308: checking for ANSI C header files
configure:7328: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7328: $? = 0
configure:7401: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:7401: $? = 0
configure:7401: ./conftest
configure:7401: $? = 0
configure:7412: result: yes
configure:7425: checking for sys/types.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for sys/stat.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for stdlib.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for string.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for memory.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for strings.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for inttypes.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for stdint.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7425: checking for unistd.h
configure:7425: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7425: $? = 0
configure:7425: result: yes
configure:7441: checking size of long int
configure:7446: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
configure:7446: $? = 0
configure:7446: ./conftest
configure:7446: $? = 0
configure:7460: result: 8
configure:7472: checking whether 64bit integers should be used for math libraries (BLAS/LAPACK/SCALAPACK)
configure:7487: result: no
configure:7512: checking whether 64bit integers should be used for the MPI library
configure:7527: result: no
configure:7543: checking whether C compiler can use _Generic 
configure:7561: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7561: $? = 0
configure:7568: result: yes
configure:7627: checking for ar
configure:7643: found /usr/bin/ar
configure:7654: result: ar
configure:7680: checking the archiver (ar) interface
configure:7696: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:7696: $? = 0
configure:7698: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7701: $? = 0
configure:7700: result: ar
configure:7729: checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
configure:7838: result: gcc3
configure:7853: checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to accept ISO C99
configure:8002: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc  -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:8002: $? = 0
configure:8015: result: none needed
configure:8125: checking whether to compile using MPI
configure:8132: result: yes
configure:8343: checking for Fortran compiler version
configure:8352: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort --version >&5
ifort (IFORT) 19.1.0.166 20191121
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.

configure:8363: $? = 0
configure:8352: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -v >&5
mpiifort for the Intel(R) MPI Library 2019 Update 6 for Linux*
Copyright 2003-2019, Intel Corporation.
ifort version 19.1.0.166
configure:8363: $? = 0
configure:8352: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.0.166 Build 20191121
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.

configure:8363: $? = 0
configure:8352: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -qversion >&5
ifort: command line warning #10006: ignoring unknown option '-qversion'
ld: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/for_main.o: in function `main':
for_main.c:(.text+0x2e): undefined reference to `MAIN__'
configure:8363: $? = 1
configure:8372: checking whether we are using the GNU Fortran compiler
configure:8385: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       choke me
---------------^
conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       choke me
-------^
compilation aborted for conftest.F (code 1)
configure:8385: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:8394: result: no
configure:8400: checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort accepts -g
configure:8411: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -g  conftest.f >&5
configure:8411: $? = 0
configure:8419: result: yes
configure:8474: checking for function MPI_INIT
configure:8486: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags     conftest.f  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8486: $? = 0
configure:8493: result: yes
configure:8504: checking for mpif.h
configure:8513: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.f >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8513: $? = 0
configure:8514: result: yes
configure:8557: checking for Fortran flag to compile .F90 files
configure:8577: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8577: $? = 0
configure:8586: result: none
configure:8611: checking for Fortran flag needed to accept free-form source
configure:8630: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8630: $? = 0
configure:8639: result: none
configure:8655: checking Fortran 90 module inclusion flag
configure:8677: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8677: $? = 0
configure:8691: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Mconftest.dir -Mconftest.dir  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-Mconftest.dir'
ifort: command line warning #10006: ignoring unknown option '-Mconftest.dir'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8691: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8691: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Iconftest.dir -Iconftest.dir  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8691: $? = 0
configure:8711: result: -I
configure:8726: checking Fortran 90 module output flag
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Jsub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-Jsub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Jsub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-Jsub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -J sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-J'
ifort: warning #10145: no action performed for file 'sub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -J sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-J'
ifort: error #10236: File not found:  'sub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -fmod=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-fmod=sub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -fmod=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-fmod=sub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -moddir=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-moddir=sub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -moddir=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-moddir=sub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  +moddir=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: error #10236: File not found:  '+moddir=sub'
configure:8754: $? = 1
configure: failed program was:
| 
|       module conftest_module
|       contains
|       subroutine conftest_routine
|       write(*,'(a)') 'gotcha!'
|       end subroutine
|       end module
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -qmoddir=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-qmoddir=sub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -qmoddir=sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-qmoddir=sub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -mod sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-mod'
ifort: warning #10145: no action performed for file 'sub'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -mod sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort: command line warning #10006: ignoring unknown option '-mod'
ifort: error #10236: File not found:  'sub'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
      use conftest_module
----------^
compilation aborted for conftest.F90 (code 1)
configure:8763: $? = 1
configure: failed program was:
| 
|       program main
|       use conftest_module
|       call conftest_routine
|       end program
configure:8754: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -module sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8754: $? = 0
configure:8763: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -module sub  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8763: $? = 0
configure:8784: result: -module 
configure:8802: checking how to get verbose linking output from /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort
configure:8812: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:8812: $? = 0
configure:8830: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -ffree-line-length-none -mavx2 -mfma -msse4 -v -Wl,--allow-multiple-definition -Wl,--enable-new-dtags conftest.F90 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl
mpiifort for the Intel(R) MPI Library 2019 Update 6 for Linux*
Copyright 2003-2019, Intel Corporation.
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort version 19.1.0.166
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/fpp    -D__INTEL_COMPILER=1910 -D__INTEL_COMPILER_UPDATE=0 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20191121 -D__INTEL_OFFLOAD -D__MMX__ -D__SSE__ -D__SSE_MATH__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE3__ -D__SSSE3__ -D__SSE4_1__ -D__SSE4_2__ -D__AVX__ -D__FMA__ -D__FP_FAST_FMA -D__FP_FAST_FMAF -D__AVX2__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -I. -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/ -I/usr/include -I/usr/include/x86_64-linux-gnu -4Ycpp -4Ncvf -f_com=yes -MX conftest.F90 /tmp/ifortdLPaAK.i90
#include "..." search starts here:
#include <...> search starts here:
 .
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
 /usr/include/
 /usr/include
 /usr/include/x86_64-linux-gnu
End of search list.
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/fortcom    -D__INTEL_COMPILER=1910 -D__INTEL_COMPILER_UPDATE=0 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20191121 -D__INTEL_OFFLOAD -D__MMX__ -D__SSE__ -D__SSE_MATH__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE3__ -D__SSSE3__ -D__SSE4_1__ -D__SSE4_2__ -D__AVX__ -D__FMA__ -D__FP_FAST_FMA -D__FP_FAST_FMAF -D__AVX2__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -I. -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/ -I/usr/include -I/usr/include/x86_64-linux-gnu -omp_simd -O2 "-reentrancy threaded" -simd -offload_host -mGLOB_em64t=TRUE -mP1OPT_version=19.1-intel64 -mGLOB_diag_file=/tmp/ifortIQ4Szm.diag -mGLOB_long_size_64 -mGLOB_routine_pointer_size_64 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mP2OPT_static_promotion -mGLOB_pack_sort_init_list -mP1OPT_print_version=FALSE -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE -mGLOB_gcc_version=830 "-mGLOB_options_string=-I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -o conftest -m64 -ffree-line-length-none -mavx2 -mfma -msse4 -v -Wl,--allow-multiple-definition -Wl,--enable-new-dtags -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -lmpifort -lmpi -ldl -lrt -lpthread" -mGLOB_cxx_limited_range=FALSE -mCG_extend_parms=FALSE -mGLOB_compiler_bin_directory=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64 -mGLOB_as_output_backup_file_name=/tmp/ifort1gisBwas_.s -mGLOB_dashboard_use_source_name -mIPOPT_activate -mIPOPT_lite -mGLOB_uarch_tuning=0x0 -mGLOB_product_id_code=0x22006d91 -mCG_bnl_movbe=T -mGLOB_cpu_features_csv_list=avx2,fma,sse4 -mP3OPT_use_mspp_call_convention -mP2OPT_subs_out_of_bound=FALSE -mP2OPT_disam_type_based_disam=2 -mGLOB_ansi_alias -mPGOPTI_value_profile_use=T -mGLOB_opt_report_use_source_name -mGLOB_offload_mode=1 -mP2OPT_offload_unique_var_string=ifort1705218523W1YTDO -mP2OPT_hlo_level=2 -mP2OPT_hlo -mP2OPT_hpo_rtt_control=0 -mIPOPT_args_in_regs=0 -mP2OPT_disam_assume_nonstd_intent_in=FALSE -mGLOB_imf_mapping_library=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/libiml_attr.so -mIPOPT_single_file_compile_and_link=TRUE -mPGOPTI_gen_threadsafe_level=0 -mIPOPT_lto_object_enabled -mIPOPT_lto_object_value=1 -mIPOPT_obj_output_file_name=/tmp/ifortIQ4Szm.o -mIPOPT_whole_archive_fixup_file_name=/tmp/ifortwarchDI9LDi -mGLOB_linker_version=2.31.1 -mGLOB_linker=ld -mGLOB_driver_tempfile_name=/tmp/iforttempfileezd8EG -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mGLOB_async_unwind_tables=TRUE -mGLOB_obj_output_file=/tmp/ifortIQ4Szm.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.F90 -mP1OPT_full_source_file_name=/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/conftest.F90 -mP2OPT_symtab_type_copy=true /tmp/ifortdLPaAK.i90
#include "..." search starts here:
#include <...> search starts here:
 .
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
 /usr/include/
 /usr/include
 /usr/include/x86_64-linux-gnu
End of search list.
ld    /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o --eh-frame-hdr --build-id -dynamic-linker /lib64/ld-linux-x86-64.so.2 -m elf_x86_64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -o conftest /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/for_main.o -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib --allow-multiple-definition --enable-new-dtags /tmp/ifortIQ4Szm.o -rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 --start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 --end-group -lpthread -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -Bstatic -limf -Bdynamic -lm -ldl --enable-new-dtags -rpath /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -rpath /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -lmpifort -lmpi -ldl -lrt -lpthread -Bdynamic -Bstatic -lifport -lifcoremt -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lpthread -Bstatic -lsvml -Bdynamic -lc -lgcc -lgcc_s -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
configure:8913: result: -v
configure:8915: checking for Fortran libraries of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort
configure:8938: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -ffree-line-length-none -mavx2 -mfma -msse4 -v -Wl,--allow-multiple-definition -Wl,--enable-new-dtags conftest.F90 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl
mpiifort for the Intel(R) MPI Library 2019 Update 6 for Linux*
Copyright 2003-2019, Intel Corporation.
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ifort version 19.1.0.166
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/fpp    -D__INTEL_COMPILER=1910 -D__INTEL_COMPILER_UPDATE=0 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20191121 -D__INTEL_OFFLOAD -D__MMX__ -D__SSE__ -D__SSE_MATH__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE3__ -D__SSSE3__ -D__SSE4_1__ -D__SSE4_2__ -D__AVX__ -D__FMA__ -D__FP_FAST_FMA -D__FP_FAST_FMAF -D__AVX2__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -I. -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/ -I/usr/include -I/usr/include/x86_64-linux-gnu -4Ycpp -4Ncvf -f_com=yes -MX conftest.F90 /tmp/ifortyp3E1m.i90
#include "..." search starts here:
#include <...> search starts here:
 .
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
 /usr/include/
 /usr/include
 /usr/include/x86_64-linux-gnu
End of search list.
/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/fortcom    -D__INTEL_COMPILER=1910 -D__INTEL_COMPILER_UPDATE=0 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20191121 -D__INTEL_OFFLOAD -D__MMX__ -D__SSE__ -D__SSE_MATH__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE3__ -D__SSSE3__ -D__SSE4_1__ -D__SSE4_2__ -D__AVX__ -D__FMA__ -D__FP_FAST_FMA -D__FP_FAST_FMAF -D__AVX2__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -I. -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include -I/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/ -I/usr/include -I/usr/include/x86_64-linux-gnu -omp_simd -O2 "-reentrancy threaded" -simd -offload_host -mGLOB_em64t=TRUE -mP1OPT_version=19.1-intel64 -mGLOB_diag_file=/tmp/ifortpyQaNX.diag -mGLOB_long_size_64 -mGLOB_routine_pointer_size_64 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mP2OPT_static_promotion -mGLOB_pack_sort_init_list -mP1OPT_print_version=FALSE -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE -mGLOB_gcc_version=830 "-mGLOB_options_string=-I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include -o conftest -m64 -ffree-line-length-none -mavx2 -mfma -msse4 -v -Wl,--allow-multiple-definition -Wl,--enable-new-dtags -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -lmpifort -lmpi -ldl -lrt -lpthread" -mGLOB_cxx_limited_range=FALSE -mCG_extend_parms=FALSE -mGLOB_compiler_bin_directory=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64 -mGLOB_as_output_backup_file_name=/tmp/ifortzXnhvbas_.s -mGLOB_dashboard_use_source_name -mIPOPT_activate -mIPOPT_lite -mGLOB_uarch_tuning=0x0 -mGLOB_product_id_code=0x22006d91 -mCG_bnl_movbe=T -mGLOB_cpu_features_csv_list=avx2,fma,sse4 -mP3OPT_use_mspp_call_convention -mP2OPT_subs_out_of_bound=FALSE -mP2OPT_disam_type_based_disam=2 -mGLOB_ansi_alias -mPGOPTI_value_profile_use=T -mGLOB_opt_report_use_source_name -mGLOB_offload_mode=1 -mP2OPT_offload_unique_var_string=ifort0241177787z6MKWk -mP2OPT_hlo_level=2 -mP2OPT_hlo -mP2OPT_hpo_rtt_control=0 -mIPOPT_args_in_regs=0 -mP2OPT_disam_assume_nonstd_intent_in=FALSE -mGLOB_imf_mapping_library=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/bin/intel64/libiml_attr.so -mIPOPT_single_file_compile_and_link=TRUE -mPGOPTI_gen_threadsafe_level=0 -mIPOPT_lto_object_enabled -mIPOPT_lto_object_value=1 -mIPOPT_obj_output_file_name=/tmp/ifortpyQaNX.o -mIPOPT_whole_archive_fixup_file_name=/tmp/ifortwarch7x5TZZ -mGLOB_linker_version=2.31.1 -mGLOB_linker=ld -mGLOB_driver_tempfile_name=/tmp/iforttempfileFrwqfp -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mGLOB_async_unwind_tables=TRUE -mGLOB_obj_output_file=/tmp/ifortpyQaNX.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.F90 -mP1OPT_full_source_file_name=/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/conftest.F90 -mP2OPT_symtab_type_copy=true /tmp/ifortyp3E1m.i90
#include "..." search starts here:
#include <...> search starts here:
 .
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/include
 /data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/pstl/stdlib
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/include
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/intel64
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include/icc
 /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
 /usr/include/
 /usr/include
 /usr/include/x86_64-linux-gnu
End of search list.
ld    /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o --eh-frame-hdr --build-id -dynamic-linker /lib64/ld-linux-x86-64.so.2 -m elf_x86_64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -o conftest /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/for_main.o -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib --allow-multiple-definition --enable-new-dtags /tmp/ifortpyQaNX.o -rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 --start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 --end-group -lpthread -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -Bstatic -limf -Bdynamic -lm -ldl --enable-new-dtags -rpath /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -rpath /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -lmpifort -lmpi -ldl -lrt -lpthread -Bdynamic -Bstatic -lifport -lifcoremt -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lpthread -Bstatic -lsvml -Bdynamic -lc -lgcc -lgcc_s -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
configure:9134: result:  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -limf -lm -ldl -lmpifort -lmpi -lrt -lifport -lifcoremt -lsvml -lipgo -lirc -lirc_s
configure:9145: checking whether Fortran compiler infers interfaces 
configure:9160: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:9160: $? = 0
configure:9167: result: no
configure:9274: checking for fc option to support OpenMP
configure:9289: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags     conftest.F90  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(6): error #6404: This name does not have a type, and must have an explicit type.   [FOOBAR]
       foobar = omp_get_num_threads()
-------^
compilation aborted for conftest.F90 (code 1)
configure:9289: $? = 1
configure: failed program was:
| 
|       program test_openmp
|        use omp_lib
|        implicit none
| !$     integer :: foobar
|        foobar = omp_get_num_threads()
|       end program
| 
configure:9306: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -fopenmp -Wl,--allow-multiple-definition -Wl,--enable-new-dtags     conftest.F90  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:9306: $? = 0
configure:9320: result: -fopenmp
configure:9341: checking whether mpi-launcher should be detected
configure:9350: result: yes
configure:9359: checking for mpiexec.hydra
configure:9375: found /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiexec.hydra
configure:9386: result: mpiexec.hydra
configure:9404: checking whether stdout/stderr file redirect should be enabled
configure:9419: result: no
configure:9422: checking whether ELPA library should contain also single precision functions
configure:9431: result: no
configure:9691: checking whether Fortran module iso_fortran_env is available
configure:9703: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4    conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:9703: $? = 0
configure:9710: result: yes
configure:9719: checking whether we can compile a Fortran program using MKL
configure:9731: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4    conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MKL_SERVICE]
    use mkl_service
--------^
compilation aborted for conftest.F90 (code 1)
configure:9731: $? = 1
configure: failed program was:
| 
|   program test_mkl
|     use mkl_service
|     character*198 :: string
|     call mkl_get_version_string(string)
|     write(*,'(a)') string
|   end program
| 
configure:9738: result: no
configure:9772: checking for library containing dgemm
configure:9790: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:9790: $? = 0
configure:9807: result: none required
configure:9817: checking whether we can link a program with a blas lib
configure:9819: result: yes
configure:9825: checking for library containing dlarrv
configure:9843: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:9843: $? = 0
configure:9860: result: none required
configure:9870: checking whether we can link a program with a lapack lib
configure:9872: result: yes
configure:9884: checking whether -lmpiscalapack already contains a BLACS implementation
configure:9891: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90 -lmpiscalapack  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: cannot find -lmpiscalapack
configure:9891: $? = 1
configure: failed program was:
|       program main
|       call blacs_gridinit
|       end
configure:9899: result: no
configure:9884: checking whether -lscalapack already contains a BLACS implementation
configure:9891: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90 -lscalapack  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: cannot find -lscalapack
configure:9891: $? = 1
configure: failed program was:
|       program main
|       call blacs_gridinit
|       end
configure:9899: result: no
configure:9884: checking whether -lscalapack-openmpi already contains a BLACS implementation
configure:9891: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90 -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:9891: $? = 0
configure:9899: result: yes
configure:10052: checking for library containing pdtran
configure:10070: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90 -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:10070: $? = 0
configure:10087: result: none required
configure:10108: checking whether we can link a Fortran program with all blacs/scalapack
configure:10122: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   -Wl,--allow-multiple-definition -Wl,--enable-new-dtags      conftest.F90 -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:10122: $? = 0
configure:10130: result: yes
configure:10144: checking whether we can use the intrinsic Fortran function "get_environment_variable"
configure:10156: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:10156: $? = 0
configure:10163: result: yes
configure:10176: checking whether BAND_TO_FLULL_BLOCKING is requested
configure:10191: result: yes
configure:10229: checking whether a Nvidia GPU compute capability is specified
configure:10239: result: yes
configure:10287: checking whether Fortran mpi module can be used
configure:10298: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:10298: $? = 0
configure:10305: result: yes
configure:10319: checking whether the threading support of the MPI library should be checked during RUNTIME
configure:10335: result: yes
configure:10343: checking whether ELPA is allowed to limit the number of OpenMP threads at runtime
configure:10359: result: yes
configure:10399: **************************************************************************************************************************
configure:10401: * Please notice if the following step hangs or aborts abnormaly then you cannot run a short MPI-program during configure *
configure:10403: * In this case please re-run configure with '--without-threading-support-check-during-build' _AND_ follow the hints in   *
configure:10405: * the INSTALL and USER_GUIDE documents!                                                                                  *
configure:10407: * In case you get some other warnings about threading support follow on of the steps detailed there                      *
configure:10409: **************************************************************************************************************************
configure:10411: checking what threading level is supported by the MPI library
configure:10439: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -o conftest -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags     conftest.F90 -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:10439: $? = 0
configure:10439: ./conftest
configure:10439: $? = 0
configure:10448: result: yes
configure:13533: checking whether we need _ in C programs to link against a Fortran library
configure:13547: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
conftest.c(64): warning #266: function "dgemm_" declared implicitly
    dgemm_("N", "N", &m, &n, &k, &alpha, a, lda, b, &ldb, &beta, c, &ldc);
    ^

ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:13547: $? = 0
configure:13555: result: yes
configure:13563: checking whether we can link C programs against Fortran without _ 
configure:13577: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    conftest.c -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
conftest.c(65): warning #266: function "dgemm" declared implicitly
    dgemm("N", "N", &m, &n, &k, &alpha, a, lda, b, &ldb, &beta, c, &ldc);
    ^

ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:13577: $? = 0
configure:13585: result: yes
configure:13689: checking whether we can compile SSE3 with gcc intrinsics in C
configure:13702: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:13702: $? = 0
configure:13709: result: yes
configure:13721: checking whether double-precision SSE assembly kernels can be compiled
configure:13732: result: yes
configure:13761: checking whether we can compile AVX gcc intrinsics in C
configure:13774: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:13774: $? = 0
configure:13781: result: yes
configure:13793: checking whether we can compile AVX2 gcc intrinsics in C
configure:13807: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  conftest.c >&5
configure:13807: $? = 0
configure:13814: result: yes
configure:14105: checking whether GPU version should be used
configure:14118: result: no
configure:14131: checking whether NVIDIA-GPU version should be used
configure:14144: result: no
configure:14156: checking whether NVIDIA cusolver library should be used
configure:14172: result: no
configure:14193: checking whether AMD-GPU version should be used
configure:14206: result: no
configure:14662: checking whether NVIDIA GPU memory debugging should be enabled
configure:14675: result: no
configure:16257: checking how to print strings
configure:16284: result: printf
configure:16305: checking for a sed that does not truncate output
configure:16369: result: /usr/bin/sed
configure:16387: checking for fgrep
configure:16449: result: /usr/bin/grep -F
configure:16484: checking for ld used by /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
configure:16551: result: /usr/bin/ld
configure:16558: checking if the linker (/usr/bin/ld) is GNU ld
configure:16573: result: yes
configure:16585: checking for BSD- or MS-compatible name lister (nm)
configure:16639: result: /usr/bin/nm -B
configure:16769: checking the name lister (/usr/bin/nm -B) interface
configure:16776: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(1): error #5082: Syntax error, found IDENTIFIER 'SOME_VARIABLE' when expecting one of: ( : % [ . = =>
int some_variable = 0;
----^
conftest.F90(1): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE ELEMENTAL IMPURE NON_RECURSIVE ...
int some_variable = 0;
----------------------^
conftest.F90(1): error #6535: This variable or component must be of a derived or structure type.   [INT]
int some_variable = 0;
^
conftest.F90(1): error #6460: This is not a field name that is defined in the encompassing structure.   [SOME_VARIABLE]
int some_variable = 0;
----^
compilation aborted for conftest.F90 (code 1)
configure:16779: /usr/bin/nm -B "conftest.o"
/usr/bin/nm: 'conftest.o': No such file
configure:16782: output
configure:16783: result: BSD nm
configure:16786: checking whether ln -s works
configure:16790: result: yes
configure:16798: checking the maximum length of command line arguments
configure:16929: result: 3458764513820540925
configure:16977: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:17017: result: func_convert_file_noop
configure:17024: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:17044: result: func_convert_file_noop
configure:17051: checking for /usr/bin/ld option to reload object files
configure:17058: result: -r
configure:17132: checking for objdump
configure:17148: found /usr/bin/objdump
configure:17159: result: objdump
configure:17191: checking how to recognize dependent libraries
configure:17391: result: pass_all
configure:17476: checking for dlltool
configure:17506: result: no
configure:17536: checking how to associate runtime and link libraries
configure:17563: result: printf %s\n
configure:17687: checking for archiver @FILE support
configure:17704: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(87): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
int
---^
conftest.F90(88): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: =
main ()
-------^
conftest.F90(89): error #5078: Unrecognized token '{' skipped
{
^
conftest.F90(93): error #5078: Unrecognized token '}' skipped
}
^
conftest.F90(93): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE ELEMENTAL IMPURE NON_RECURSIVE ...
}
-^
conftest.F90(88): error #6218: This statement is positioned incorrectly and/or has syntax errors.
main ()
-------^
conftest.F90(92): error #6274: This statement must not appear in the specification part of a module.
  return 0;
--^
compilation aborted for conftest.F90 (code 1)
configure:17704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_LONG_INT 8
| #define HAVE_VSX_SSE 1
| #define PACK_REAL_TO_COMPLEX 1
| #define HAVE_DETAILED_TIMINGS 1
| #define HAVE_ISO_FORTRAN_ENV 1
| #define HAVE_ENVIRONMENT_CHECKING 1
| #define BAND_TO_FULL_BLOCKING 1
| #define HAVE_MPI_MODULE 1
| #define THREADING_SUPPORT_CHECK 1
| #define ALLOW_THREAD_LIMITING 1
| #define HAVE_SUFFICIENT_MPI_THREADING_SUPPORT 1
| #define NEED_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define NEED_NO_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define HAVE_SSE_INTRINSICS 1
| #define HAVE_AVX 1
| #define HAVE_AVX2 1
| #define WITH_REAL_GENERIC_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_GENERIC_KERNEL 1
| #define WITH_COMPLEX_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_BLOCK4_KERNEL 1
| #define WITH_REAL_SSE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_ASSEMBLY_KERNEL 1
| #define WITH_COMPLEX_SSE_ASSEMBLY_KERNEL 1
| #define WITH_REAL_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK2_KERNEL 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:17730: result: no
configure:17788: checking for strip
configure:17804: found /usr/bin/strip
configure:17815: result: strip
configure:17887: checking for ranlib
configure:17903: found /usr/bin/ranlib
configure:17914: result: ranlib
configure:18016: checking command to parse /usr/bin/nm -B output from /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc object
configure:18169: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(4): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_VAR' when expecting one of: ( : % [ . = =>
char nm_test_var;
-----^
conftest.F90(5): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_FUNC' when expecting one of: ( : % [ . = =>
void nm_test_func(void);
-----^
conftest.F90(6): error #5078: Unrecognized token '{' skipped
void nm_test_func(void){}
-----------------------^
conftest.F90(6): error #5078: Unrecognized token '}' skipped
void nm_test_func(void){}
------------------------^
conftest.F90(6): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_FUNC' when expecting one of: ( : % [ . = =>
void nm_test_func(void){}
-----^
conftest.F90(10): error #5078: Unrecognized token '{' skipped
int main(){nm_test_var='a';nm_test_func();return(0);}
----------^
conftest.F90(10): error #5082: Syntax error, found IDENTIFIER 'MAIN' when expecting one of: ( : % [ . = =>
int main(){nm_test_var='a';nm_test_func();return(0);}
----^
conftest.F90(10): error #5082: Syntax error, found '=' when expecting one of: (
int main(){nm_test_var='a';nm_test_func();return(0);}
----------------------^
conftest.F90(10): error #5082: Syntax error, found ';' when expecting one of: =
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------^
conftest.F90(10): error #5078: Unrecognized token '}' skipped
int main(){nm_test_var='a';nm_test_func();return(0);}
----------------------------------------------------^
conftest.F90(10): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE ELEMENTAL IMPURE NON_RECURSIVE ...
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------------------^
conftest.F90(10): error #6236: A specification statement cannot appear in the executable section.
int main(){nm_test_var='a';nm_test_func();return(0);}
----^
conftest.F90(10): error #6236: A specification statement cannot appear in the executable section.
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------^
conftest.F90(10): error #6353: A RETURN statement is invalid in the main program.
int main(){nm_test_var='a';nm_test_func();return(0);}
------------------------------------------^
compilation aborted for conftest.F90 (code 1)
configure:18172: $? = 1
: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(void);
void nm_test_func(void){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
configure:18169: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(4): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_VAR' when expecting one of: ( : % [ . = =>
char nm_test_var;
-----^
conftest.F90(5): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_FUNC' when expecting one of: ( : % [ . = =>
void nm_test_func(void);
-----^
conftest.F90(6): error #5078: Unrecognized token '{' skipped
void nm_test_func(void){}
-----------------------^
conftest.F90(6): error #5078: Unrecognized token '}' skipped
void nm_test_func(void){}
------------------------^
conftest.F90(6): error #5082: Syntax error, found IDENTIFIER 'NM_TEST_FUNC' when expecting one of: ( : % [ . = =>
void nm_test_func(void){}
-----^
conftest.F90(10): error #5078: Unrecognized token '{' skipped
int main(){nm_test_var='a';nm_test_func();return(0);}
----------^
conftest.F90(10): error #5082: Syntax error, found IDENTIFIER 'MAIN' when expecting one of: ( : % [ . = =>
int main(){nm_test_var='a';nm_test_func();return(0);}
----^
conftest.F90(10): error #5082: Syntax error, found '=' when expecting one of: (
int main(){nm_test_var='a';nm_test_func();return(0);}
----------------------^
conftest.F90(10): error #5082: Syntax error, found ';' when expecting one of: =
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------^
conftest.F90(10): error #5078: Unrecognized token '}' skipped
int main(){nm_test_var='a';nm_test_func();return(0);}
----------------------------------------------------^
conftest.F90(10): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE ELEMENTAL IMPURE NON_RECURSIVE ...
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------------------^
conftest.F90(10): error #6236: A specification statement cannot appear in the executable section.
int main(){nm_test_var='a';nm_test_func();return(0);}
----^
conftest.F90(10): error #6236: A specification statement cannot appear in the executable section.
int main(){nm_test_var='a';nm_test_func();return(0);}
-----------------------------------------^
conftest.F90(10): error #6353: A RETURN statement is invalid in the main program.
int main(){nm_test_var='a';nm_test_func();return(0);}
------------------------------------------^
compilation aborted for conftest.F90 (code 1)
configure:18172: $? = 1
: failed program was:
#ifdef __cplusplus
extern "C" {
#endif
char nm_test_var;
void nm_test_func(void);
void nm_test_func(void){}
#ifdef __cplusplus
}
#endif
int main(){nm_test_var='a';nm_test_func();return(0);}
configure:18283: result: failed
configure:18333: checking for sysroot
configure:18363: result: no
configure:18370: checking for a working dd
configure:18408: result: /usr/bin/dd
configure:18412: checking how to truncate binary pipes
configure:18427: result: /usr/bin/dd bs=4096 count=1
configure:18563: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(1): error #5082: Syntax error, found IDENTIFIER 'I' when expecting one of: ( : % [ . = =>
int i;
----^
conftest.F90(1): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE ELEMENTAL IMPURE NON_RECURSIVE ...
int i;
------^
compilation aborted for conftest.F90 (code 1)
configure:18566: $? = 1
configure:18756: checking for mt
configure:18772: found /usr/bin/mt
configure:18783: result: mt
configure:18806: checking if mt is a manifest tool
configure:18812: mt '-?'
configure:18820: result: no
configure:19494: checking for dlfcn.h
configure:19494: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
features.h(226): #error: #if: syntax error.
features.h(232): #error: #if: syntax error.
features.h(238): #error: #if: syntax error.
features.h(290): #error: #if: syntax error.
features.h(298): #error: #if: syntax error.
features.h(303): #error: #if: syntax error.
features.h(307): #error: #if: syntax error.
features.h(311): #error: #if: syntax error.
features.h(315): #error: #if: syntax error.
features.h(323): #error: #if: syntax error.
features.h(394): #error: #if: syntax error.
cdefs.h(76): #error: #if: syntax error.
cdefs.h(142): #error: #if: syntax error.
cdefs.h(376): #error: #if: syntax error.
cdefs.h(392): #error: #if: syntax error.
cdefs.h(501): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stdarg.h(146): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
stdint.h(43): #error: #if: syntax error.
stdint.h(75): #error: unknown fpp directive.
stddef.h(88): #error: #if: syntax error.
stdint.h(43): #error: #if: syntax error.
stdint.h(75): #error: unknown fpp directive.
stddef.h(88): #error: #if: syntax error.
stddef.h(88): #error: #if: syntax error.
configure:19494: $? = 31
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_LONG_INT 8
| #define HAVE_VSX_SSE 1
| #define PACK_REAL_TO_COMPLEX 1
| #define HAVE_DETAILED_TIMINGS 1
| #define HAVE_ISO_FORTRAN_ENV 1
| #define HAVE_ENVIRONMENT_CHECKING 1
| #define BAND_TO_FULL_BLOCKING 1
| #define HAVE_MPI_MODULE 1
| #define THREADING_SUPPORT_CHECK 1
| #define ALLOW_THREAD_LIMITING 1
| #define HAVE_SUFFICIENT_MPI_THREADING_SUPPORT 1
| #define NEED_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define NEED_NO_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define HAVE_SSE_INTRINSICS 1
| #define HAVE_AVX 1
| #define HAVE_AVX2 1
| #define WITH_REAL_GENERIC_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_GENERIC_KERNEL 1
| #define WITH_COMPLEX_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_BLOCK4_KERNEL 1
| #define WITH_REAL_SSE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_ASSEMBLY_KERNEL 1
| #define WITH_COMPLEX_SSE_ASSEMBLY_KERNEL 1
| #define WITH_REAL_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK2_KERNEL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dlfcn.h>
configure:19494: result: no
configure:19761: checking for objdir
configure:19776: result: .libs
configure:20040: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -fno-rtti -fno-exceptions
configure:20058: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -fno-rtti -fno-exceptions conftest.c >&5
configure:20062: $? = 0
configure:20075: result: yes
configure:20433: checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to produce PIC
configure:20440: result: -fPIC -DPIC
configure:20448: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc PIC flag -fPIC -DPIC works
configure:20466: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -fPIC -DPIC -DPIC conftest.c >&5
configure:20470: $? = 0
configure:20483: result: yes
configure:20512: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc static flag -static works
configure:20540: result: no
configure:20555: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -c -o file.o
configure:20576: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -c -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -o out/conftest2.o conftest.c >&5
configure:20580: $? = 0
configure:20602: result: yes
configure:20610: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -c -o file.o
configure:20657: result: yes
configure:20690: checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc linker (/usr/bin/ld) supports shared libraries
configure:21949: result: yes
configure:22189: checking dynamic linker characteristics
configure:22770: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -o conftest -fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11  -Wl,--allow-multiple-definition -Wl,--enable-new-dtags    -Wl,-rpath -Wl,/foo conftest.c -lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl >&5
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
configure:22770: $? = 0
configure:23007: result: GNU/Linux ld.so
configure:23129: checking how to hardcode library paths into programs
configure:23154: result: immediate
configure:23702: checking whether stripping libraries is possible
configure:23707: result: yes
configure:23742: checking if libtool supports shared libraries
configure:23744: result: yes
configure:23747: checking whether to build shared libraries
configure:23772: result: no
configure:23775: checking whether to build static libraries
configure:23779: result: yes
configure:20594: checking how to run the C++ preprocessor
configure:20621: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E  conftest.cpp
configure:20621: $? = 0
configure:20635: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E  conftest.cpp
conftest.cpp:87:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_LONG_INT 8
| #define HAVE_VSX_SSE 1
| #define PACK_REAL_TO_COMPLEX 1
| #define HAVE_DETAILED_TIMINGS 1
| #define HAVE_ISO_FORTRAN_ENV 1
| #define HAVE_ENVIRONMENT_CHECKING 1
| #define BAND_TO_FULL_BLOCKING 1
| #define HAVE_MPI_MODULE 1
| #define THREADING_SUPPORT_CHECK 1
| #define ALLOW_THREAD_LIMITING 1
| #define HAVE_SUFFICIENT_MPI_THREADING_SUPPORT 1
| #define NEED_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define NEED_NO_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define HAVE_SSE_INTRINSICS 1
| #define HAVE_AVX 1
| #define HAVE_AVX2 1
| #define WITH_REAL_GENERIC_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_GENERIC_KERNEL 1
| #define WITH_COMPLEX_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_BLOCK4_KERNEL 1
| #define WITH_REAL_SSE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_ASSEMBLY_KERNEL 1
| #define WITH_COMPLEX_SSE_ASSEMBLY_KERNEL 1
| #define WITH_REAL_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK2_KERNEL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20660: result: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E
configure:20680: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E  conftest.cpp
configure:20680: $? = 0
configure:20694: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E  conftest.cpp
conftest.cpp:87:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:20694: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "elpa"
| #define PACKAGE_TARNAME "elpa"
| #define PACKAGE_VERSION "2021.11.001"
| #define PACKAGE_STRING "elpa 2021.11.001"
| #define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
| #define PACKAGE_URL ""
| #define PACKAGE "elpa"
| #define VERSION "2021.11.001"
| #define EARLIEST_API_VERSION 20170403
| #define CURRENT_API_VERSION 20211125
| #define EARLIEST_AUTOTUNE_VERSION 20171201
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define CURRENT_AUTOTUNE_VERSION 20211125
| #define ELPA_BUILDTIME 1641578731
| #define WITH_OPENMP_TRADITIONAL 1
| #define WITH_MPI 1
| #define HAVE_RDRND 1
| #define HAVE_BMI1 1
| #define HAVE_BMI2 1
| #define HAVE_ADX 1
| #define HAVE_MPX 1
| #define HAVE_ABM 1
| #define HAVE_MMX 1
| #define HAVE_SSE 1
| #define HAVE_SSE2 1
| #define HAVE_SSE3 1
| #define HAVE_SSSE3 1
| #define HAVE_SSE4_1 1
| #define HAVE_SSE4_2 1
| #define HAVE_AES 1
| #define HAVE_AVX 1
| #define HAVE_FMA3 1
| #define HAVE_AVX2 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_LONG_INT 8
| #define HAVE_VSX_SSE 1
| #define PACK_REAL_TO_COMPLEX 1
| #define HAVE_DETAILED_TIMINGS 1
| #define HAVE_ISO_FORTRAN_ENV 1
| #define HAVE_ENVIRONMENT_CHECKING 1
| #define BAND_TO_FULL_BLOCKING 1
| #define HAVE_MPI_MODULE 1
| #define THREADING_SUPPORT_CHECK 1
| #define ALLOW_THREAD_LIMITING 1
| #define HAVE_SUFFICIENT_MPI_THREADING_SUPPORT 1
| #define NEED_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define NEED_NO_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
| #define HAVE_SSE_INTRINSICS 1
| #define HAVE_AVX 1
| #define HAVE_AVX2 1
| #define WITH_REAL_GENERIC_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL 1
| #define WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_GENERIC_KERNEL 1
| #define WITH_COMPLEX_GENERIC_SIMPLE_KERNEL 1
| #define WITH_REAL_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_BLOCK4_KERNEL 1
| #define WITH_REAL_SSE_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_SSE_BLOCK2_KERNEL 1
| #define WITH_REAL_SSE_ASSEMBLY_KERNEL 1
| #define WITH_COMPLEX_SSE_ASSEMBLY_KERNEL 1
| #define WITH_REAL_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK2_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK4_KERNEL 1
| #define WITH_REAL_AVX2_BLOCK6_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK1_KERNEL 1
| #define WITH_COMPLEX_AVX2_BLOCK2_KERNEL 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20856: checking for ld used by /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx
configure:20923: result: /usr/bin/ld
configure:20930: checking if the linker (/usr/bin/ld) is GNU ld
configure:20945: result: yes
configure:21000: checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx linker (/usr/bin/ld) supports shared libraries
configure:22073: result: yes
configure:22109: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   conftest.cpp >&5
configure:22112: $? = 0
configure:22593: checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx option to produce PIC
configure:22600: result: -fPIC -DPIC
configure:22608: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx PIC flag -fPIC -DPIC works
configure:22626: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -fPIC -DPIC -DPIC conftest.cpp >&5
configure:22630: $? = 0
configure:22643: result: yes
configure:22666: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx static flag -static works
configure:22694: result: no
configure:22706: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx supports -c -o file.o
configure:22727: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -c -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4   -o out/conftest2.o conftest.cpp >&5
configure:22731: $? = 0
configure:22753: result: yes
configure:22758: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx supports -c -o file.o
configure:22805: result: yes
configure:22835: checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx linker (/usr/bin/ld) supports shared libraries
configure:22875: result: yes
configure:23016: checking dynamic linker characteristics
configure:23761: result: GNU/Linux ld.so
configure:23826: checking how to hardcode library paths into programs
configure:23851: result: immediate
configure:22843: checking if libtool supports shared libraries
configure:22845: result: yes
configure:22848: checking whether to build shared libraries
configure:22872: result: no
configure:22875: checking whether to build static libraries
configure:22879: result: yes
configure:22913: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:22916: $? = 0
configure:23376: checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort option to produce PIC
configure:23383: result: -fPIC
configure:23391: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort PIC flag -fPIC works
configure:23409: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -fPIC  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:23413: $? = 0
configure:23426: result: yes
configure:23449: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort static flag -static works
configure:23477: result: no
configure:23489: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort supports -c -o file.o
configure:23510: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4  -o out/conftest2.o  conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:23514: $? = 0
configure:23536: result: yes
configure:23541: checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort supports -c -o file.o
configure:23588: result: yes
configure:23618: checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort linker (/usr/bin/ld) supports shared libraries
configure:24827: result: yes
configure:24968: checking dynamic linker characteristics
configure:25707: result: GNU/Linux ld.so
configure:25772: checking how to hardcode library paths into programs
configure:25797: result: immediate
configure:23641: checking for doxygen
configure:23659: found /usr/bin/doxygen
configure:23671: result: /usr/bin/doxygen
configure:23747: checking for perl
configure:23765: found /usr/bin/perl
configure:23777: result: /usr/bin/perl
configure:25372: checking whether assumed size Fortran arrays should be used
configure:25385: result: yes
configure:25401: checking whether Fortran2008 features should be enabled
configure:25416: result: yes
configure:25432: checking whether autotuning functionality should be enabled
configure:25447: result: yes
configure:25463: checking whether --enable-scalapack-tests is specified
configure:25478: result: no
configure:25498: checking whether matrix redistribution should be considered in autotuning
configure:25511: result: no
configure:25528: checking whether --enable-scalapack-tests is specified
configure:25543: result: no
configure:25563: checking whether matrix redistribution should be considered in autotuning
configure:25576: result: no
configure:25593: checking whether C tests should be provided
configure:25608: result: yes
configure:25624: checking whether we build for K-computer
configure:25637: result: no
configure:25660: checking whether we build for FUGAKU
configure:25673: result: no
configure:25690: checking whether we build for NEC SX-Auroa
configure:25703: result: 
configure:25751: checking whether we should enable skew-symmetric support
configure:25764: result: yes
configure:25913: checking if workaround for broken preprocessor is needed
configure:25936: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
configure:25936: $? = 0
configure:25962: /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort -c -fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4   conftest.F90 >&5
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
conftest.F90(4): error #5082: Syntax error, found IDENTIFIER 'ME' when expecting one of: ( : % [ . = =>
  choke me
--------^
compilation aborted for conftest.F90 (code 1)
configure:25962: $? = 1
configure: failed program was:
| 
| program test_define
| #ifndef __PGI
|   choke me
| #endif
| end program
| 
configure:25984: result: yes
configure:25999: checking whether we have to escape '-module' for libtool
configure:26004: result: yes
configure:26011: checking whether --enable-python is specified
configure:26026: result: no
configure:26441: checking whether --enable-python-tests is specified
configure:26456: result: no
configure:26613: checking that generated files are newer than configure
configure:26619: result: done
configure:27076: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by elpa config.status 2021.11.001, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pckr232

config.status:1649: creating Makefile
config.status:1649: creating Doxyfile
config.status:1649: creating elpa_openmp.pc
config.status:1649: creating elpa/elpa_constants.h
config.status:1649: creating elpa/elpa_version.h
config.status:1649: creating elpa/elpa_build_config.h
config.status:1649: creating config.h
config.status:1863: executing depfiles commands
config.status:1940: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1945: $? = 0
config.status:1863: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

_cv_gnu_make_command=make
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4 '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4 '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx
ac_cv_env_DOXYGEN_PAPER_SIZE_set=
ac_cv_env_DOXYGEN_PAPER_SIZE_value=
ac_cv_env_FCFLAGS_set=set
ac_cv_env_FCFLAGS_value='  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4 '
ac_cv_env_FC_set=set
ac_cv_env_FC_value=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,--allow-multiple-definition -Wl,--enable-new-dtags   '
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=' -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl'
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_NUMPY_INCLUDE_set=
ac_cv_env_NUMPY_INCLUDE_value=
ac_cv_env_PYTHON_CONFIG_set=
ac_cv_env_PYTHON_CONFIG_value=
ac_cv_env_PYTHON_INCLUDE_set=
ac_cv_env_PYTHON_INCLUDE_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_SCALAPACK_FCFLAGS_set=
ac_cv_env_SCALAPACK_FCFLAGS_value=
ac_cv_env_SCALAPACK_LDFLAGS_set=
ac_cv_env_SCALAPACK_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_fc_compiler_gnu=no
ac_cv_fc_freeform=none
ac_cv_fc_libs=' -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -limf -lm -ldl -lmpifort -lmpi -lrt -lifport -lifcoremt -lsvml -lipgo -lirc -lirc_s'
ac_cv_fc_module_flag=-I
ac_cv_fc_module_output_flag='-module '
ac_cv_fc_srcext_F90=none
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_DX_DOXYGEN=/usr/bin/doxygen
ac_cv_path_ac_pt_DX_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E'
ac_cv_prog_CXXCPP='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E'
ac_cv_prog_MPI_BINARY=mpiexec.hydra
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_c_openmp=-fopenmp
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fc_openmp=-fopenmp
ac_cv_prog_fc_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_search_dgemm='none required'
ac_cv_search_dlarrv='none required'
ac_cv_search_pdtran='none required'
ac_cv_sizeof_long_int=8
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___mabm=yes
ax_cv_check_cflags___madx=yes
ax_cv_check_cflags___maes=yes
ax_cv_check_cflags___mavx2=yes
ax_cv_check_cflags___mavx=yes
ax_cv_check_cflags___mbmi2=yes
ax_cv_check_cflags___mbmi=yes
ax_cv_check_cflags___mfma=yes
ax_cv_check_cflags___mmmx=yes
ax_cv_check_cflags___mmpx=yes
ax_cv_check_cflags___mrdrnd=yes
ax_cv_check_cflags___msse2=yes
ax_cv_check_cflags___msse3=yes
ax_cv_check_cflags___msse4_1=yes
ax_cv_check_cflags___msse4_2=yes
ax_cv_check_cflags___msse=yes
ax_cv_check_cflags___mssse3=yes
ax_cv_check_cflags___std_gnu11=yes
ax_cv_gcc_x86_avx_xgetbv_0x00000000=1f:0
ax_cv_gcc_x86_avx_xgetbv_=unknown
ax_cv_gcc_x86_cpuid_0x00000000=16:756e6547:6c65746e:49656e69
ax_cv_gcc_x86_cpuid_0x00000001=906ea:8100800:7ffafbff:bfebfbff
ax_cv_gcc_x86_cpuid_0x00000007=0:29c6fbf:40000000:9c002600
ax_cv_gcc_x86_cpuid_0x80000000=80000008:0:0:0
ax_cv_gcc_x86_cpuid_0x80000001=0:0:121:2c100800
ax_cv_gcc_x86_cpuid_=unknown
ax_cv_have_abm_cpu_ext=yes
ax_cv_have_abm_ext=yes
ax_cv_have_adx_cpu_ext=yes
ax_cv_have_adx_ext=yes
ax_cv_have_aes_cpu_ext=yes
ax_cv_have_aes_ext=yes
ax_cv_have_avx2_cpu_ext=yes
ax_cv_have_avx2_ext=yes
ax_cv_have_avx512_os_support_ext=no
ax_cv_have_avx512bw_cpu_ext=no
ax_cv_have_avx512bw_ext=no
ax_cv_have_avx512cd_cpu_ext=no
ax_cv_have_avx512cd_ext=no
ax_cv_have_avx512dq_cpu_ext=no
ax_cv_have_avx512dq_ext=no
ax_cv_have_avx512er_cpu_ext=no
ax_cv_have_avx512er_ext=no
ax_cv_have_avx512f_cpu_ext=no
ax_cv_have_avx512f_ext=no
ax_cv_have_avx512ifma_cpu_ext=no
ax_cv_have_avx512ifma_ext=no
ax_cv_have_avx512pf_cpu_ext=no
ax_cv_have_avx512pf_ext=no
ax_cv_have_avx512vbmi_cpu_ext=no
ax_cv_have_avx512vbmi_ext=no
ax_cv_have_avx512vl_cpu_ext=no
ax_cv_have_avx512vl_ext=no
ax_cv_have_avx_cpu_ext=yes
ax_cv_have_avx_ext=yes
ax_cv_have_avx_os_support_ext=yes
ax_cv_have_bmi1_cpu_ext=yes
ax_cv_have_bmi1_ext=yes
ax_cv_have_bmi2_cpu_ext=yes
ax_cv_have_bmi2_ext=yes
ax_cv_have_fma3_cpu_ext=yes
ax_cv_have_fma3_ext=yes
ax_cv_have_fma4_cpu_ext=no
ax_cv_have_fma4_ext=no
ax_cv_have_mmx_cpu_ext=yes
ax_cv_have_mmx_ext=yes
ax_cv_have_mmx_os_support_ext=yes
ax_cv_have_mpx_cpu_ext=yes
ax_cv_have_mpx_ext=yes
ax_cv_have_none_os_support_ext=yes
ax_cv_have_prefetchwt1_cpu_ext=no
ax_cv_have_prefetchwt1_ext=no
ax_cv_have_rdrnd_cpu_ext=yes
ax_cv_have_rdrnd_ext=yes
ax_cv_have_sha_cpu_ext=no
ax_cv_have_sha_ext=no
ax_cv_have_sse2_cpu_ext=yes
ax_cv_have_sse2_ext=yes
ax_cv_have_sse3_cpu_ext=yes
ax_cv_have_sse3_ext=yes
ax_cv_have_sse41_cpu_ext=yes
ax_cv_have_sse41_ext=yes
ax_cv_have_sse42_cpu_ext=yes
ax_cv_have_sse42_ext=yes
ax_cv_have_sse4a_cpu_ext=no
ax_cv_have_sse4a_ext=no
ax_cv_have_sse_cpu_ext=yes
ax_cv_have_sse_ext=yes
ax_cv_have_sse_os_support_ext=yes
ax_cv_have_ssse3_cpu_ext=yes
ax_cv_have_ssse3_ext=yes
ax_cv_have_xop_cpu_ext=no
ax_cv_have_xop_ext=no
ax_cv_support_abm_ext=yes
ax_cv_support_adx_ext=yes
ax_cv_support_aes_ext=yes
ax_cv_support_avx2_ext=yes
ax_cv_support_avx512bw_ext=no
ax_cv_support_avx512cd_ext=no
ax_cv_support_avx512dq_ext=no
ax_cv_support_avx512er_ext=no
ax_cv_support_avx512f_ext=no
ax_cv_support_avx512ifma_ext=no
ax_cv_support_avx512pf_ext=no
ax_cv_support_avx512vbmi_ext=no
ax_cv_support_avx512vl_ext=no
ax_cv_support_avx_ext=yes
ax_cv_support_bmi1_ext=yes
ax_cv_support_bmi2_ext=yes
ax_cv_support_fma3_ext=yes
ax_cv_support_fma4_ext=no
ax_cv_support_mmx_ext=yes
ax_cv_support_mpx_ext=yes
ax_cv_support_prefetchwt1_ext=no
ax_cv_support_rdrnd_ext=yes
ax_cv_support_sha_ext=no
ax_cv_support_sse2_ext=yes
ax_cv_support_sse3_ext=yes
ax_cv_support_sse41_ext=yes
ax_cv_support_sse42_ext=yes
ax_cv_support_sse4a_ext=no
ax_cv_support_sse_ext=yes
ax_cv_support_ssse3_ext=yes
ax_cv_support_xop_ext=no
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe=
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl=
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=3458764513820540925
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

'
ACLOCAL='${SHELL} '\''/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/missing'\'' aclocal-1.16'
ACTUAL_FC='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} '\''/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/missing'\'' automake-1.16'
AWK='gawk'
BAND_TO_FULL_BLOCKING_FALSE='#'
BAND_TO_FULL_BLOCKING_TRUE=''
BUILD_FUGAKU_FALSE=''
BUILD_FUGAKU_TRUE='#'
BUILD_KCOMPUTER_FALSE=''
BUILD_KCOMPUTER_TRUE='#'
CC='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc'
CCAS='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11'
CCDEPMODE='depmode=gcc3'
CFLAGS='-fopenmp -O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4  -std=gnu11'
CLEANFILES +=
CPP='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E'
CPPFLAGS=''
CPUEXT_FLAGS=' -mrdrnd -mbmi -mbmi2 -madx -mmpx -mabm'
CURRENT_API_VERSION='20211125'
CURRENT_AUTOTUNE_VERSION='20211125'
CXX='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx'
CXXCPP='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -fno-omit-frame-pointer -g -march=native -mtune=native  -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -mavx2 -mfma -msse4 '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN_OUTPUT_DIR='docs'
DOXYGEN_PAPER_SIZE=''
DSYMUTIL=''
DUMPBIN=''
DX_COND_chi_FALSE=''
DX_COND_chi_TRUE='#'
DX_COND_chm_FALSE=''
DX_COND_chm_TRUE='#'
DX_COND_doc_FALSE='#'
DX_COND_doc_TRUE=''
DX_COND_dot_FALSE=''
DX_COND_dot_TRUE='#'
DX_COND_html_FALSE='#'
DX_COND_html_TRUE=''
DX_COND_latex_FALSE=''
DX_COND_latex_TRUE='#'
DX_COND_man_FALSE='#'
DX_COND_man_TRUE=''
DX_COND_pdf_FALSE=''
DX_COND_pdf_TRUE='#'
DX_COND_ps_FALSE=''
DX_COND_ps_TRUE='#'
DX_COND_rtf_FALSE=''
DX_COND_rtf_TRUE='#'
DX_COND_xml_FALSE=''
DX_COND_xml_TRUE='#'
DX_CONFIG='Doxyfile'
DX_DOCDIR='docs'
DX_DOT=''
DX_DOXYGEN='/usr/bin/doxygen'
DX_DVIPS=''
DX_EGREP=''
DX_ENV=' SRCDIR='\''..'\'' PROJECT='\''ELPA'\'' DOCDIR='\''docs'\'' VERSION='\''2021.11.001'\'' PERL_PATH='\''/usr/bin/perl'\'' HAVE_DOT='\''NO'\'' GENERATE_MAN='\''YES'\'' GENERATE_RTF='\''NO'\'' GENERATE_XML='\''NO'\'' GENERATE_HTMLHELP='\''NO'\'' GENERATE_CHI='\''NO'\'' GENERATE_HTML='\''YES'\'' GENERATE_LATEX='\''NO'\'''
DX_FLAG_chi='0'
DX_FLAG_chm='0'
DX_FLAG_doc='1'
DX_FLAG_dot='0'
DX_FLAG_html='1'
DX_FLAG_man='1'
DX_FLAG_pdf='0'
DX_FLAG_ps='0'
DX_FLAG_rtf='0'
DX_FLAG_xml='0'
DX_HHC=''
DX_LATEX=''
DX_MAKEINDEX=''
DX_PDFLATEX=''
DX_PERL='/usr/bin/perl'
DX_PROJECT='ELPA'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELPA_2STAGE_COMPLEX_AMD_GPU_COMPILED='0'
ELPA_2STAGE_COMPLEX_AVX2_BLOCK1_COMPILED='1'
ELPA_2STAGE_COMPLEX_AVX2_BLOCK2_COMPILED='1'
ELPA_2STAGE_COMPLEX_AVX512_BLOCK1_COMPILED='0'
ELPA_2STAGE_COMPLEX_AVX512_BLOCK2_COMPILED='0'
ELPA_2STAGE_COMPLEX_AVX_BLOCK1_COMPILED='1'
ELPA_2STAGE_COMPLEX_AVX_BLOCK2_COMPILED='1'
ELPA_2STAGE_COMPLEX_BGP_COMPILED='0'
ELPA_2STAGE_COMPLEX_BGQ_COMPILED='0'
ELPA_2STAGE_COMPLEX_DEFAULT='10'
ELPA_2STAGE_COMPLEX_GENERIC_COMPILED='1'
ELPA_2STAGE_COMPLEX_GENERIC_SIMPLE_COMPILED='1'
ELPA_2STAGE_COMPLEX_INTEL_GPU_COMPILED='0'
ELPA_2STAGE_COMPLEX_NEON_ARCH64_BLOCK1_COMPILED='0'
ELPA_2STAGE_COMPLEX_NEON_ARCH64_BLOCK2_COMPILED='0'
ELPA_2STAGE_COMPLEX_NVIDIA_GPU_COMPILED='0'
ELPA_2STAGE_COMPLEX_NVIDIA_SM80_GPU_COMPILED='0'
ELPA_2STAGE_COMPLEX_SSE_ASSEMBLY_COMPILED='1'
ELPA_2STAGE_COMPLEX_SSE_BLOCK1_COMPILED='1'
ELPA_2STAGE_COMPLEX_SSE_BLOCK2_COMPILED='1'
ELPA_2STAGE_COMPLEX_SVE128_BLOCK1_COMPILED='0'
ELPA_2STAGE_COMPLEX_SVE128_BLOCK2_COMPILED='0'
ELPA_2STAGE_COMPLEX_SVE256_BLOCK1_COMPILED='0'
ELPA_2STAGE_COMPLEX_SVE256_BLOCK2_COMPILED='0'
ELPA_2STAGE_COMPLEX_SVE512_BLOCK1_COMPILED='0'
ELPA_2STAGE_COMPLEX_SVE512_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_AMD_GPU_COMPILED='0'
ELPA_2STAGE_REAL_AVX2_BLOCK2_COMPILED='1'
ELPA_2STAGE_REAL_AVX2_BLOCK4_COMPILED='1'
ELPA_2STAGE_REAL_AVX2_BLOCK6_COMPILED='1'
ELPA_2STAGE_REAL_AVX512_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_AVX512_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_AVX512_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_AVX_BLOCK2_COMPILED='1'
ELPA_2STAGE_REAL_AVX_BLOCK4_COMPILED='1'
ELPA_2STAGE_REAL_AVX_BLOCK6_COMPILED='1'
ELPA_2STAGE_REAL_BGP_COMPILED='0'
ELPA_2STAGE_REAL_BGQ_COMPILED='0'
ELPA_2STAGE_REAL_DEFAULT='12'
ELPA_2STAGE_REAL_GENERIC_COMPILED='1'
ELPA_2STAGE_REAL_GENERIC_SIMPLE_BLOCK4_COMPILED='1'
ELPA_2STAGE_REAL_GENERIC_SIMPLE_BLOCK6_COMPILED='1'
ELPA_2STAGE_REAL_GENERIC_SIMPLE_COMPILED='1'
ELPA_2STAGE_REAL_INTEL_GPU_COMPILED='0'
ELPA_2STAGE_REAL_NEON_ARCH64_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_NEON_ARCH64_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_NEON_ARCH64_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_NVIDIA_GPU_COMPILED='0'
ELPA_2STAGE_REAL_NVIDIA_SM80_GPU_COMPILED='0'
ELPA_2STAGE_REAL_SPARC64_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_SPARC64_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_SPARC64_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_SSE_ASSEMBLY_COMPILED='1'
ELPA_2STAGE_REAL_SSE_BLOCK2_COMPILED='1'
ELPA_2STAGE_REAL_SSE_BLOCK4_COMPILED='1'
ELPA_2STAGE_REAL_SSE_BLOCK6_COMPILED='1'
ELPA_2STAGE_REAL_SVE128_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_SVE128_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_SVE128_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_SVE256_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_SVE256_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_SVE256_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_SVE512_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_SVE512_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_SVE512_BLOCK6_COMPILED='0'
ELPA_2STAGE_REAL_VSX_BLOCK2_COMPILED='0'
ELPA_2STAGE_REAL_VSX_BLOCK4_COMPILED='0'
ELPA_2STAGE_REAL_VSX_BLOCK6_COMPILED='0'
ELPA_SO_VERSION='17:0:0'
ENABLE_AUTOTUNING_FALSE='#'
ENABLE_AUTOTUNING_TRUE=''
ENABLE_C_TESTS_FALSE='#'
ENABLE_C_TESTS_TRUE=''
EXEEXT=''
FC='$(top_srcdir)/remove_xcompiler $(top_srcdir)/manual_cpp /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort'
FCFLAGS='-fopenmp   -m64 -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include -I/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/include/fftw  -ffree-line-length-none -mavx2 -mfma -msse4 '
FCFLAGS_F90=''
FCLIBS=' -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -limf -lm -ldl -lmpifort -lmpi -lrt -lifport -lifcoremt -lsvml -lipgo -lirc -lirc_s'
FC_MODINC='-I'
FC_MODOUT='-Xcompiler -module  -Xcompiler $(ac_empty)'
FGREP='/usr/bin/grep -F'
FORTRAN_MODULE_DEPS='
GREP='/usr/bin/grep'
HAVE_64BIT_INTEGER_MATH_SUPPORT_FALSE=''
HAVE_64BIT_INTEGER_MATH_SUPPORT_TRUE='#'
HAVE_64BIT_INTEGER_MPI_SUPPORT_FALSE=''
HAVE_64BIT_INTEGER_MPI_SUPPORT_TRUE='#'
HAVE_DETAILED_TIMINGS_FALSE='#'
HAVE_DETAILED_TIMINGS_TRUE=''
HAVE_HETEROGENOUS_CLUSTER_SUPPORT_FALSE=''
HAVE_HETEROGENOUS_CLUSTER_SUPPORT_TRUE='#'
HAVE_REDIRECT_FALSE=''
HAVE_REDIRECT_TRUE='#'
HAVE_SKEWSYMMETRIC_FALSE='#'
HAVE_SKEWSYMMETRIC_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS='-Wl,--allow-multiple-definition -Wl,--enable-new-dtags   '
LIBOBJS=''
LIBS='-lscalapack-openmpi  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -Wl,-rpath=/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group -lpthread -lm -ldl'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '\''/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MPI_BINARY='mpiexec.hydra'
NM='/usr/bin/nm -B'
NMEDIT=''
NUMPY_INCLUDE=''
NVCC='nvcc'
NVCCFLAGS=''
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_CFLAGS='-fopenmp'
OPENMP_FCFLAGS='-fopenmp'
OPENMP_LDFLAGS=''
OPTIONAL_C_ERROR_ARGUMENT_FALSE=''
OPTIONAL_C_ERROR_ARGUMENT_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='elpa'
PACKAGE_BUGREPORT='elpa-library at mpcdf.mpg.de'
PACKAGE_NAME='elpa'
PACKAGE_STRING='elpa 2021.11.001'
PACKAGE_TARNAME='elpa'
PACKAGE_URL=''
PACKAGE_VERSION='2021.11.001'
PATH_SEPARATOR=':'
PKG_CONFIG_FILE='elpa_openmp.pc'
PYTHON=''
PYTHON_CONFIG=''
PYTHON_EXEC_PREFIX=''
PYTHON_INCLUDE=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SCALAPACK_FCFLAGS=''
SCALAPACK_LDFLAGS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMD_FLAGS=' -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -maes -mavx -mfma -mavx2'
STORE_BUILD_CONFIG_FALSE=''
STORE_BUILD_CONFIG_TRUE='#'
STRIP='strip'
SUFFIX='_openmp'
USE_FORTRAN2008_FALSE='#'
USE_FORTRAN2008_TRUE=''
VERSION='2021.11.001'
WANT_SINGLE_PRECISION_COMPLEX_FALSE=''
WANT_SINGLE_PRECISION_COMPLEX_TRUE='#'
WANT_SINGLE_PRECISION_REAL_FALSE=''
WANT_SINGLE_PRECISION_REAL_TRUE='#'
WITH_AMD_GPU_VERSION_FALSE=''
WITH_AMD_GPU_VERSION_TRUE='#'
WITH_BLACS='1'
WITH_COMPLEX_AMD_GPU_KERNEL_FALSE=''
WITH_COMPLEX_AMD_GPU_KERNEL_TRUE='#'
WITH_COMPLEX_AVX2_BLOCK1_KERNEL_FALSE='#'
WITH_COMPLEX_AVX2_BLOCK1_KERNEL_TRUE=''
WITH_COMPLEX_AVX2_BLOCK2_KERNEL_FALSE='#'
WITH_COMPLEX_AVX2_BLOCK2_KERNEL_TRUE=''
WITH_COMPLEX_AVX512_BLOCK1_KERNEL_FALSE=''
WITH_COMPLEX_AVX512_BLOCK1_KERNEL_TRUE='#'
WITH_COMPLEX_AVX512_BLOCK2_KERNEL_FALSE=''
WITH_COMPLEX_AVX512_BLOCK2_KERNEL_TRUE='#'
WITH_COMPLEX_AVX_BLOCK1_KERNEL_FALSE='#'
WITH_COMPLEX_AVX_BLOCK1_KERNEL_TRUE=''
WITH_COMPLEX_AVX_BLOCK2_KERNEL_FALSE='#'
WITH_COMPLEX_AVX_BLOCK2_KERNEL_TRUE=''
WITH_COMPLEX_BGP_KERNEL_FALSE=''
WITH_COMPLEX_BGP_KERNEL_TRUE='#'
WITH_COMPLEX_BGQ_KERNEL_FALSE=''
WITH_COMPLEX_BGQ_KERNEL_TRUE='#'
WITH_COMPLEX_GENERIC_KERNEL_FALSE='#'
WITH_COMPLEX_GENERIC_KERNEL_TRUE=''
WITH_COMPLEX_GENERIC_SIMPLE_KERNEL_FALSE='#'
WITH_COMPLEX_GENERIC_SIMPLE_KERNEL_TRUE=''
WITH_COMPLEX_INTEL_GPU_KERNEL_FALSE=''
WITH_COMPLEX_INTEL_GPU_KERNEL_TRUE='#'
WITH_COMPLEX_NEON_ARCH64_BLOCK1_KERNEL_FALSE=''
WITH_COMPLEX_NEON_ARCH64_BLOCK1_KERNEL_TRUE='#'
WITH_COMPLEX_NEON_ARCH64_BLOCK2_KERNEL_FALSE=''
WITH_COMPLEX_NEON_ARCH64_BLOCK2_KERNEL_TRUE='#'
WITH_COMPLEX_NVIDIA_GPU_KERNEL_FALSE=''
WITH_COMPLEX_NVIDIA_GPU_KERNEL_TRUE='#'
WITH_COMPLEX_NVIDIA_SM80_GPU_KERNEL_FALSE=''
WITH_COMPLEX_NVIDIA_SM80_GPU_KERNEL_TRUE='#'
WITH_COMPLEX_SSE_ASSEMBLY_KERNEL_FALSE='#'
WITH_COMPLEX_SSE_ASSEMBLY_KERNEL_TRUE=''
WITH_COMPLEX_SSE_BLOCK1_KERNEL_FALSE='#'
WITH_COMPLEX_SSE_BLOCK1_KERNEL_TRUE=''
WITH_COMPLEX_SSE_BLOCK2_KERNEL_FALSE='#'
WITH_COMPLEX_SSE_BLOCK2_KERNEL_TRUE=''
WITH_COMPLEX_SVE128_BLOCK1_KERNEL_FALSE=''
WITH_COMPLEX_SVE128_BLOCK1_KERNEL_TRUE='#'
WITH_COMPLEX_SVE128_BLOCK2_KERNEL_FALSE=''
WITH_COMPLEX_SVE128_BLOCK2_KERNEL_TRUE='#'
WITH_COMPLEX_SVE256_BLOCK1_KERNEL_FALSE=''
WITH_COMPLEX_SVE256_BLOCK1_KERNEL_TRUE='#'
WITH_COMPLEX_SVE256_BLOCK2_KERNEL_FALSE=''
WITH_COMPLEX_SVE256_BLOCK2_KERNEL_TRUE='#'
WITH_COMPLEX_SVE512_BLOCK1_KERNEL_FALSE=''
WITH_COMPLEX_SVE512_BLOCK1_KERNEL_TRUE='#'
WITH_COMPLEX_SVE512_BLOCK2_KERNEL_FALSE=''
WITH_COMPLEX_SVE512_BLOCK2_KERNEL_TRUE='#'
WITH_INTEL_GPU_VERSION_FALSE=''
WITH_INTEL_GPU_VERSION_TRUE='#'
WITH_MKL=''
WITH_MPI_FALSE='#'
WITH_MPI_TRUE=''
WITH_NVIDIA_GPU_SM80_COMPUTE_CAPABILITY_FALSE=''
WITH_NVIDIA_GPU_SM80_COMPUTE_CAPABILITY_TRUE='#'
WITH_NVIDIA_GPU_VERSION_FALSE=''
WITH_NVIDIA_GPU_VERSION_TRUE='#'
WITH_OPENMP_TRADITIONAL_FALSE='#'
WITH_OPENMP_TRADITIONAL_TRUE=''
WITH_PYTHON_FALSE=''
WITH_PYTHON_TESTS_FALSE=''
WITH_PYTHON_TESTS_TRUE='#'
WITH_PYTHON_TRUE='#'
WITH_REAL_AMD_GPU_KERNEL_FALSE=''
WITH_REAL_AMD_GPU_KERNEL_TRUE='#'
WITH_REAL_AVX2_BLOCK2_KERNEL_FALSE='#'
WITH_REAL_AVX2_BLOCK2_KERNEL_TRUE=''
WITH_REAL_AVX2_BLOCK4_KERNEL_FALSE='#'
WITH_REAL_AVX2_BLOCK4_KERNEL_TRUE=''
WITH_REAL_AVX2_BLOCK6_KERNEL_FALSE='#'
WITH_REAL_AVX2_BLOCK6_KERNEL_TRUE=''
WITH_REAL_AVX512_BLOCK2_KERNEL_FALSE=''
WITH_REAL_AVX512_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_AVX512_BLOCK4_KERNEL_FALSE=''
WITH_REAL_AVX512_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_AVX512_BLOCK6_KERNEL_FALSE=''
WITH_REAL_AVX512_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_AVX_BLOCK2_KERNEL_FALSE='#'
WITH_REAL_AVX_BLOCK2_KERNEL_TRUE=''
WITH_REAL_AVX_BLOCK4_KERNEL_FALSE='#'
WITH_REAL_AVX_BLOCK4_KERNEL_TRUE=''
WITH_REAL_AVX_BLOCK6_KERNEL_FALSE='#'
WITH_REAL_AVX_BLOCK6_KERNEL_TRUE=''
WITH_REAL_BGP_KERNEL_FALSE=''
WITH_REAL_BGP_KERNEL_TRUE='#'
WITH_REAL_BGQ_KERNEL_FALSE=''
WITH_REAL_BGQ_KERNEL_TRUE='#'
WITH_REAL_GENERIC_KERNEL_FALSE='#'
WITH_REAL_GENERIC_KERNEL_TRUE=''
WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL_FALSE='#'
WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL_TRUE=''
WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL_FALSE='#'
WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL_TRUE=''
WITH_REAL_GENERIC_SIMPLE_KERNEL_FALSE='#'
WITH_REAL_GENERIC_SIMPLE_KERNEL_TRUE=''
WITH_REAL_INTEL_GPU_KERNEL_FALSE=''
WITH_REAL_INTEL_GPU_KERNEL_TRUE='#'
WITH_REAL_NEON_ARCH64_BLOCK2_KERNEL_FALSE=''
WITH_REAL_NEON_ARCH64_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_NEON_ARCH64_BLOCK4_KERNEL_FALSE=''
WITH_REAL_NEON_ARCH64_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_NEON_ARCH64_BLOCK6_KERNEL_FALSE=''
WITH_REAL_NEON_ARCH64_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_NVIDIA_GPU_KERNEL_FALSE=''
WITH_REAL_NVIDIA_GPU_KERNEL_TRUE='#'
WITH_REAL_NVIDIA_SM80_GPU_KERNEL_FALSE=''
WITH_REAL_NVIDIA_SM80_GPU_KERNEL_TRUE='#'
WITH_REAL_SPARC64_BLOCK2_KERNEL_FALSE=''
WITH_REAL_SPARC64_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_SPARC64_BLOCK4_KERNEL_FALSE=''
WITH_REAL_SPARC64_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_SPARC64_BLOCK6_KERNEL_FALSE=''
WITH_REAL_SPARC64_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_SSE_ASSEMBLY_KERNEL_FALSE='#'
WITH_REAL_SSE_ASSEMBLY_KERNEL_TRUE=''
WITH_REAL_SSE_BLOCK2_KERNEL_FALSE='#'
WITH_REAL_SSE_BLOCK2_KERNEL_TRUE=''
WITH_REAL_SSE_BLOCK4_KERNEL_FALSE='#'
WITH_REAL_SSE_BLOCK4_KERNEL_TRUE=''
WITH_REAL_SSE_BLOCK6_KERNEL_FALSE='#'
WITH_REAL_SSE_BLOCK6_KERNEL_TRUE=''
WITH_REAL_SVE128_BLOCK2_KERNEL_FALSE=''
WITH_REAL_SVE128_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_SVE128_BLOCK4_KERNEL_FALSE=''
WITH_REAL_SVE128_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_SVE128_BLOCK6_KERNEL_FALSE=''
WITH_REAL_SVE128_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_SVE256_BLOCK2_KERNEL_FALSE=''
WITH_REAL_SVE256_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_SVE256_BLOCK4_KERNEL_FALSE=''
WITH_REAL_SVE256_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_SVE256_BLOCK6_KERNEL_FALSE=''
WITH_REAL_SVE256_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_SVE512_BLOCK2_KERNEL_FALSE=''
WITH_REAL_SVE512_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_SVE512_BLOCK4_KERNEL_FALSE=''
WITH_REAL_SVE512_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_SVE512_BLOCK6_KERNEL_FALSE=''
WITH_REAL_SVE512_BLOCK6_KERNEL_TRUE='#'
WITH_REAL_VSX_BLOCK2_KERNEL_FALSE=''
WITH_REAL_VSX_BLOCK2_KERNEL_TRUE='#'
WITH_REAL_VSX_BLOCK4_KERNEL_FALSE=''
WITH_REAL_VSX_BLOCK4_KERNEL_TRUE='#'
WITH_REAL_VSX_BLOCK6_KERNEL_FALSE=''
WITH_REAL_VSX_BLOCK6_KERNEL_TRUE='#'
WITH_SCALAPACK_TESTS_FALSE=''
WITH_SCALAPACK_TESTS_TRUE='#'
WITH_USE_ASSUMED_SIZE_FALSE='#'
WITH_USE_ASSUMED_SIZE_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_FC=''
ac_empty=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cython_found=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
hipcc_found=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
icx_found=''
ifGNUmake=''
include ../fdep/fortran_dependencies.mk
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/install-sh'
libdir='/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
nvcc_found=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/data/bee14/dodia/cp2k/tools/toolchain/install/elpa-2021.11.001/cpu'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pytest_found=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
xxd_CHECK=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "elpa"
#define PACKAGE_TARNAME "elpa"
#define PACKAGE_VERSION "2021.11.001"
#define PACKAGE_STRING "elpa 2021.11.001"
#define PACKAGE_BUGREPORT "elpa-library at mpcdf.mpg.de"
#define PACKAGE_URL ""
#define PACKAGE "elpa"
#define VERSION "2021.11.001"
#define EARLIEST_API_VERSION 20170403
#define CURRENT_API_VERSION 20211125
#define EARLIEST_AUTOTUNE_VERSION 20171201
#define CURRENT_AUTOTUNE_VERSION 20211125
#define CURRENT_AUTOTUNE_VERSION 20211125
#define CURRENT_AUTOTUNE_VERSION 20211125
#define ELPA_BUILDTIME 1641578731
#define WITH_OPENMP_TRADITIONAL 1
#define WITH_MPI 1
#define HAVE_RDRND 1
#define HAVE_BMI1 1
#define HAVE_BMI2 1
#define HAVE_ADX 1
#define HAVE_MPX 1
#define HAVE_ABM 1
#define HAVE_MMX 1
#define HAVE_SSE 1
#define HAVE_SSE2 1
#define HAVE_SSE3 1
#define HAVE_SSSE3 1
#define HAVE_SSE4_1 1
#define HAVE_SSE4_2 1
#define HAVE_AES 1
#define HAVE_AVX 1
#define HAVE_FMA3 1
#define HAVE_AVX2 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define SIZEOF_LONG_INT 8
#define HAVE_VSX_SSE 1
#define PACK_REAL_TO_COMPLEX 1
#define HAVE_DETAILED_TIMINGS 1
#define HAVE_ISO_FORTRAN_ENV 1
#define HAVE_ENVIRONMENT_CHECKING 1
#define BAND_TO_FULL_BLOCKING 1
#define HAVE_MPI_MODULE 1
#define THREADING_SUPPORT_CHECK 1
#define ALLOW_THREAD_LIMITING 1
#define HAVE_SUFFICIENT_MPI_THREADING_SUPPORT 1
#define NEED_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
#define NEED_NO_UNDERSCORE_TO_LINK_AGAINST_FORTRAN 1
#define HAVE_SSE_INTRINSICS 1
#define HAVE_AVX 1
#define HAVE_AVX2 1
#define WITH_REAL_GENERIC_KERNEL 1
#define WITH_REAL_GENERIC_SIMPLE_KERNEL 1
#define WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL 1
#define WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL 1
#define WITH_COMPLEX_GENERIC_KERNEL 1
#define WITH_COMPLEX_GENERIC_SIMPLE_KERNEL 1
#define WITH_REAL_SSE_BLOCK2_KERNEL 1
#define WITH_REAL_SSE_BLOCK4_KERNEL 1
#define WITH_REAL_SSE_BLOCK6_KERNEL 1
#define WITH_COMPLEX_SSE_BLOCK1_KERNEL 1
#define WITH_COMPLEX_SSE_BLOCK2_KERNEL 1
#define WITH_REAL_SSE_ASSEMBLY_KERNEL 1
#define WITH_COMPLEX_SSE_ASSEMBLY_KERNEL 1
#define WITH_REAL_AVX_BLOCK2_KERNEL 1
#define WITH_REAL_AVX_BLOCK4_KERNEL 1
#define WITH_REAL_AVX_BLOCK6_KERNEL 1
#define WITH_COMPLEX_AVX_BLOCK1_KERNEL 1
#define WITH_COMPLEX_AVX_BLOCK2_KERNEL 1
#define WITH_REAL_AVX2_BLOCK2_KERNEL 1
#define WITH_REAL_AVX2_BLOCK4_KERNEL 1
#define WITH_REAL_AVX2_BLOCK6_KERNEL 1
#define WITH_COMPLEX_AVX2_BLOCK1_KERNEL 1
#define WITH_COMPLEX_AVX2_BLOCK2_KERNEL 1
#define LT_OBJDIR ".libs/"
#define USE_ASSUMED_SIZE 1
#define USE_FORTRAN2008 1
#define ENABLE_AUTOTUNING 1
#define ENABLE_C_TESTS 1
#define HAVE_SKEWSYMMETRIC 1

configure: exit 0
-------------- next part --------------
make  all-am
make[1]: Entering directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
  F90 USE  [elpa2_print_kernels_openmp] ../src/elpa2/elpa2_print_kernels.F90
  F90 MOD  [elpa2_print_kernels_openmp] ../src/elpa2/elpa2_print_kernels.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_analytic] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_analytic] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_1stage_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_1stage_frank] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_2stage_default_kernel_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_2stage_default_kernel_frank] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_frank] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_frank] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_frank] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_hermitian_multiply_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_hermitian_multiply_1stage_frank_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_hermitian_multiply_1stage_frank] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_hermitian_multiply_1stage_frank] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_cholesky_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_cholesky_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_cholesky_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_cholesky_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_cholesky_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_cholesky_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_cholesky_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_cholesky_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_cholesky_1stage_random_split_comm_myself] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_cholesky_1stage_random_split_comm_myself] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_random] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_random_split_comm_myself] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_random_split_comm_myself] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_random_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_random_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_generalized_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_generalized_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_generalized_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_generalized_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_generalized_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_generalized_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_generalized_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_generalized_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_generalized_decomp_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_generalized_decomp_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_generalized_decomp_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_generalized_decomp_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_generalized_decomp_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_generalized_decomp_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_generalized_decomp_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_generalized_decomp_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_hermitian_multiply_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_hermitian_multiply_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_hermitian_multiply_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_hermitian_multiply_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_hermitian_multiply_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_hermitian_multiply_1stage_random_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_hermitian_multiply_1stage_random] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_hermitian_multiply_1stage_random] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_cholesky_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_cholesky_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_cholesky_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_cholesky_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_cholesky_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_cholesky_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_cholesky_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_cholesky_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvalues_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvalues_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvalues_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvalues_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_all_kernels_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_all_kernels_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_eigenvectors_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_eigenvectors_2stage_default_kernel_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts] ../test/Fortran/test.F90
  F90 USE  [validate_real_double_solve_tridiagonal_1stage_toeplitz] ../test/Fortran/test.F90
  F90 MOD  [validate_real_double_solve_tridiagonal_1stage_toeplitz] ../test/Fortran/test.F90
  F90 USE  [validate_autotune_complex_double] ../test/Fortran/test_autotune.F90
  F90 MOD  [validate_autotune_complex_double] ../test/Fortran/test_autotune.F90
  F90 USE  [validate_autotune_real_double] ../test/Fortran/test_autotune.F90
  F90 MOD  [validate_autotune_real_double] ../test/Fortran/test_autotune.F90
  F90 USE  [validate_multiple_objs_real_double] ../test/Fortran/test_multiple_objs.F90
  F90 MOD  [validate_multiple_objs_real_double] ../test/Fortran/test_multiple_objs.F90
  F90 USE  [validate_skewsymmetric_real_double] ../test/Fortran/test_skewsymmetric.F90
  F90 MOD  [validate_skewsymmetric_real_double] ../test/Fortran/test_skewsymmetric.F90
  F90 USE  [validate_split_comm_real_double] ../test/Fortran/test_split_comm.F90
  F90 MOD  [validate_split_comm_real_double] ../test/Fortran/test_split_comm.F90
  F90 USE  [validate_double_instance_openmp] ../test/Fortran/elpa2/double_instance.F90
  F90 MOD  [validate_double_instance_openmp] ../test/Fortran/elpa2/double_instance.F90
  F90 USE  [validate_real_2stage_banded_openmp] ../test/Fortran/elpa2/real_2stage_banded.F90
  F90 MOD  [validate_real_2stage_banded_openmp] ../test/Fortran/elpa2/real_2stage_banded.F90
  F90 USE  [validate_complex_2stage_banded_openmp] ../test/Fortran/elpa2/complex_2stage_banded.F90
  F90 MOD  [validate_complex_2stage_banded_openmp] ../test/Fortran/elpa2/complex_2stage_banded.F90
  F90 USE  [libelpa_openmp_public_la] ../src/elpa.F90
  F90 USE  [libelpa_openmp_public_la] ../src/elpa_api.F90
  F90 USE  [libelpa_openmp_public_la] ../src/elpa_constants.F90
  F90 MOD  [libelpa_openmp_public_la] ../src/elpa.F90
  F90 MOD  [libelpa_openmp_public_la] ../src/elpa_api.F90
  F90 MOD  [libelpa_openmp_public_la] ../src/elpa_constants.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa_impl.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa_autotune_impl.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa_abstract_impl.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_precision.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_blas_interfaces.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_scalapack_interfaces.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_mpi.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_mpi_stubs.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_omp.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa_generated_fortran_interfaces.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/mod_redist_band.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/mod_pack_unpack_cpu.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/mod_compute_hh_trafo.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/aligned_mem.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/elpa1_compute_private.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/elpa1_auxiliary.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/elpa2_determine_workload.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/elpa2_compute.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/mod_single_hh_trafo_real.F90
  F90 USE  [libelpa_openmp_private_la] ../src/GPU/check_for_gpu.F90
  F90 USE  [libelpa_openmp_private_la] ../src/GPU/mod_vendor_agnostic_layer.F90
  F90 USE  [libelpa_openmp_private_la] ../src/GPU/CUDA/mod_cuda.F90
  F90 USE  [libelpa_openmp_private_la] ../src/GPU/INTEL/mod_mkl_offload.F90
  F90 USE  [libelpa_openmp_private_la] ../src/GPU/ROCm/mod_hip.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/GPU/interface_c_gpu_kernel.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/GPU/CUDA/interface_c_cuda_kernel.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/GPU/ROCm/interface_c_hip_kernel.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/mod_pack_unpack_gpu.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/qr/qr_utils.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_qrkernels.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_pdlarfb.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_pdgeqrf.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/elpa1.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/elpa2.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/matrix_plot.F90
  F90 USE  [libelpa_openmp_private_la] ../src/general/mod_elpa_skewsymmetric_blas.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_global_product.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_global_gather.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_resort_ev.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_transform_columns.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_check_monotony.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_add_tmp.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_merge_systems.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_merge_recursive.F90
  F90 USE  [libelpa_openmp_private_la] ../src/solve_tridi/mod_solve_tridi.F90
  F90 USE  [libelpa_openmp_private_la] ../src/invert_trm/mod_invert_trm_cuda.F90
  F90 USE  [libelpa_openmp_private_la] ../src/cholesky/mod_elpa_cholesky.F90
  F90 USE  [libelpa_openmp_private_la] ../src/cholesky/mod_cholesky_cuda.F90
  F90 USE  [libelpa_openmp_private_la] ../src/invert_trm/mod_elpa_invert_trm.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/mod_distribute_global_column.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/mod_v_add_s.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa1/mod_solve_secular_equation.F90
  F90 USE  [libelpa_openmp_private_la] ../src/helpers/mod_thread_affinity.F90
  F90 USE  [libelpa_openmp_private_la] ../src/general/elpa_utilities.F90
  F90 USE  [libelpa_openmp_private_la] ../src/ftimings/ftimings.F90
  F90 USE  [libelpa_openmp_private_la] ../src/ftimings/ftimings_type.F90
  F90 USE  [libelpa_openmp_private_la] ../src/ftimings/ftimings_value.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/real.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/complex.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/complex_simple.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple_block4.F90
  F90 USE  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple_block6.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa_impl.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa_autotune_impl.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa_abstract_impl.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_precision.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_blas_interfaces.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_scalapack_interfaces.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_mpi.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_mpi_stubs.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_omp.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa_generated_fortran_interfaces.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/mod_redist_band.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/mod_pack_unpack_cpu.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/mod_compute_hh_trafo.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/aligned_mem.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/elpa1_compute_private.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/elpa1_auxiliary.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/elpa2_determine_workload.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/elpa2_compute.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/mod_single_hh_trafo_real.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/GPU/check_for_gpu.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/GPU/mod_vendor_agnostic_layer.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/GPU/CUDA/mod_cuda.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/GPU/INTEL/mod_mkl_offload.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/GPU/ROCm/mod_hip.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/GPU/interface_c_gpu_kernel.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/GPU/CUDA/interface_c_cuda_kernel.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/GPU/ROCm/interface_c_hip_kernel.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/mod_pack_unpack_gpu.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/qr/qr_utils.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_qrkernels.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_pdlarfb.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/qr/elpa_pdgeqrf.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/elpa1.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/elpa2.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/matrix_plot.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/general/mod_elpa_skewsymmetric_blas.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_global_product.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_global_gather.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_resort_ev.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_transform_columns.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_check_monotony.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_add_tmp.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_merge_systems.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_merge_recursive.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/solve_tridi/mod_solve_tridi.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/invert_trm/mod_invert_trm_cuda.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/cholesky/mod_elpa_cholesky.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/cholesky/mod_cholesky_cuda.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/invert_trm/mod_elpa_invert_trm.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/mod_distribute_global_column.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/mod_v_add_s.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa1/mod_solve_secular_equation.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/helpers/mod_thread_affinity.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/general/elpa_utilities.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/ftimings/ftimings.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/ftimings/ftimings_type.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/ftimings/ftimings_value.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/real.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/complex.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/complex_simple.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple_block4.F90
  F90 MOD  [libelpa_openmp_private_la] ../src/elpa2/kernels/real_simple_block6.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/tests_variable_definitions.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/mod_tests_scalapack_interfaces.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/mod_tests_blas_interfaces.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_util.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_read_input_parameters.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_check_correctness.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_setup_mpi.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_blacs_infrastructure.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_prepare_matrix.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_analytic.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/GPU/test_gpu_vendor_agnostic_layer.F90
  F90 USE  [libelpatest_openmp_la] ../test/shared/test_output_type.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/tests_variable_definitions.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/mod_tests_scalapack_interfaces.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/mod_tests_blas_interfaces.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_util.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_read_input_parameters.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_check_correctness.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_setup_mpi.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_blacs_infrastructure.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_prepare_matrix.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_analytic.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/GPU/test_gpu_vendor_agnostic_layer.F90
  F90 MOD  [libelpatest_openmp_la] ../test/shared/test_output_type.F90
  F90 DEPS /data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu/.fortran_dependencies/dependencies.mk
  PPFC     src/libelpa_openmp_public_la-elpa_constants.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-mod_precision.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/libelpa_openmp_private_la-elpa_generated_fortran_interfaces.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/GPU/CUDA/libelpa_openmp_private_la-mod_cuda.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/GPU/ROCm/libelpa_openmp_private_la-mod_hip.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/GPU/libelpa_openmp_private_la-mod_vendor_agnostic_layer.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/general/libelpa_openmp_private_la-elpa_utilities.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/libelpa_openmp_public_la-elpa_api.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-mod_omp.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-mod_mpi.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/ftimings/libelpa_openmp_private_la-ftimings_type.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/ftimings/libelpa_openmp_private_la-ftimings_value.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/ftimings/libelpa_openmp_private_la-ftimings.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/libelpa_openmp_private_la-elpa_abstract_impl.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/GPU/libelpa_openmp_private_la-check_for_gpu.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-mod_blas_interfaces.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_resort_ev.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-mod_v_add_s.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_add_tmp.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_global_product.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-mod_solve_secular_equation.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_transform_columns.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_global_gather.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_check_monotony.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_merge_systems.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_merge_recursive.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-mod_distribute_global_column.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-matrix_plot.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-elpa1_compute_private.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/invert_trm/libelpa_openmp_private_la-mod_invert_trm_cuda.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/cholesky/libelpa_openmp_private_la-mod_cholesky_cuda.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/cholesky/libelpa_openmp_private_la-mod_elpa_cholesky.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/invert_trm/libelpa_openmp_private_la-mod_elpa_invert_trm.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
manually_preprocessed_.._src_invert_trm_mod_elpa_invert_trm.F90-src_invert_trm_libelpa_openmp_private_la-mod_elpa_invert_trm.o.F90: warning #5462: Global name too long, shortened from: elpa_invert_trm_mp_elpa_invert_trm_complex_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: lpa_invert_trm_mp_elpa_invert_trm_complex_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_invert_trm_mod_elpa_invert_trm.F90-src_invert_trm_libelpa_openmp_private_la-mod_elpa_invert_trm.o.F90"
^
manually_preprocessed_.._src_invert_trm_mod_elpa_invert_trm.F90-src_invert_trm_libelpa_openmp_private_la-mod_elpa_invert_trm.o.F90: warning #5462: Global name too long, shortened from: elpa_invert_trm_mp_elpa_invert_trm_complex_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: lpa_invert_trm_mp_elpa_invert_trm_complex_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_invert_trm_mod_elpa_invert_trm.F90-src_invert_trm_libelpa_openmp_private_la-mod_elpa_invert_trm.o.F90"
^
  PPFC     src/solve_tridi/libelpa_openmp_private_la-mod_solve_tridi.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-elpa1_auxiliary.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_at_b_real_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: pa1_auxiliary_impl_mp_elpa_mult_at_b_real_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_at_b_real_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: pa1_auxiliary_impl_mp_elpa_mult_at_b_real_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: a1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: a1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: _auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90: warning #5462: Global name too long, shortened from: elpa1_auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: _auxiliary_impl_mp_elpa_mult_ah_b_complex_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1_auxiliary.F90-src_elpa1_libelpa_openmp_private_la-elpa1_auxiliary.o.F90"
^
  PPFC     src/helpers/libelpa_openmp_private_la-mod_scalapack_interfaces.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-mod_thread_affinity.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa1/libelpa_openmp_private_la-elpa1.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: _mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: _elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: pl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: _elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: lpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: lpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: _mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: l_mp_elpa_solve_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: l_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: p_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: _impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: mpl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: p_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: l_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: pl_mp_elpa_solve_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: _elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: pa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: l_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: pa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: _solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: _solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: _elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: p_elpa_solve_evp_complex_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: p_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: lpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: pl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: _mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: lpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: a_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: a_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: p_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: mp_elpa_solve_evp_complex_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: lpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: _solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: _elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: _solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: olve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: olve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: lpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: elpa_solve_skew_evp_real_1stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: a_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: _mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: p_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: a_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90: warning #5462: Global name too long, shortened from: elpa1_impl_mp_elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: _elpa_solve_skew_evp_real_1stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa1_elpa1.F90-src_elpa1_libelpa_openmp_private_la-elpa1.o.F90"
^
  PPFC     src/general/libelpa_openmp_private_la-mod_elpa_skewsymmetric_blas.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/GPU/CUDA/libelpa_openmp_private_la-interface_c_cuda_kernel.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/GPU/ROCm/libelpa_openmp_private_la-interface_c_hip_kernel.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/GPU/libelpa_openmp_private_la-interface_c_gpu_kernel.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-mod_pack_unpack_gpu.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-mod_pack_unpack_cpu.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-elpa2_determine_workload.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/helpers/libelpa_openmp_private_la-aligned_mem.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-mod_redist_band.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/qr/libelpa_openmp_private_la-elpa_qrkernels.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/qr/libelpa_openmp_private_la-qr_utils.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/qr/libelpa_openmp_private_la-elpa_pdlarfb.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/qr/libelpa_openmp_private_la-elpa_pdgeqrf.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-mod_single_hh_trafo_real.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-mod_compute_hh_trafo.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-elpa2_compute.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/libelpa_openmp_private_la-elpa2.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: _mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: _elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: pl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: _elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: lpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: lpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: _mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: l_mp_elpa_solve_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: l_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: p_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: _impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: mpl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: p_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: l_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: pl_mp_elpa_solve_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: _elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: pa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: l_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: pa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: _solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: _solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: _elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: p_elpa_solve_evp_complex_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: p_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: lpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: pl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: _mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: lpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: a_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: a_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: p_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: mp_elpa_solve_evp_complex_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: lpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: _solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: _elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: _solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: olve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: olve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: lpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: elpa_solve_skew_evp_real_2stage_all_host_arrays_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_ to: elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_unweighted_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_ to: a_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_weights_empty_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_ to: _mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_bottom_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_ to: p_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_in_place_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_ to: a_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_status_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_ to: solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_statuses_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_ to: solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_errcodes_ignore_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_ to: elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argvs_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90: warning #5462: Global name too long, shortened from: elpa2_impl_mp_elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_ to: _elpa_solve_skew_evp_real_2stage_device_pointer_double_impl_$blk.mpi_constants_mp_mpi_argv_null_
# 1 "manually_preprocessed_.._src_elpa2_elpa2.F90-src_elpa2_libelpa_openmp_private_la-elpa2.o.F90"
^
  PPFC     src/libelpa_openmp_private_la-elpa_autotune_impl.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/libelpa_openmp_private_la-elpa_impl.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/libelpa_openmp_public_la-elpa.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     libelpa_openmp_public.la
ar: `u' modifier ignored since `D' is the default (see `U')
  PPFC     src/helpers/libelpa_openmp_private_la-mod_mpi_stubs.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/GPU/INTEL/libelpa_openmp_private_la-mod_mkl_offload.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  CC       src/elpa_generalized/cannon.lo
../src/elpa_generalized/cannon.c(106): warning #47: incompatible redefinition of macro "numroc_" (declared at line 90)
  #define numroc_ numroc_
          ^

../src/elpa_generalized/cannon.c(107): warning #47: incompatible redefinition of macro "dlacpy_" (declared at line 91)
  #define dlacpy_ dlacpy_
          ^

../src/elpa_generalized/cannon.c(108): warning #47: incompatible redefinition of macro "slacpy_" (declared at line 92)
  #define slacpy_ slacpy_
          ^

../src/elpa_generalized/cannon.c(109): warning #47: incompatible redefinition of macro "zlacpy_" (declared at line 93)
  #define zlacpy_ zlacpy_
          ^

../src/elpa_generalized/cannon.c(110): warning #47: incompatible redefinition of macro "clacpy_" (declared at line 94)
  #define clacpy_ clacpy_
          ^

../src/elpa_generalized/cannon.c(111): warning #47: incompatible redefinition of macro "pdtran_" (declared at line 95)
  #define pdtran_ pdtran_
          ^

../src/elpa_generalized/cannon.c(112): warning #47: incompatible redefinition of macro "pstran_" (declared at line 96)
  #define pstran_ pstran_
          ^

../src/elpa_generalized/cannon.c(113): warning #47: incompatible redefinition of macro "pztranc_" (declared at line 97)
  #define pztranc_ pztranc_
          ^

../src/elpa_generalized/cannon.c(114): warning #47: incompatible redefinition of macro "pctranc_" (declared at line 98)
  #define pctranc_ pctranc_
          ^

../src/elpa_generalized/cannon.c(115): warning #47: incompatible redefinition of macro "pdlacpy_" (declared at line 99)
  #define pdlacpy_ pdlacpy_
          ^

../src/elpa_generalized/cannon.c(116): warning #47: incompatible redefinition of macro "pslacpy_" (declared at line 100)
  #define pslacpy_ pslacpy_
          ^

../src/elpa_generalized/cannon.c(117): warning #47: incompatible redefinition of macro "pzlacpy_" (declared at line 101)
  #define pzlacpy_ pzlacpy_
          ^

../src/elpa_generalized/cannon.c(118): warning #47: incompatible redefinition of macro "pclacpy_" (declared at line 102)
  #define pclacpy_ pclacpy_
          ^

  CC       src/helpers/check_thread_affinity.lo
  CC       src/elpa_index.lo
  CC       src/elpa_c_interface.lo
  CC       src/ftimings/highwater_mark.lo
  CC       src/ftimings/resident_set_size.lo
  CC       src/ftimings/time.lo
  CC       src/ftimings/virtual_memory.lo
  CC       src/ftimings/papi.lo
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-real.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-complex.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-real_simple.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-complex_simple.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-real_simple_block4.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     src/elpa2/kernels/libelpa_openmp_private_la-real_simple_block6.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  CCAS     src/elpa2/kernels/asm_x86_64_double_precision.lo
  CC       src/elpa2/kernels/real_sse_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx2_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_sse_4hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx_4hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx2_4hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_4hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_sse_6hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_sse_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx_6hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/real_avx2_6hv_double_precision.lo
In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(2345): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(5658): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh, 
  ^

In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(8693): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(11435): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(13912): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

In file included from ../src/elpa2/kernels/real_avx2_6hv_double_precision.c(54):
../src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c(16103): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  __forceinline void CONCAT_8ARGS(hh_trafo_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq, int ldh,
  ^

  CC       src/elpa2/kernels/complex_sse_1hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CC       src/elpa2/kernels/complex_avx_1hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CC       src/elpa2/kernels/complex_avx2_1hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_1hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CC       src/elpa2/kernels/complex_sse_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_sse_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CC       src/elpa2/kernels/complex_avx_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CC       src/elpa2/kernels/complex_avx2_2hv_double_precision.lo
In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(1872): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(3681): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(5285): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(6719): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(7968): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

In file included from ../src/elpa2/kernels/complex_avx2_2hv_double_precision.c(54):
../src/elpa2/kernels/complex_128bit_256bit_512bit_BLOCK_template.c(9037): warning #3415: the "always_inline" attribute is ignored on non-inline functions
  static __forceinline void CONCAT_8ARGS(hh_trafo_complex_kernel_,ROW_LENGTH,_,SIMD_SET,_,BLOCK,hv_,WORD_LENGTH) (DATA_TYPE_PTR q, DATA_TYPE_PTR hh, int nb, int ldq
         ^

  CXXLD    libelpa_openmp_private.la
ar: `u' modifier ignored since `D' is the default (see `U')
  GEN      libelpa_openmp.la
ar: `u' modifier ignored since `D' is the default (see `U')
  PPFC     src/elpa2/elpa2_print_kernels_openmp-elpa2_print_kernels.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     elpa2_print_kernels_openmp
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_complex_double_eigenvectors_1stage_random-test.o
  PPFC     test/shared/libelpatest_openmp_la-tests_variable_definitions.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-mod_tests_scalapack_interfaces.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-mod_tests_blas_interfaces.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_util.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_output_type.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_read_input_parameters.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_check_correctness.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_setup_mpi.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_blacs_infrastructure.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_prepare_matrix.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/libelpatest_openmp_la-test_analytic.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  PPFC     test/shared/GPU/libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.lo
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(153): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_free_cptr(a) result(success)
-------------------------------------^
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(142): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_free_intptr(a) result(success)
---------------------------------------^
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(129): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_memcpy_mixed(dst, src, size, dir) result(success)
----------------------------------------------------------^
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(116): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_memcpy_cptr(dst, src, size, dir) result(success)
---------------------------------------------------------^
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(103): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_memcpy_intptr(dst, src, size, dir) result(success)
-----------------------------------------------------------^
manually_preprocessed_.._test_shared_GPU_test_gpu_vendor_agnostic_layer.F90-test_shared_GPU_libelpatest_openmp_la-test_gpu_vendor_agnostic_layer.o.F90(81): warning #6178: The return value of this FUNCTION has not been defined.   [SUCCESS]
    function gpu_malloc_intptr(array, elements) result(success)
-------------------------------------------------------^
  CXXLD    libelpatest_openmp.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     validate_c_version_complex_double_eigenvectors_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_complex_double_eigenvectors_2stage_default_kernel_random-test.o
  CCLD     validate_c_version_complex_double_eigenvectors_2stage_default_kernel_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_real_double_eigenvectors_1stage_random-test.o
  CCLD     validate_c_version_real_double_eigenvectors_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_real_double_eigenvectors_2stage_default_kernel_random-test.o
  CCLD     validate_c_version_real_double_eigenvectors_2stage_default_kernel_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_complex_double_generalized_1stage_random-test.o
  CCLD     validate_c_version_complex_double_generalized_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_real_double_generalized_1stage_random-test.o
  CCLD     validate_c_version_real_double_generalized_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_complex_double_generalized_decomp_1stage_random-test.o
  CCLD     validate_c_version_complex_double_generalized_decomp_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_c_version_real_double_generalized_decomp_1stage_random-test.o
  CCLD     validate_c_version_real_double_generalized_decomp_1stage_random
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_analytic_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_analytic-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_analytic
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_1stage_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_1stage_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_1stage_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_1stage_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_2stage_default_kernel_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_2stage_default_kernel_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_2stage_default_kernel_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_hermitian_multiply_1stage_frank_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_hermitian_multiply_1stage_frank_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_hermitian_multiply_1stage_frank-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_hermitian_multiply_1stage_frank
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_cholesky_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_cholesky_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_cholesky_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_cholesky_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_cholesky_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_cholesky_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_cholesky_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_cholesky_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_cholesky_1stage_random_split_comm_myself-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_cholesky_1stage_random_split_comm_myself
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_random_split_comm_myself_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_random_split_comm_myself-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_random_split_comm_myself
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_random_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_random_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself_explicit
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_random_split_comm_myself
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_generalized_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_generalized_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_generalized_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_generalized_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_generalized_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_generalized_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_generalized_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_generalized_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_generalized_decomp_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_generalized_decomp_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_generalized_decomp_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_generalized_decomp_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_generalized_decomp_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_generalized_decomp_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_generalized_decomp_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_generalized_decomp_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_hermitian_multiply_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_hermitian_multiply_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_hermitian_multiply_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_hermitian_multiply_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_hermitian_multiply_1stage_random_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_hermitian_multiply_1stage_random_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_hermitian_multiply_1stage_random-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_hermitian_multiply_1stage_random
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_cholesky_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_cholesky_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_cholesky_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_cholesky_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_cholesky_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_cholesky_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_cholesky_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_cholesky_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvalues_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvalues_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvalues_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvalues_2stage_default_kernel_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_2stage_default_kernel_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvalues_2stage_default_kernel_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvalues_2stage_default_kernel_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_all_kernels_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_double_eigenvectors_2stage_default_kernel_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_all_kernels_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_all_kernels_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_eigenvectors_2stage_default_kernel_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_eigenvectors_2stage_default_kernel_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_solve_tridiagonal_1stage_toeplitz_all_layouts
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_real_double_solve_tridiagonal_1stage_toeplitz-test.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_double_solve_tridiagonal_1stage_toeplitz
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_autotune_c_version_complex_double-test_autotune.o
  CCLD     validate_autotune_c_version_complex_double
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_autotune_c_version_real_double-test_autotune.o
  CCLD     validate_autotune_c_version_real_double
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_autotune_complex_double-test_autotune.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_autotune_complex_double
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_autotune_real_double-test_autotune.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_autotune_real_double
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_multiple_objs_real_double-test_multiple_objs.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_multiple_objs_real_double
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_skewsymmetric_real_double-test_skewsymmetric.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_skewsymmetric_real_double
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  CC       test/C/validate_multiple_objs_real_double_c_version-test_multiple_objs.o
  CCLD     validate_multiple_objs_real_double_c_version
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/validate_split_comm_real_double-test_split_comm.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_split_comm_real_double
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/elpa2/validate_double_instance_openmp-double_instance.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_double_instance_openmp
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/elpa2/validate_real_2stage_banded_openmp-real_2stage_banded.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_real_2stage_banded_openmp
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
  PPFC     test/Fortran/elpa2/validate_complex_2stage_banded_openmp-complex_2stage_banded.o
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
  FCLD     validate_complex_2stage_banded_openmp
ifort: command line warning #10006: ignoring unknown option '-ffree-line-length-none'
ld: warning: libmpi.so.40, needed by /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu//libscalapack-openmpi.so, may conflict with libmpi.so.12
make[1]: Leaving directory '/data/bee14/dodia/cp2k/tools/toolchain/build/elpa-2021.11.001/build_cpu'
-------------- next part --------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for build time... 1641578731
checking for GNU make... make
checking whether in C interface the error argument should be optional... no
checking for GNU make... make
checking whether --enable-openmp is specified... yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx... gcc3
checking whether to compile using MPI... yes
checking for gcc... /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc
checking whether we are using the GNU C compiler... yes
checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc accepts -g... yes
checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to accept ISO C89... none needed
checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc understands -c and -o together... yes
checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc... gcc3
checking for function MPI_Init... yes
checking for mpi.h... yes
checking for c option to support OpenMP... -fopenmp
checking whether C compiler accepts -std=gnu11... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86 cpuid  output... unknown
checking for x86-AVX xgetbv  output... unknown
checking for x86 cpuid 0x00000000 output... 16:756e6547:6c65746e:49656e69
checking for x86 cpuid 0x80000000 output... 80000008:0:0:0
checking for x86 cpuid 0x00000001 output... 906ea:8100800:7ffafbff:bfebfbff
checking for x86 cpuid 0x00000007 output... 0:29c6fbf:40000000:9c002600
checking for x86 cpuid 0x80000001 output... 0:0:121:2c100800
checking for x86-AVX xgetbv 0x00000000 output... 1f:0
checking whether RDRND is supported by the processor... yes
checking whether RDRND is supported by the processor and OS... yes
checking whether C compiler accepts -mrdrnd... yes
checking whether BMI1 is supported by the processor... yes
checking whether BMI1 is supported by the processor and OS... yes
checking whether C compiler accepts -mbmi... yes
checking whether BMI2 is supported by the processor... yes
checking whether BMI2 is supported by the processor and OS... yes
checking whether C compiler accepts -mbmi2... yes
checking whether ADX is supported by the processor... yes
checking whether ADX is supported by the processor and OS... yes
checking whether C compiler accepts -madx... yes
checking whether MPX is supported by the processor... yes
checking whether MPX is supported by the processor and OS... yes
checking whether C compiler accepts -mmpx... yes
checking whether PREFETCHWT1 is supported by the processor... no
checking whether ABM is supported by the processor... yes
checking whether ABM is supported by the processor and OS... yes
checking whether C compiler accepts -mabm... yes
checking whether MMX is supported by the processor... yes
checking whether MMX is supported by the processor and OS... yes
checking whether C compiler accepts -mmmx... yes
checking whether SSE is supported by the processor... yes
checking whether SSE is supported by the processor and OS... yes
checking whether C compiler accepts -msse... yes
checking whether SSE2 is supported by the processor... yes
checking whether SSE2 is supported by the processor and OS... yes
checking whether C compiler accepts -msse2... yes
checking whether SSE3 is supported by the processor... yes
checking whether SSE3 is supported by the processor and OS... yes
checking whether C compiler accepts -msse3... yes
checking whether SSSE3 is supported by the processor... yes
checking whether SSSE3 is supported by the processor and OS... yes
checking whether C compiler accepts -mssse3... yes
checking whether SSE4.1 is supported by the processor... yes
checking whether SSE4.1 is supported by the processor and OS... yes
checking whether C compiler accepts -msse4.1... yes
checking whether SSE4.2 is supported by the processor... yes
checking whether SSE4.2 is supported by the processor and OS... yes
checking whether C compiler accepts -msse4.2... yes
checking whether SSE4a is supported by the processor... no
checking whether SHA is supported by the processor... no
checking whether AES is supported by the processor... yes
checking whether AES is supported by the processor and OS... yes
checking whether C compiler accepts -maes... yes
checking whether AVX is supported by the processor... yes
checking whether AVX is supported by the processor and OS... yes
checking whether C compiler accepts -mavx... yes
checking whether FMA3 is supported by the processor... yes
checking whether FMA3 is supported by the processor and OS... yes
checking whether C compiler accepts -mfma... yes
checking whether FMA4 is supported by the processor... no
checking whether XOP is supported by the processor... no
checking whether AVX2 is supported by the processor... yes
checking whether AVX2 is supported by the processor and OS... yes
checking whether C compiler accepts -mavx2... yes
checking whether AVX512-F is supported by the processor... no
checking whether AVX512-CD is supported by the processor... no
checking whether AVX512-PF is supported by the processor... no
checking whether AVX512-ER is supported by the processor... no
checking whether AVX512-VL is supported by the processor... no
checking whether AVX512-BW is supported by the processor... no
checking whether AVX512-DQ is supported by the processor... no
checking whether AVX512-IFMA is supported by the processor... no
checking whether AVX512-VBMI is supported by the processor... no
checking whether heterogenous-cluster-support should be enabled... no
checking how to run the C preprocessor... /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of long int... 8
checking whether 64bit integers should be used for math libraries (BLAS/LAPACK/SCALAPACK)... no
checking whether 64bit integers should be used for the MPI library... no
checking whether C compiler can use _Generic ... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking dependency style of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc... gcc3
checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to accept ISO C99... none needed
checking whether to compile using MPI... yes
checking whether we are using the GNU Fortran compiler... no
checking whether /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort accepts -g... yes
checking for function MPI_INIT... yes
checking for mpif.h... yes
checking for Fortran flag to compile .F90 files... none
checking for Fortran flag needed to accept free-form source... none
checking Fortran 90 module inclusion flag... -I
checking Fortran 90 module output flag... -module 
checking how to get verbose linking output from /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort... -v
checking for Fortran libraries of /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort...  -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8 -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/../lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/../lib/ -L/usr/lib/gcc/x86_64-linux-gnu/8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/ -L/lib/x86_64-linux-gnu/ -L/lib/../lib64 -L/lib/../lib/ -L/usr/lib/x86_64-linux-gnu/ -L/usr/lib/../lib64 -L/usr/lib/../lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/COSMA-2.5.1/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxsmm-1.17/lib/ -L/data/bee14/dodia/cp2k/tools/toolchain/install/libxc-5.1.7/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64_lin/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/ipp/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/tbb/lib/intel64/gcc4.8/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/lib/intel64_lin/ -L/sw/linux/intel/XE20/clck/2019.6/lib/intel64/ -L/sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/daal/../tbb/lib/intel64_lin/gcc4.8/ -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -limf -lm -ldl -lmpifort -lmpi -lrt -lifport -lifcoremt -lsvml -lipgo -lirc -lirc_s
checking whether Fortran compiler infers interfaces ... no
checking for fc option to support OpenMP... -fopenmp
checking whether mpi-launcher should be detected... yes
checking for mpiexec.hydra... mpiexec.hydra
checking whether stdout/stderr file redirect should be enabled... no
checking whether ELPA library should contain also single precision functions... no
checking whether Fortran module iso_fortran_env is available... yes
checking whether we can compile a Fortran program using MKL... no
checking for library containing dgemm... none required
checking whether we can link a program with a blas lib... yes
checking for library containing dlarrv... none required
checking whether we can link a program with a lapack lib... yes
checking whether -lmpiscalapack already contains a BLACS implementation... no
checking whether -lscalapack already contains a BLACS implementation... no
checking whether -lscalapack-openmpi already contains a BLACS implementation... yes
checking for library containing pdtran... none required
checking whether we can link a Fortran program with all blacs/scalapack... yes
checking whether we can use the intrinsic Fortran function "get_environment_variable"... yes
checking whether BAND_TO_FLULL_BLOCKING is requested... yes
checking whether a Nvidia GPU compute capability is specified... yes
checking whether Fortran mpi module can be used... yes
checking whether the threading support of the MPI library should be checked during RUNTIME... yes
checking whether ELPA is allowed to limit the number of OpenMP threads at runtime... yes
configure: **************************************************************************************************************************
configure: * Please notice if the following step hangs or aborts abnormaly then you cannot run a short MPI-program during configure *
configure: * In this case please re-run configure with '--without-threading-support-check-during-build' _AND_ follow the hints in   *
configure: * the INSTALL and USER_GUIDE documents!                                                                                  *
configure: * In case you get some other warnings about threading support follow on of the steps detailed there                      *
configure: **************************************************************************************************************************
checking what threading level is supported by the MPI library... yes
Using GENERIC for kernels real_generic real_generic_simple real_generic_simple_block4 real_generic_simple_block6 complex_generic complex_generic_simple
Using SSE for kernels real_sse_block2 real_sse_block4 real_sse_block6 complex_sse_block1 complex_sse_block2
Using SSE_ASSEMBLY for kernels real_sse_assembly complex_sse_assembly
Using AVX for kernels real_avx_block2 real_avx_block4 real_avx_block6 complex_avx_block1 complex_avx_block2
Using AVX2 for kernels real_avx2_block2 real_avx2_block4 real_avx2_block6 complex_avx2_block1 complex_avx2_block2
Not using SPARC64 as no selected kernel needs it
Not using NEON_ARCH64 as no selected kernel needs it
Not using VSX as no selected kernel needs it
Not using SVE128 as no selected kernel needs it
Not using SVE256 as no selected kernel needs it
Not using AVX512 as no selected kernel needs it
Not using SVE512 as no selected kernel needs it
Not using BGP as no selected kernel needs it
Not using BGQ as no selected kernel needs it
Not using NVIDIA_GPU as no selected kernel needs it
Not using AMD_GPU as no selected kernel needs it
Not using INTEL_GPU as no selected kernel needs it
Not using NVIDIA_SM80_GPU as no selected kernel needs it
checking whether we need _ in C programs to link against a Fortran library... yes
checking whether we can link C programs against Fortran without _ ... yes
checking whether we can compile SSE3 with gcc intrinsics in C... yes
checking whether double-precision SSE assembly kernels can be compiled... yes
checking whether we can compile AVX gcc intrinsics in C... yes
checking whether we can compile AVX2 gcc intrinsics in C... yes
checking whether GPU version should be used... no
checking whether NVIDIA-GPU version should be used... no
checking whether NVIDIA cusolver library should be used... no
checking whether AMD-GPU version should be used... no
checking whether NVIDIA GPU memory debugging should be enabled... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc object... failed
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -fno-rtti -fno-exceptions... yes
checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc option to produce PIC... -fPIC -DPIC
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc PIC flag -fPIC -DPIC works... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc static flag -static works... no
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -c -o file.o... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc supports -c -o file.o... (cached) yes
checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiicc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx -E
checking for ld used by /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx linker (/usr/bin/ld) supports shared libraries... yes
checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx option to produce PIC... -fPIC -DPIC
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx PIC flag -fPIC -DPIC works... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx static flag -static works... no
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx supports -c -o file.o... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx supports -c -o file.o... (cached) yes
checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpicxx linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort option to produce PIC... -fPIC
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort PIC flag -fPIC works... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort static flag -static works... no
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort supports -c -o file.o... yes
checking if /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort supports -c -o file.o... (cached) yes
checking whether the /sw/linux/intel/XE20/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpiifort linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking whether assumed size Fortran arrays should be used... yes
checking whether Fortran2008 features should be enabled... yes
checking whether autotuning functionality should be enabled... yes
checking whether --enable-scalapack-tests is specified... no
checking whether matrix redistribution should be considered in autotuning... no
checking whether --enable-scalapack-tests is specified... no
checking whether matrix redistribution should be considered in autotuning... no
checking whether C tests should be provided... yes
checking whether we build for K-computer... no
checking whether we build for FUGAKU... no
checking whether we build for NEC SX-Auroa... 
checking whether we should enable skew-symmetric support... yes
build config should be compiled into the library: no
checking if workaround for broken preprocessor is needed... yes
checking whether we have to escape '-module' for libtool... yes
checking whether --enable-python is specified... no
checking whether --enable-python-tests is specified... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating elpa_openmp.pc
config.status: creating elpa/elpa_constants.h
config.status: creating elpa/elpa_version.h
config.status: creating elpa/elpa_build_config.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

The following ELPA2 kernels will be build:

  real_generic
  real_generic_simple
  real_generic_simple_block4
  real_generic_simple_block6
  real_sse_block2
  real_sse_block4
  real_sse_block6
  real_sse_assembly
  real_avx_block2
  real_avx_block4
  real_avx_block6
  real_avx2_block2 (default)
  real_avx2_block4
  real_avx2_block6
  complex_generic
  complex_generic_simple
  complex_sse_block1
  complex_sse_block2
  complex_sse_assembly
  complex_avx_block1
  complex_avx_block2
  complex_avx2_block1 (default)
  complex_avx2_block2

 This version of ELPA support the minimal API version: 20170403
 The current API version is: 20211125
 This version of ELPA support the minimal autotuning version: 20171201
 The current autotune version is: 20211125

Generating config-f90.h...
Extracting interface marked with '!c>' from elpa/elpa_generated.h...
Extracting interface marked with '!c_o>' from elpa/elpa_generated.h...
Extracting interface marked with '!c_no>' from elpa/elpa_generated.h...
Extracting interface marked with '!c>' from test/shared/generated.h...
Extracting interface marked with '!f>' from src/elpa_generated_fortran_interfaces.h...
Extracting interface marked with '#!f>' from src/elpa_generated_fortran_interfaces.h...
Extracting interface marked with '!pf>' from src/elpa_generated_public_fortran_interfaces.h...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Linux-x86-64-intel-minimal-test.psmp
Type: application/octet-stream
Size: 2253 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20220112/4895e9c2/attachment.obj>


More information about the CP2K-user mailing list