This is an old revision of the document!
Tools
yum -y groupinstall ohpc-autotools yum -y install valgrind-ohpc yum -y install EasyBuild-ohpc yum -y install spack-ohpc yum -y install R_base-ohpc
/opt/ohpc/admin/spack/0.8.17/bin/spack
R
and Rscript
Compilers
yum install gnu-compilers-ohpc /opt/ohpc/pub/compiler/gcc/5.4.0/bin/c++ /opt/ohpc/pub/compiler/gcc/5.4.0/bin/cpp /opt/ohpc/pub/compiler/gcc/5.4.0/bin/g++ /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcc /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcc-ar /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcc-nm /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcc-ranlib /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcov /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gcov-tool /opt/ohpc/pub/compiler/gcc/5.4.0/bin/gfortran
MPIs
yum -y install openmpi-gnu-ohpc mvapich2-gnu-ohpc mpich-gnu-ohpc /opt/ohpc/pub/mpi/openmpi-gnu/1.10.4/bin/mpicc /opt/ohpc/pub/mpi/openmpi-gnu/1.10.4/bin/mpirun /opt/ohpc/pub/mpi/mvapich2-gnu/2.2/bin/mpicc /opt/ohpc/pub/mpi/mvapich2-gnu/2.2/bin/mpirun /opt/ohpc/pub/mpi/mpich-gnu-ohpc/3.2/bin/mpicc /opt/ohpc/pub/mpi/mpich-gnu-ohpc/3.2/bin/mpirun
Perf Tools
yum -y groupinstall ohpc-perf-tools-gnu
3rd Party & Libs Tools
be used to install available libraries for use with the GNU compiler family toolchain.
# Install libs for all available GNU compiler family toolchain yum -y groupinstall ohpc-serial-libs-gnu yum -y groupinstall ohpc-io-libs-gnu yum -y groupinstall ohpc-python-libs-gnu yum -y groupinstall ohpc-runtimes-gnu # Install parallel libs for all available MPI toolchains yum -y groupinstall ohpc-parallel-libs-gnu-mpich yum -y groupinstall ohpc-parallel-libs-gnu-mvapich2 yum -y groupinstall ohpc-parallel-libs-gnu-openmpi