This repository contains code samples used in articles published on the Qarnot blog.
Each folder is associated with a blog article to make it easier to follow along and understand the use cases.
Under each software/ directory, you will generally find the following scripts:
-
run_{software}.py
Basic task launching example. -
run_{software}_batch.py
Example to run tasks in batch mode. -
run_{software}_ssh.py
Example to run a task in SSH mode.
All scripts are launched using the Qarnot Python SDK. For more detailed options and advanced usage, refer to the Python SDK documentation:
Qarnot also provides SDKs and tools in other languages:
-
C# SDK
https://doc.tasq.qarnot.com/documentation/sdk-csharp/ -
Node.js SDK
https://doc.tasq.qarnot.com/documentation/sdk-nodejs/ -
CLI (Command Line Interface)
https://doc.tasq.qarnot.com/documentation/cli/man/ManIndex.html