install sun with centos 7

The hard drive is 147 SAS and 500G sata, I create a volume on these two.
change hostname:
edit /etc/hostname, but after this the computer need to be reboot to take effect.
cd c37a2/, ./install.com gnu huge
edit /etc/hosts
add sun to the end of 127.0.0.1 ........ sun
mmtsb:
./install.sh
tcl/tk:
download from www.tcl.tk/software/tcltk/download.html
cd ./unix
./configure --enable-threads
make
make test
make install
tk:yum install libX11-devel(if show couldn't find X11/Xlib.h)
nedcdf
download the latest version from www.unidata.ucar.edu/downloads/netcdf/index.jsp
If you don't want netCDF-4/HDF5, then build like this:
./configure --disable-netcdf-4
make check install(need root or sudo)
yum install mesa-libGLw.x86_64 mesa-libGL-devel.x86_64

vmd
make veryclean(not make clean)
intel c compiler
yum install libstdc++ (something like this)
FLTK
yum install fltk-devel.x86_64 fltk-static.x86_64 fltk.x86_64y
y
cannot open source file "X11/extensions/Xinerama.h"
yum install libXinerama-devel
cannot open source file "GL/glu.h"
yum install freeglut.x86_64 freeglut-devel.x86_64
cannot open source file "X11/extensions/XInput.h"
yum install libXi-dev
after installation, add source /opt/intel/bin/compilervars.sh intel64 to .bashrc

install cuda (xeon)

install all neccesary packages:
sudo yum install kernel-devel gcc-c++ freeglut freeglut-devel libX11-devel mesa-libGLU-devel libXmu-devel libXi-devel gcc* compat-gcc* compat-glibc* compat-lib*

edit /etc/modprobe.d/blacklist-nouveau.conf
add

blacklist nouveau
options nouveau modeset=0
then:
sudo dracut --force
then reboot
init 3
sudo ./***.run
after it is installed
init 5

another way:
init 3 (exit X window)
sudo ./***.run(they will create a file: /etc/modprobe.d/nvidia-installer-disable-nouveau.conf)
sudo dracut --force
reboot
init 3(you should be able to see the font turn big, )
sudo ./***.run(again)

Install package for python on fock

curl "https/bootstrap.pypa.io/get-pip.py" -o "get-pip.py"

python get-pip.py