Bases: tvb.core.services.backend_clients.backend_client.BackendClient
Simple class, to mimic the same behavior we are expecting from StandAloneClient, but firing behind the cluster job scheduling process..
Bases: enum.Enum
An enumeration.
Bases: threading.Thread
Bases: tvb.core.services.backend_clients.backend_client.BackendClient
Simple class, to mimic the same behavior we are expecting from StandAloneClient, but firing the operation on an HPC node. Define TVB_BIN_ENV_KEY and CSCS_LOGIN_TOKEN_ENV_KEY as environment variables before running on HPC.
Call the correct system command to submit a job to HPC.
Bases: threading.Thread
Thread in charge for starting an operation, used both on cluster and with stand-alone installations.
Bases: tvb.core.services.backend_clients.backend_client.BackendClient
Instead of communicating with a back-end cluster, fire locally a new thread.