From 56d1e283745b9235f8ea1914d7ae9dfce2974f2b Mon Sep 17 00:00:00 2001 From: verolero86 Date: Thu, 17 Dec 2020 20:25:26 -0500 Subject: [PATCH] Remove xlflang from the Summit User Guide xlflang is deprecated, so this note is no longer needed. --- systems/summit_user_guide.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systems/summit_user_guide.rst b/systems/summit_user_guide.rst index 529d4b1f..c2dbb042 100644 --- a/systems/summit_user_guide.rst +++ b/systems/summit_user_guide.rst @@ -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 ^^^