Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Linux HPC Install Error

More
4 years 10 months ago - 4 years 10 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: 4 years 10 months ago by sawyerwatts.
More
4 years 10 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.130 seconds