Linux HPC Install Error

More
5 years 4 months ago - 5 years 4 months ago #1683 by sawyerwatts
I'm having some issues with getting NGSolve installed on a CentOS 7 Linux HPC at work. I have included the output in typescript.txt as well as the modules loaded and commands used in my install process. Note that the openmpi and Python modules are compiled with gcc 6.3.0. I have done several installs with different CMake and gcc versions with no success. Add the cmake flag to turn the GUI off does not help, it still fails in the same spot for the same reason.
Code:
> module load Python/3.6.4/gcc-6.3.0 > module load Utils/cmake/3.9.1 > module load openmpi-2.0/gcc-6.3.0 > module list Currently Loaded Modulefiles: 1) gcc-6.3.0 2) openmpi-2.0/gcc-6.3.0 3) Python/3.6.4/gcc-6.3.0 4) Utils/cmake/3.9.1 > > git clone https://github.com/NGSolve/ngsolve.git src > cd src > git submodule update --init --recursive > cd .. > mkdir build /vol/apps/test/ngsolve/gcc-6.3.0 > cd build > cmake -DUSE_MPI=ON \ > -DCMAKE_INSTALL_PREFIX=/vol/apps/test/ngsolve/gcc-6.3.0 \ > ../src > make >
Attachments:
Last edit: 5 years 4 months ago by sawyerwatts.
More
5 years 4 months ago #1684 by sawyerwatts
Replied by sawyerwatts on topic Linux HPC Install Error
Using CMake 3.14.5 and gcc 8.2.0 worked.
Time to create page: 0.111 seconds