Re: Installation openmx3.9 error: with Ubuntu 22 + ifort 2020 ( No.1 ) |
- Date: 2022/11/08 16:45
- Name: Naoya Yamaguchi
- Hi,
Can you show output for the following command? $ mpiicc -v
Regards, Naoya Yamaguchi
|
Re: Installation openmx3.9 error: with Ubuntu 22 + ifort 2020 ( No.2 ) |
- Date: 2022/11/09 00:05
- Name: Shahram <yalameha93@gmail.com>
- Hi, Naoya,
Thank you for your response.
The output of this command is as follows: ================================================================= $ mpiicc -v mpiicc for the Intel(R) MPI Library 2019 Update 8 for Linux* Copyright 2003-2020, Intel Corporation. icc version 19.1.2.254 (gcc version 11.3.0 compatibility) =================================================================
Regards, Shahram
|
Re: Installation openmx3.9 error: with Ubuntu 22 + ifort 2020 ( No.3 ) |
- Date: 2022/11/09 16:55
- Name: Naoya Yamaguchi
- Dear Shahram,
Your issue is the same as reported in https://stackoverflow.com/questions/69404834/intel-compiler-fails-c14-check-with-attribute-malloc-does-not-take-argu . I think that a simple workaround is to rebuild the Intel compilers with an older version of `gcc`.
Regards, Naoya Yamaguchi
|
Re: Installation openmx3.9 error: with Ubuntu 22 + ifort 2020 ( No.4 ) |
- Date: 2022/11/10 03:04
- Name: Shahram <yalameha93@gmail.com>
- Dear Naoya,
Thanks for your tips. I will try to fix it.
Kind regards, Shahram.
|