From 72486afd08d66d6323c2113739dcfff74813058b Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Mon, 21 Jan 2019 13:09:36 -0500 Subject: Add PGI C and C++ compilers (#4803) --- docs/markdown/Reference-tables.md | 2 +- docs/markdown/snippets/pgi_compilers.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/markdown/snippets/pgi_compilers.md (limited to 'docs/markdown') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index a6289df..a4bef3a 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -24,7 +24,7 @@ These are return values of the `get_id` (Compiler family) and | nagfor | The NAG Fortran compiler | | | open64 | The Open64 Fortran Compiler | | | pathscale | The Pathscale Fortran compiler | | -| pgi | The Portland Fortran compiler | | +| pgi | Portland PGI C/C++/Fortran compilers | | | rustc | Rust compiler | | | sun | Sun Fortran compiler | | | valac | Vala compiler | | diff --git a/docs/markdown/snippets/pgi_compilers.md b/docs/markdown/snippets/pgi_compilers.md new file mode 100644 index 0000000..f083961 --- /dev/null +++ b/docs/markdown/snippets/pgi_compilers.md @@ -0,0 +1,6 @@ +## Added PGI compiler support + +Nvidia / PGI C, C++ and Fortran [no-cost](https://www.pgroup.com/products/community.htm) compilers are now supported. +They have been tested on Linux so far. + + -- cgit v1.1