2%> Return a MATLAB
string containing the lower-
case name of the current OS.
5%> ``str`` : The output MATLAB
string that is either:<br>
7%> <li> ``
"linux"``
if the OS is Linux.
8%> <li> ``
"windows"``
if the OS is Windows.
9%> <li> ``
"darwin"``
if the OS is macOS (Darwin).
20%> \include{lineno} example/os/
namel/main.m
22%> \include{lineno} example/os/
namel/main.out.m
27%> \JoshuaOsborne, May 21 2024, 11:53 PM, University of Texas at Arlington<br>
28%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
29%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
function name(in vendor)
Return the MPI library name as used in naming the ParaMonte MATLAB shared library directories.
function namel()
Return a MATLAB string containing the lower-case name of the current OS.