2%> Return a
list of MATLAB strings containing the names of
4%> building the ParaMonte MATLAB shared libraries.
7%> ``typelist`` : The output MATLAB
string list containing the value ``[
"intel",
"gnu"]``.
12%> typelist = pm.lib.clstypes();
17%> The CS names within
this function must be
18%> regularly updated with the latest CS names
19%> available in the ParaMonte installation guide.<br>
29%> \JoshuaOsborne, May 21 2024, 8:07 PM, University of Texas at Arlington<br>
30%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
31%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
33 typelist = ["intel", "gnu"];
function vendor(in name)
Return the MPI library vendor name from the input MPI name based on the internal ParaMonte shared lib...
function list()
Return a list of MATLAB strings containing the names of OS platforms supported by the ParaMonte MATLA...
function clstypes()
Return a list of MATLAB strings containing the names of all supported compiler suites (vendor names) ...
function compiler()
Return a scalar MATLAB logical that is true if and only if the current installation of MATLAB contain...
function lib()
Return a scalar MATLAB string containing the path to the lib directory of the ParaMonte library packa...