Skip to content

Commit 74f41a7

Browse files
committed
update readme
1 parent 9ce336f commit 74f41a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
247247
current_system = "daint" # what system/cluster to execute commands on
248248
current_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

251252
image = "ubuntu" # default docker image to use
252253

253254
command = ["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.

0 commit comments

Comments
 (0)