Dear all,
I want to install the EPW in QE-6.3 and to get file epw.x. QE -6.3 already compile and I got some rezults with other programms.
When I do in command line:
cd /home/user/qe-6.3/bin/ make epw
I got:
bash: cd: too many arguments
How can I solve this problem? Thanks for the answer!
Valery
To compile EPW for QE-6.3
Moderator: stiwari
-
- Posts: 46
- Joined: Wed Apr 07, 2021 8:38 pm
- Affiliation: Ass
Re: To compile EPW for QE-6.3
Dear Valery:
I would like to ask you to proceed in the following steps:
(1) cd /home/user/qe-6.3
(2) make epw
Sincerely,
H. Lee
I would like to ask you to proceed in the following steps:
(1) cd /home/user/qe-6.3
(2) make epw
Sincerely,
H. Lee
-
- Posts: 46
- Joined: Wed Apr 07, 2021 8:38 pm
- Affiliation: Ass
Re: To compile EPW for QE-6.3
Dear H. Lee:
Step (1) is path in my computer where QE-6.3 is located.
Step (2) is what I think should be the command to get the epw.x file.
Sincerely,
Valery
Step (1) is path in my computer where QE-6.3 is located.
Step (2) is what I think should be the command to get the epw.x file.
Sincerely,
Valery
Re: To compile EPW for QE-6.3
Dear Valery:
Yes, you are right.
First, you need to go to the root directory of QE by issuing "cd /home/user/qe-6.3".
Then, in the directory of /home/user/qe-6.3, you need to issue "make epw" in order to install EPW.
Sincerely,
H. Lee
Yes, you are right.
First, you need to go to the root directory of QE by issuing "cd /home/user/qe-6.3".
Then, in the directory of /home/user/qe-6.3, you need to issue "make epw" in order to install EPW.
Sincerely,
H. Lee
-
- Posts: 46
- Joined: Wed Apr 07, 2021 8:38 pm
- Affiliation: Ass
Re: To compile EPW for QE-6.3
Dear H. Lee:
Yes, that's what I do.
I do in command line:
cd /home/user/qe-6.3/bin/ make epw
I got:
bash: cd: too many arguments
But in the folder located at /home/user/qe-6.3/EPW/bin I don't get the epw.x file , which I think is an executable file to run the simulation.
Sincerely,
Valery
Yes, that's what I do.
I do in command line:
cd /home/user/qe-6.3/bin/ make epw
I got:
bash: cd: too many arguments
But in the folder located at /home/user/qe-6.3/EPW/bin I don't get the epw.x file , which I think is an executable file to run the simulation.
Sincerely,
Valery
Re: To compile EPW for QE-6.3
Dear Valery
You should go to the directory of /home/user/qe-6.3, not /home/user/qe-6.3/bin/.
You can find the file of Makefile in the directory of /home/user/qe-6.3/ .
After you confirm it, you need to issue "make epw" in this directory in order to install EPW.
Sincerely,
H. Lee
Please issue the commands separately.First, you need to go to the root directory of QE by issuing "cd /home/user/qe-6.3".
Then, in the directory of /home/user/qe-6.3, you need to issue "make epw" in order to install EPW.
You should go to the directory of /home/user/qe-6.3, not /home/user/qe-6.3/bin/.
You can find the file of Makefile in the directory of /home/user/qe-6.3/ .
After you confirm it, you need to issue "make epw" in this directory in order to install EPW.
Sincerely,
H. Lee