Skip to main content

Command Line

CLI

Python package

The ScalarLM CLI is available as a Python package. You can install it using pip:

pip install scalarlm

After installing the package, you can use the cray-lm command in your terminal.

% scalarlm --help
usage: scalarlm [-h] {logs,plot,ls,squeue} ...

The command line interface for MasInt ScalarLM

positional arguments:
  {logs,plot,ls,squeue}
    logs                View logs
    plot                Plot the results of a model
    ls                  List models
    squeue              View the squeue

options:
  -h, --help            show this help message and exit

The python package includes is a client for the ScalarLM platform, and can be used to interact with the ScalarLM server.