Re: [QE-users] Installing qe-6.3. Install directory PREFIX does not work

2018-07-13 Thread Paolo Giannozzi
There is a directory "install" so probably make thinks everything is done. Try to add a line .PHONY: install or something like that Paolo On Fri, Jul 13, 2018 at 8:32 PM, Dan Gil wrote: > Using "make install" reminds me that QE-6.3 is already installed. I have > tried deleting the

Re: [QE-users] Installing qe-6.3. Install directory PREFIX does not work

2018-07-13 Thread Dan Gil
Using "make install" reminds me that QE-6.3 is already installed. I have tried deleting the installation directories to start over, but it seems that the HPC still think that QE is installed and prevents me from using "make install." How do I start over correctly? On Wed, Jul 11, 2018 at 1:58

Re: [QE-users] Installing qe-6.3. Install directory PREFIX does not work

2018-07-11 Thread Paolo Giannozzi
Correcting myself: "make install" copies binaries into $PREFIX/bin. If you want to copy something else into $PREFIX/some-other-directory/, you have to modify the Makefile Paolo On Wed, Jul 11, 2018 at 6:47 PM, Paolo Giannozzi wrote: > On Wed, Jul 11, 2018 at 2:51 PM, Dan Gil wrote: > > [...]

Re: [QE-users] Installing qe-6.3. Install directory PREFIX does not work

2018-07-11 Thread Paolo Giannozzi
On Wed, Jul 11, 2018 at 2:51 PM, Dan Gil wrote: [...] the installation takes place in the same directory that the source > files are. I looked at make.inc to see what it says about the PREFIX: > > # Install directory - not currently used > PREFIX = /home/psg30/.usr/local > > How do I use PREFIX

[QE-users] Installing qe-6.3. Install directory PREFIX does not work

2018-07-11 Thread Dan Gil
Hi, I am installing qe-6.3 on a high performance computer in my personal storage space. I do: ./configure --prefix= /home/psg30/.usr/local and then: make all However, the installation takes place in the same directory that the source files are. I looked at make.inc to see what it says about