HPC#
To configure the high-performance computing (HPC) platform
that will be used, issue the command
hiperwalk.set_hpc()
.
All commands executed after hiperwalk.set_hpc()
will
use the specified platform.
- hiperwalk.set_hpc(hpc)[source]#
Indicate which HPC platform is going to be used.
After executing the
set_hpc
command, all subsequent hiperwalk commands will use the designated HPC platform.- Parameters:
- hpc{None, ‘cpu’, ‘gpu’}
Indicates whether to utilize HPC for matrix multiplication using CPU or GPU. If
hpc=None
, it will use standalone Python.