Minnesota Supercomputing Institute
18.10
17.10.CentOS7, 18.10, 19.10, 19.10-nollvm, 17.10
Tuesday, August 29, 2023
Parallel Fortran, C and C++ Compilers & Tools for Programming HPC Clusters. The PGI CDK includes pre-configured versions of MPI for Ethernet or InfiniBand, and a pre-configured batch queueing system. On Windows CCS, the PGI CDK integrates with MSMPI and the job scheduler to enable development, debugging and tuning of high-performance MPI or hybrid MPI/OpenMP applications written in Fortran, C or C++.
To run this software in a Linux environment run the command:
module load pgi
For FORTRAN code,
pgf90 -O3 my.f90
For C code
pgcc -O3 my.c
For C++ code
pgCC -O3 my.cpp
Documentation can be found at https://www.pgroup.com/resources/docs.htm