# Quantum Espresso v6.3 on ARM v8 ## Benchmark system CARMEN (CINECA) 8-node ARM v8 cluster, 2x32 cores + 256G RAM/node. For more details: [Cineca documentation](https://wiki.u-gov.it/confluence/pages/viewpage.action?spaceKey=SCAIIN&title=ARM+Demo+@+CINECA) ## Installation Installed with ARM v19 compilers (flang and clang) and the ARM performance library. This provides threaded BLAS, LAPACK and FFTW libraries. You will need to modify the make.inc file to make use of these. Remember also to include the following flags: ```bash -mcpu=native -armpl ``` Currently the OpenMP version (with ```-fopenmp```) flag does not compile. (Interanal compiler error). ##Execution - Because of fairly long execution times and limited number of nodes only AUSURF has been tested. - Run time error causes QE to crash just after final iteration. Probably due to FoX XMl library (an issue has been raised). Walltimes therefore estimated from time of final iteration. See job files for example execution. ## Profiling Use the ARM MAP profiler. See example job scripts.