Skip to content

Commit

Permalink
Merge pull request #281 from cgross95/easystack_multiple_call
Browse files Browse the repository at this point in the history
Document how to make multiple calls with the same argument in an easystack file
  • Loading branch information
ocaisa authored Nov 11, 2024
2 parents 8f876b8 + 0868ce0 commit a4a591c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/easystack-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,20 @@ easyconfigs:

This is not recommended however, as short options are more difficult to interpret by humans.

If you use an option that can be set multiple times (namely `amend` and `try-amend`),
you can supply the various values as a list under that option.
For example, to set various site customization easyconfig parameters for a MATLAB without editing the easyconfig, one can use:

``` yaml
easyconfigs:
- MATLAB-2023a.eb:
options:
try-amend:
- license_server=hostname
- license_server_port=12345
- key=abc-123
```


## Combining command line options with options in an easystack file {: #easystack_combining_options }

Expand Down

0 comments on commit a4a591c

Please sign in to comment.