pgi-cdk
Summary
Module Name: pgi
Support Level: Primary Support
Software Access Level: Open Access
Home Page: https://www.pgroup.com/products/
Software Description
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++.
General Linux
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