Package jromp
Class Constants
java.lang.Object
jromp.Constants
Constants used in the library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The default number of threads to use.static final int
The maximum number of threads that can be used.static final int
The minimum number of threads that can be used. -
Method Summary
-
Field Details
-
MAX_THREADS
public static final int MAX_THREADSThe maximum number of threads that can be used. -
MIN_THREADS
public static final int MIN_THREADSThe minimum number of threads that can be used.- See Also:
-
DEFAULT_THREADS
public static final int DEFAULT_THREADSThe default number of threads to use.
-