vs_get_core_availability_info {asreml}R Documentation

Information about different asreml cores

Description

Function that returns information relating to the different asreml cores.

Usage

vs_get_core_availability_info(core_version = NULL)

Arguments

core_version

ID of the core of interest (default = NULL).

Value

If core_version = NULL then returns a vector of all the available core IDs, with the first element being the assumed default value. If core_version is not NULL, then a list is returned, with the name of the shared library (*i.e.* DLL) in dll_name and the version of the core actually used in core_version. (NB: the requested and returned core version will be the same unless the supplied value is invalid, in which case the default core version is assumed.)


[Package asreml version 4.2.0.480 Index]