Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions systems/summit_user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -461,16 +461,10 @@ Fortran compilation
+--------------+------------------+-----------------------------------+--------------------------+---------------------------+--------------------------+--------------------+
| **GNU** | system default | gfortran | ``-std=f90`` | ``-std=f2003`` | ``-std=f2008`` | ``-D`` |
+--------------+------------------+-----------------------------------+--------------------------+---------------------------+--------------------------+--------------------+
| **LLVM** | ``llvm`` | xlflang | n/a | n/a | n/a | ``-D`` |
+--------------+------------------+-----------------------------------+--------------------------+---------------------------+--------------------------+--------------------+
| **PGI** | ``pgi`` | pgfortran | use ``.F90`` source file | use ``.F03`` source file | use ``.F08`` source file | ``-D`` |
| | | | suffix | suffix | suffix | |
+--------------+------------------+-----------------------------------+--------------------------+---------------------------+--------------------------+--------------------+

.. note::
The xlflang module currently conflicts with the clang
module. This restriction is expected to be lifted in future releases.

MPI
^^^

Expand Down