Skip to content

[Documentation]: Document OOD Job Composer example that runs 'ces-tools' #264

@mikej888

Description

@mikej888

What documentation issue are you reporting

Document OOD Job Composer example that runs 'ces-tools'

Issue

Suggested by Bianca Prodan. An example is:

#!/bin/bash
#
#SBATCH --job-name=test
#SBATCH --output=res.txt
#
#SBATCH --ntasks=1
#SBATCH --time=10:00
#SBATCH --mem-per-cpu=100

module load apptainer
source /home/eidf147/eidf147/user147/.container_tokens.env

ces-pull $CR_USER $CR_TOKEN $CR_URL
ces-run CR_URL

Use as default example the 'epcc-ces-hello-tre' container, 'anonymous' user and read-only access token as used by 'batch_container_app' (docs/safe-haven-services/open-ondemand/apps/batch-container-app.md).

Provide 'podman' and 'apptainer' examples that work on the TRE VMs.

Either add example to docs/safe-haven-services/open-ondemand/apps/job-composer.md or add as a new page.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions