Skip to content

Commit 35b2bf5

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@88001 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6d3063d commit 35b2bf5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
attribute when used from C++ under all compilers.
470470

471471
\item Header \file{R_exts/Utils.h} no longer contains a
472-
declaration for \code{77_SUB(interv)}. This is intended to be
472+
declaration for \code{F77_SUB(interv)}. This is intended to be
473473
called from Fortran and was wrongly declared: \code{LOGICAL} in
474474
Fortran corresponds to \code{int *} not \code{Rboolean *}.
475475
}

doc/manual/R-admin.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4999,7 +4999,7 @@ Standalone installers (which are free-of-charge) are available from
49994999
@uref{https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html}:
50005000
they are also part of the @I{oneAPI} Base and HPC (for Fortran) toolkits.
50015001

5002-
We tried the compilers in @I{oneAPI} 2025.0.2, 2024.2.1 and 2023.x.y
5002+
We tried the compilers in @I{oneAPI} 2025.0.4, 2024.2.1 and 2023.x.y
50035003
using (the paths do differ by compiler version)
50045004
@example
50055005
IP=/path/to/compilers/bin/
@@ -5051,9 +5051,9 @@ version of @command{clang}: the Intel manual suggests checking
50515051
@abbr{LTO}: it is not clear if the Fortran one does.
50525052

50535053
@c https://community.intel.com/t5/Intel-C-Compiler/Troubles-with-getrusage-when-using-icx/m-p/1509374#M41116
5054-
For some earlier versions (including 2023.2.0) all CPU times in e.g.@:
5055-
@code{proc.time()} are reported as zero. If you see this, uncomment the
5056-
@samp{INTEL_ICX_FIX} setting in @file{config.site} and re-build.
5054+
@c For some earlier versions (including 2023.2.0) all CPU times in e.g.@:
5055+
@c @code{proc.time()} are reported as zero. If you see this, uncomment the
5056+
@c @samp{INTEL_ICX_FIX} setting in @file{config.site} and re-build.
50575057

50585058
@c https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-2/stand.html
50595059
The preferred Fortran standard for @command{ifx} can be set by one of

0 commit comments

Comments
 (0)