EbsOpen Class Library for EBSILON®Professional

Application.OMPThreadCount Property

Number of threads used by OpenMP.

[Visual Basic]
Public Property OMPThreadCount As Integer
[C#]
public int OMPThreadCount { get; set; }
[C++]
public: __property int get_OMPThreadCount();
public: __property void set_OMPThreadCount(int );
[JScript]
public function get OMPThreadCount() : int
public function set OMPThreadCount(int);

Property Value

Number of threads used by OpenMP.

Remarks

Number of threads used by OpenMP.

Note   The value must in between 1 and the value of OMPProcessorCount.

See Also

Application Class | EbsOpen Namespace