Skip to content

Commit

Permalink
Remove outdated "limitation" bullets
Browse files Browse the repository at this point in the history
Resolves #358
  • Loading branch information
billsacks committed Feb 24, 2025
1 parent 43e6cef commit 3f8d06f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions src/Infrastructure/Array/interface/ESMF_Array.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3857,11 +3857,6 @@ subroutine ESMF_ArrayWrite(array, fileName, keywordEnforcer, &
! integer, real, or double precision. Dimension label attributes can co-exist with
! variable attributes within a common Attribute package.
!
! Limitations:
! \begin{itemize}
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
! \begin{description}
! \item[array]
Expand Down
5 changes: 0 additions & 5 deletions src/Infrastructure/Array/interface/ESMF_ArrayHa.F90
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,6 @@ subroutine ESMF_ArrayRead(array, fileName, keywordEnforcer, variableName, &
! For this API to be functional, the environment variable {\tt ESMF\_PIO}
! should be set to either "internal" or "external" when the ESMF library is built.
! Please see the section on Data I/O,~\ref{io:dataio}.
!
! Limitations:
! \begin{itemize}
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
! \begin{description}
Expand Down
2 changes: 0 additions & 2 deletions src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,6 @@ subroutine ESMF_ArrayBundleRead(arraybundle, fileName, keywordEnforcer, &
! \begin{itemize}
! \item For multi-tile Arrays, all Arrays in the ArrayBundle must contain
! the same number of tiles.
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
Expand Down Expand Up @@ -3919,7 +3918,6 @@ subroutine ESMF_ArrayBundleWrite(arraybundle, fileName, keywordEnforcer, &
! \begin{itemize}
! \item For multi-tile Arrays,all Arrays in the ArrayBundle must contain
! the same number of tiles.
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
Expand Down
12 changes: 0 additions & 12 deletions src/Infrastructure/Field/include/ESMC_Field.h
Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,6 @@ int ESMC_FieldPrint(
// should be set to either "internal" or "external" when the ESMF library is built.
// Please see the section on Data I/O,~\ref{io:dataio}.
//
// Limitations:
// \begin{itemize}
// \item Only 1 DE per PET supported.
// \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
// \end{itemize}
//
// The arguments are:
// \begin{description}
// \item [field]
Expand Down Expand Up @@ -1196,12 +1190,6 @@ int ESMC_FieldSMMStore(
// the ESMF library is built. Please see the section on
// Data I/O,~\ref{io:dataio}.
//
// Limitations:
// \begin{itemize}
// \item Only 1 DE per PET supported.
// \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
// \end{itemize}
//
// The arguments are:
// \begin{description}
// \item [field]
Expand Down
5 changes: 0 additions & 5 deletions src/Infrastructure/Field/src/ESMF_FieldWr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ subroutine ESMF_FieldWrite(field, fileName, keywordEnforcer, &
! integer, real, or double precision. Dimension label attributes can co-exist with
! variable attributes within a common Attribute package.
!
! Limitations:
! \begin{itemize}
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
! \begin{description}
! \item [field]
Expand Down
2 changes: 0 additions & 2 deletions src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,6 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords for t
! \begin{itemize}
! \item For multi-tile Fields, all Fields in the FieldBundle must contain
! the same number of tiles.
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
Expand Down Expand Up @@ -6897,7 +6896,6 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords for t
! \begin{itemize}
! \item For multi-tile Fields, all Fields in the FieldBundle must contain
! the same number of tiles.
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
Expand Down
1 change: 0 additions & 1 deletion src/Infrastructure/IO/interface/ESMF_IOScrip.F90
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ subroutine ESMF_SparseMatrixWrite(factorList, factorIndexList, fileName, &
! \begin{itemize}
! \item Only {\tt real(ESMF\_KIND\_R8) factorList} and
! {\tt integer(ESMF\_KIND\_I4) factorIndexList} supported.
! \item Not supported in {\tt ESMF\_COMM=mpiuni} mode.
! \end{itemize}
!
! The arguments are:
Expand Down

0 comments on commit 3f8d06f

Please sign in to comment.