Create a SIF file from a Singularity definition file for COMPS
Project description
comps-sif-constructor
Create SIF images for COMPS
To use (with uv):
uvx comps_sif_constructor create -d lolcow.def
This will launch the image creation on COMPS and leave behind a sif.id for the jobs that need the image.
Usage
comps_sif_constructor --help
The CLI has four main commands: create, launch, gather, and login.
Create SIF Image
Create a Apptainer/Singularity image file on COMPS with create:
comps_sif_constructor create --help
usage: comps_sif_constructor create [--help] [--definition_file DEFINITION_FILE] [--output_id OUTPUT_ID]
[--work_item_name WORK_ITEM_NAME] [--requirements REQUIREMENTS]
options:
--help show this help message and exit
--definition_file DEFINITION_FILE, -d DEFINITION_FILE
Path to the Singularity definition file (default: apptainer.def)
--output_id OUTPUT_ID, -o OUTPUT_ID
Name out Asset id file (default: sif.id)
--work_item_name WORK_ITEM_NAME, -w WORK_ITEM_NAME
Name of the work item (default: Singularity Build)
--requirements REQUIREMENTS, -r REQUIREMENTS
Path to the requirements file
Example:
comps_sif_constructor create \
-d <path_to_definition_file> \
-o <output_id> \
-w <work_item_name> \
[-r <requirements_file>]
Launch COMPS Experiment
Launch a COMPS experiment with specified parameters:
comps_sif_constructor launch --help
usage: comps_sif_constructor launch [--help] [--name NAME] [--threads THREADS]
[--priority PRIORITY] [--node-group NODE_GROUP]
--file FILE [--sif-id-file SIF_ID_FILE]
[--experiment-id-file EXPERIMENT_ID_FILE]
options:
--help show this help message and exit
--name NAME, -n NAME Name of the experiment (default: comps-sif-constructor experiment)
--threads THREADS, -t THREADS
Number of threads to use (default: 1)
--priority PRIORITY, -p PRIORITY
Priority level for the experiment (default: AboveNormal)
--node-group NODE_GROUP, -g NODE_GROUP
Node group to use (default: idm_48cores)
--file FILE, -f FILE Path to the trials.jsonl file (REQUIRED)
--sif-id-file SIF_ID_FILE, -i SIF_ID_FILE
Path to the asset ID file (default: sif.id)
--experiment-id-file EXPERIMENT_ID_FILE, -o EXPERIMENT_ID_FILE
Path to the output id file (default: experiment.id)
Example:
comps_sif_constructor launch \
-n "My Experiment" \
-t 4 \
-p AboveNormal \
-g idm_48cores \
-f trials.jsonl \
-i sif.id \
-o experiment.id
Gather Experiment Data
Gather data from a COMPS experiment:
comps_sif_constructor gather --help
usage: comps_sif_constructor gather [--help] [--experiment-id EXPERIMENT_ID] [--output OUTPUT]
options:
--help show this help message and exit
--experiment-id EXPERIMENT_ID, -e EXPERIMENT_ID
Experiment id (default: experiment.id)
--output OUTPUT, -o OUTPUT
Output file (default: data_brick.json)
Example:
comps_sif_constructor gather \
-e experiment.id \
-o data_brick.json
Login
Save your COMPS credentials using the login command:
comps_sif_constructor login --help
usage: comps_sif_constructor login [--help] [--comps_url COMPS_URL] [--username USERNAME] [--password PASSWORD]
options:
--help show this help message and exit
--comps_url COMPS_URL
COMPS URL (default: https://comps.idmod.org)
--username USERNAME, -u USERNAME
Username (can also use COMPS_USERNAME environment variable)
--password PASSWORD, -p PASSWORD
Password (can also use COMPS_PASSWORD environment variable)
Example:
comps_sif_constructor login \
-u your_username \
-p 'your_password'
You can also set COMPS_USERNAME and COMPS_PASSWORD as environment variables to avoid entering credentials each time.
Resources
- Learn about definition files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file comps_sif_constructor-0.4.0.tar.gz.
File metadata
- Download URL: comps_sif_constructor-0.4.0.tar.gz
- Upload date:
- Size: 252.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69c4c3a3b1fca4f92b211368ed9ae9cd151829bfed1f6df7f72c2775f488774b
|
|
| MD5 |
371d085070257e94f25bb7aac2a4ae50
|
|
| BLAKE2b-256 |
746cd8839636d044cff7cb87d78ac2ea8e468e476d803d02642126c6dea55f2a
|
Provenance
The following attestation bundles were made for comps_sif_constructor-0.4.0.tar.gz:
Publisher:
publish-pypi.yml on krosenfeld-IDM/comps-sif-constructor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
comps_sif_constructor-0.4.0.tar.gz -
Subject digest:
69c4c3a3b1fca4f92b211368ed9ae9cd151829bfed1f6df7f72c2775f488774b - Sigstore transparency entry: 208190542
- Sigstore integration time:
-
Permalink:
krosenfeld-IDM/comps-sif-constructor@4dee8397d9b851fc895dcf16b41fb14fee540144 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/krosenfeld-IDM
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@4dee8397d9b851fc895dcf16b41fb14fee540144 -
Trigger Event:
workflow_run
-
Statement type:
File details
Details for the file comps_sif_constructor-0.4.0-py3-none-any.whl.
File metadata
- Download URL: comps_sif_constructor-0.4.0-py3-none-any.whl
- Upload date:
- Size: 370.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777f532262edccc1223735a07d93f67db43e00a79e8fb8beaaad82f43399d5ff
|
|
| MD5 |
0ece9531e59038e218fa3ffffa1cab88
|
|
| BLAKE2b-256 |
af5e4d18cdd02e6b1e1f63208b3445e7ee4b592f786531b07a8880174cd16d11
|
Provenance
The following attestation bundles were made for comps_sif_constructor-0.4.0-py3-none-any.whl:
Publisher:
publish-pypi.yml on krosenfeld-IDM/comps-sif-constructor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
comps_sif_constructor-0.4.0-py3-none-any.whl -
Subject digest:
777f532262edccc1223735a07d93f67db43e00a79e8fb8beaaad82f43399d5ff - Sigstore transparency entry: 208190548
- Sigstore integration time:
-
Permalink:
krosenfeld-IDM/comps-sif-constructor@4dee8397d9b851fc895dcf16b41fb14fee540144 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/krosenfeld-IDM
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@4dee8397d9b851fc895dcf16b41fb14fee540144 -
Trigger Event:
workflow_run
-
Statement type: