Error running QERaman on MacOS: "executable file is not an executable" #12
Unanswered
EnriqueHernandezHub
asked this question in
Q&A
Replies: 1 comment
-
Hi, Could you check with ph.x <ph.in> ph.out for an other example first?, If it works, the QE is fine, then the problem might be in QERaman. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the graphene example on MacOS Sonoma. The compilation both for QE and QERaman worked fine (I needed to redefine
CPP
inmake.inc
asCPP = gcc -E
for QE to compile in Mac, according to the QE wiki).However, when I am running the graphene example, I get an error as follows when executing
$ mpirun ph_mat.x <ph.in> ph.out
:There is no further information in
ph.out
. I was able to run it in a different system (Linux), following the exact same steps both for the installation, compilation and the execution steps for the example. What am I missing out in my QERaman (or QE) compilation process for Mac?Beta Was this translation helpful? Give feedback.
All reactions