Best regards,
Trung
--
Tran Trung Luu, Ph.D
Assistant Professor
Ultrafast Optics and Attosecond Science, Department of Physics
The University of Hong Kong (HKU)
Room 311A, Chong Yuet Ming Physics Building
Pokfulam road, Hong Kong Island, Hong Kong
Tel: (+852) 3917 2364
Web: https://www.physics.hku.hk/~ttluu/
Dear Shaik-san,
From the error output, the compiler “mpifort” seems to be broken. This looks MPI version of GNU fortran compiler. Pls check installation of the compiler.
Also, the flag “-xAVX” looks compile option for Intel compiler. If you want to use Intel compiler manually, pls specify as follows:
$ python3 ../configure.py --enable-mpi FC=mpiifort CC=mpiicc FFLAGS=…
SALMON has prepared configure files for some architectures. Pls check it out:
https://salmon-tddft.jp/webmanual/current/html/install_and_run.html#build-using-cmake
Sincerely,
Shunsuke
差出人:
rasheed shaik <rashe...@gmail.com>
日付:
金曜日, 2024年2月16日
17:28
宛先:
salmo...@salmon-tddft.jp <salmo...@salmon-tddft.jp>
件名:
[salmon-user:00286] Issue related to SALMON installation
Dear SALMON developers and users
I am installing the SALMON package on my PC for doing simulations for my research work. I have followed the installation steps given in https://salmon-tddft.jp/webmanual/current/html/install_and_run.html and when I try to execute the configure.py by specifying the compiler manually I see the following errors in my terminal (screenshot attached).