File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,12 +246,15 @@ name = "myproject" # the name of the project, used to generate job names
246246# check https://docs.cscs.ch/access/firecrest/#firecrest-deployment-on-alps for possible system and platform combinations
247247current_system = " daint" # what system/cluster to execute commands on
248248current_platform = " HPC" # what platform to execute commands on (valid: HPC, ML or CW)
249+ account = " ..." # the project/group account to use on cscs
249250
250251
251252image = " ubuntu" # default docker image to use
252253
253254command = [" sleep" , " 1" ] # command to execute within the container, i.e. the job you want to run
254255
256+ workdir = " /scratch" # working directory within container
257+
255258# the sbatch script you want to execute
256259# this gets templated with values specified in the {{}} and {% %} expressions (see https://keats.github.io/tera/docs/#templates for
257260# more information on the template language). Note, this can also just be hardcoded without any template parameters.
You can’t perform that action at this time.
0 commit comments