Difference between revisions of "Gcc"
From hpcwiki
(Created page with "In node 3 Installed gcc: yum install gcc yum install gcc-c++.x86_64 Installed gfortran: yum install gcc-gfortran Installed automake and autoconf: yum install automake") |
|||
Line 1: | Line 1: | ||
− | In | + | In nodes 1,2,3 and 4 both gcc version 4.8.5 and gfortran version 4.8.5 were already installed. There was no need to install it through: |
yum install gcc | yum install gcc | ||
yum install gcc-c++.x86_64 | yum install gcc-c++.x86_64 | ||
Installed gfortran: | Installed gfortran: | ||
yum install gcc-gfortran | yum install gcc-gfortran | ||
− | + | Also it was found that automake and autoconf version 1.13.4 were installed. No need to install it through: | |
yum install automake | yum install automake |
Revision as of 10:38, 12 June 2017
In nodes 1,2,3 and 4 both gcc version 4.8.5 and gfortran version 4.8.5 were already installed. There was no need to install it through:
yum install gcc yum install gcc-c++.x86_64
Installed gfortran:
yum install gcc-gfortran
Also it was found that automake and autoconf version 1.13.4 were installed. No need to install it through:
yum install automake