ILNumerics Ultimate VS

SettingsNativeDependenciesAbsolutePath Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The absolute directory where ILNumerics should look for native dependencies (LAPACK, HDF5 etc.); default: empty string

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static string NativeDependenciesAbsolutePath { get; set; }

Property Value

Type: String
Remarks

By default (i.e.: empty string) ILNumerics will automatically determine the include path for native dependencies on startup. In order to do so, the bitrate (Environment.Is64BitProcess) is examined and depending on its value one of 'bin32' or 'bin64' is added to the beginning of the current PATH environment variable.

In order to overwrite this behavior, one may set the absolut path to be included here. Note, this will prevent the automatic (bitrate dependend) behaviour! When configuring the NativeDependenciesAbsolutePath the user must keep the current bitrate into account and is responsible for placing the right binary distribution files into that folder.

[ILNumerics Core Module]

See Also

Reference