OpenMSBuildInfo#
- class pyopenms.OpenMSBuildInfo#
Bases:
objectCython implementation of _OpenMSBuildInfo
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::Internal_1_1OpenMSBuildInfo.html
- __init__()#
Cython signature: void OpenMSBuildInfo()
Cython signature: void OpenMSBuildInfo(OpenMSBuildInfo &)
Methods
Cython signature: void OpenMSBuildInfo()
Cython signature: String getBuildType()
Cython signature: size_t getOpenMPMaxNumThreads()
Cython signature: bool isOpenMPEnabled()
Cython signature: void setOpenMPNumThreads(int num_threads)
- getBuildType()#
Cython signature: String getBuildType()
- getOpenMPMaxNumThreads()#
Cython signature: size_t getOpenMPMaxNumThreads()
- isOpenMPEnabled()#
Cython signature: bool isOpenMPEnabled()
- setOpenMPNumThreads()#
Cython signature: void setOpenMPNumThreads(int num_threads)