Personal tools

Gcc

From hpcwiki

Revision as of 10:40, 12 June 2017 by Cespejo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

and:

yum install gcc-gfortran

Also it was found that automake V1.13.4 and autoconf V2.69 were already installed. No need to install it through:

yum install automake