On Apr 9, 2016, at 4:51 AM, Chris Cantwell <c.cantwell@imperial.ac.uk> wrote:
export BOOST_HOME=/path/to/boost_1_59_0
That stuff is not actually in the manual, right? Or am I looking at the wrong user guide? I could use some help with GSMPI. Since the package does not come with any build instructions I’m trying to use the stuff in the 3rd party directory. Cmake succeeds in building it: -- Build GSMPI: /work/00434/eijkhout/lonestar/nektar/build-4.3.0/ThirdParty/dist/lib/libgsmpi.a -- Build XXT: /work/00434/eijkhout/lonestar/nektar/build-4.3.0/ThirdParty/dist/lib/libxxt.a -- Found MKL: /opt/apps/intel/16.0.1.150/compilers_and_libraries_2016.1.150/linux/mkl/include -- Configuring done -- Generating done But then make tries to download it again: make[3]: Entering directory `/work/00434/eijkhout/lonestar/nektar/build-4.3.0' Scanning dependencies of target gsmpi-1.2 make[3]: Leaving directory `/work/00434/eijkhout/lonestar/nektar/build-4.3.0' make[3]: Entering directory `/work/00434/eijkhout/lonestar/nektar/build-4.3.0' [ 1%] Creating directories for 'gsmpi-1.2' [ 1%] Performing download step (download, verify and extract) for 'gsmpi-1.2' -- downloading... src='https://www.nektar.info/thirdparty/gsmpi-1.2.tar.bz2' dst='/work/00434/eijkhout/lonestar/nektar/nektar++-4.3.0/ThirdParty/gsmpi-1.2.tar.bz2' timeout='none' CMake Error at /work/00434/eijkhout/lonestar/nektar/build-4.3.0/ThirdParty/stamp/download-gsmpi-1.2.cmake:27 (message): error: downloading 'https://www.nektar.info/thirdparty/gsmpi-1.2.tar.bz2' I can actually fix this by 1. letting Cmake build GSMPI and crash when failing to download it, and then 2. rerunning Cmake with BUILD_GSMPI:OFF. And then I crash on modmetis…. Victor.