Page 1 of 1

Does yambo work well with arm HPC

Posted: Mon Jan 24, 2022 10:37 am
by jasonhan0710
Dear Developers,

I have used yambo on x86-64 HPC for a while and found yambo is really an excellent software to deal with many complex physical systems. With the fast development of arm architecture HPC, is it possible to install yambo on an arm HPC? If so, how to compile it?

Best,
Jason

Re: Does yambo work well with arm HPC

Posted: Tue Jan 25, 2022 9:40 am
by andrea.ferretti
Dear Jason,

thanks for your message and your interest in the Yambo project.
Yambo (together with other MaX codes) has been recently tested quite carefully on selected ARM systems, notably including Arm Neoverse N1
(courtesy of Conrad Hillairet, ARM).

Here is a public report including data and sw environment (compilers, libs, etc)
http://www.max-centre.eu/sites/default/ ... vities.pdf

hope this helps
Andrea

Re: Does yambo work well with arm HPC

Posted: Mon Oct 31, 2022 9:16 am
by Bigbigcoder
Dear Developers,
I encountered a problem when configure Yambo under arm. I want to ask you how to solve it. I really hope to get your reply.
The error is reported as follows:

checking if the current OS is supported... no
configure: Platform <aarch64-unknown-linux-gnu> is not supported.
configure: Please contact the Yambo team at yambo@yambo-code.org
configure: providing either a list of compilers and options or
configure: a guest account on this machine.
configure: error: stopping

Best,
yz

Re: Does yambo work well with arm HPC

Posted: Mon Oct 31, 2022 5:41 pm
by Nicola Spallanzani
Dear yz,
could you give us some technical information about the machine where you are compiling yambo?
What version of yambo are you using?

Best,
Nicola

Re: Does yambo work well with arm HPC

Posted: Wed Nov 02, 2022 2:02 am
by Bigbigcoder
Dear Nicola,
the technical information of my machine is aarch64 GNU/Linux, I tried to install it under arm.
The version of Yambo is 5.1.0.

Best,
yz

Re: Does yambo work well with arm HPC

Posted: Wed Aug 02, 2023 9:23 am
by myyambouser
Hello,

Trying to build Yambo 5.1.1 on aarch64 architecture, but it fails during early configure phase:

checking if the current OS is supported... no
configure: Platform <aarch64-unknown-linux-gnu> is not supported.
configure: Please contact the Yambo team at yambo@yambo-code.org
configure: providing either a list of compilers and options or
configure: a guest account on this machine.
configure: error: stopping

Machine cpu info:
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Thread(s) per core: 1
Core(s) per socket: 16
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
Model: 1
Stepping: r1p1
BogoMIPS: 2100.00
L1d cache: 64K
L1i cache: 64K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-15

Your assistance is highly appreciated.