Skip to content

Commit

Permalink
user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 7, 2023
1 parent 8593844 commit 10d44a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified Doc/GraphBLAS_UserGuide.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions Doc/GraphBLAS_UserGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ \subsection{GraphBLAS unary operators: {\sf GrB\_UnaryOp}, $z=f(x)$} %==========
$\sinh^{-1}(x)$ when $x$ is complex do not compute the correct result. Thus,
the unary operators \verb'GxB_ASIN_FC32', \verb'GxB_ASIN_FC64'
\verb'GxB_ASINH_FC32', and \verb'GxB_ASINH_FC64' do not work properly if the MS
Visual Studio compiler is used. These functions work properly if the gcc, icc,
Visual Studio compiler is used. These functions work properly if the gcc, icx, icc,
or clang compilers are used on Linux or MacOS.

Integer division by zero normally terminates an application, but this is
Expand Down Expand Up @@ -14873,7 +14873,7 @@ \subsection{On Linux and Mac}

{\small
\begin{verbatim}
make CC=icx CXX=icpx JOBS=4 \end{verbatim} }
make CC=icx JOBS=4 \end{verbatim} }

GraphBLAS v6.1.3 and later use the \verb'cpu_features' package by Google to
determine if the target architecture supports AVX2 and/or AVX512F (on Intel
Expand Down Expand Up @@ -14946,7 +14946,7 @@ \subsection{More details on the Mac (Intel-based)}

{\small
\begin{verbatim}
make CC=icc CXX=icpc \end{verbatim} }
make CC=icx \end{verbatim} }

The following instructions work on MacOS Big Sur (v11.3)
and MacOS Monterey (12.1), using
Expand Down Expand Up @@ -15062,7 +15062,7 @@ \subsection{More details for MATLAB on the Mac (Apple Silicon based)}
sudo make install
\end{verbatim}

Ignore the \verb'"-arch option ignored' warnings.
Ignore the \verb'"-arch option ignored"' warnings.

You can now start MATLAB and install the MATLAB interface with
\verb'gbmake' as described in the previous section.
Expand Down Expand Up @@ -15112,12 +15112,12 @@ \subsection{On Microsoft Windows}
If you use a recent \verb'gcc' or \verb'icx' compiler on Windows other than the
Microsoft Compiler (\verb'cl'), these limitations can be avoided.

The following instructions apply to Windows 10, CMake 3.16, and
The following instructions apply to Windows 10, CMake 3.19, and
Visual Studio 2019, but may work for earlier versions.

\begin{enumerate}

\item Install CMake 3.16 or later, if not already installed.
\item Install CMake 3.19 or later, if not already installed.
See \url{https://cmake.org/} for details.

\item Install Microsoft Visual Studio, if not already installed.
Expand Down

0 comments on commit 10d44a1

Please sign in to comment.