instance#
Classes:
System information for a machine running a CryoSPARC master or worker installation. |
- class InstanceInformation#
System information for a machine running a CryoSPARC master or worker installation.
Attributes:
same as toolkit_version, for backwards compatibility :meta private:
Available system memory, formatted as a string with units (e.g., "1.23GB")
CPU model name
Maximum CUDA version supported by Nvidia driver (e.g., "12.9")
List of GPU information objects
Maximum CPU frequency in MHz
Installed NVRTC version (e.g., "12.8")
Maximum allowed open file descriptors (hard limit)
Maximum allowed open file descriptors (soft limit)
Number of physical CPU cores
Platform architecture (e.g., x86_64)
Node hostname
Linux kernel release version
Platform version string
Installed CUDA toolkit version (e.g., "12.8")
Total system memory, formatted as a string with units (e.g., "1.23GB")
Used system memory, formatted as a string with units (e.g., "1.23GB")
Installed CryoSPARC version
- CUDA_version: str | None#
same as toolkit_version, for backwards compatibility :meta private:
- available_memory: str#
Available system memory, formatted as a string with units (e.g., “1.23GB”)
- cpu_model: str#
CPU model name
- driver_version: str | None#
Maximum CUDA version supported by Nvidia driver (e.g., “12.9”)
- max_cpu_freq: float#
Maximum CPU frequency in MHz
- nvrtc_version: str | None#
Installed NVRTC version (e.g., “12.8”)
- ofd_hard_limit: int#
Maximum allowed open file descriptors (hard limit)
- ofd_soft_limit: int#
Maximum allowed open file descriptors (soft limit)
- physical_cores: int#
Number of physical CPU cores
- platform_architecture: str#
Platform architecture (e.g., x86_64)
- platform_node: str#
Node hostname
- platform_release: str#
Linux kernel release version
- platform_version: str#
Platform version string
- toolkit_version: str | None#
Installed CUDA toolkit version (e.g., “12.8”)
- total_memory: str#
Total system memory, formatted as a string with units (e.g., “1.23GB”)
- used_memory: str#
Used system memory, formatted as a string with units (e.g., “1.23GB”)
- version: str#
Installed CryoSPARC version