Personal tools

Gcc

From hpcwiki

Revision as of 09:56, 19 October 2016 by Hfrancot (Talk | contribs)

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

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