Hi Victor, On 12/04/16 05:57, Victor Eijkhout wrote:
On Apr 11, 2016, at 3:53 PM, Chris Cantwell <c.cantwell@imperial.ac.uk> wrote:
Can you download the gsmpi-1.2.tar.gz file manually in a web-browser or using "wget”?
Yes I can. And then put it where? Specify how?
Anyway: cmake has already found it:
-- Build GSMPI: /work/00434/eijkhout/lonestar/nektar/build-4.3.0/ThirdParty/dist/lib/libgsmpi.a
So I don’t understand why make is subsequently downloading it again.
CMake is just saying it *will* build it from source by downloading it and compiling it when you type 'make'. It has not downloaded the file yet. The path is just the location where the library will be found once it is compiled. I am guessing you are building this on a cluster. The message is suggesting that there is a download error when it tries to get the file, such as it is unable to make an outgoing HTTPS connection to the web-server. This is why I am asking you to check if you can download the file *on the cluster* using wget to see if this is the problem. You could try downloading the files manually and putting them in the nektar++/ThirdParty directory. Assuming the file hashes match, it should not try to download them again. Cheers, Chris -- Chris Cantwell Imperial College London South Kensington Campus London SW7 2AZ Email: c.cantwell@imperial.ac.uk www.imperial.ac.uk/people/c.cantwell