Skip to content

Commit

Permalink
Add note about GFortran usability to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CamStan committed Apr 16, 2019
1 parent 691610e commit 5fa53da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api-mount.rst
Expand Up @@ -4,6 +4,12 @@ Mounting UnifyCR

In this section, we describe how to use the UnifyCR API in an application.

.. Note:: **Fortran Compatibility**

``unifycr_mount`` and ``unifycr_unmount`` are now usable with GFortran.
There is a known issue_ with the Intel Fortran compiler. Other Fortran
compilers are currently unknown.

---------------------------
Mounting
---------------------------
Expand Down Expand Up @@ -34,3 +40,7 @@ When you are finished using UnifyCR in your application, you should unmount.
}
It is only necessary to call unmount once on rank zero.

.. explicit external hyperlink targets
.. _issue: https://github.com/LLNL/UnifyCR/issues/300

0 comments on commit 5fa53da

Please sign in to comment.