Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooruk committed Aug 15, 2024
1 parent a72d105 commit 1077ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dynamic_configuration_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make_options:
| ------------------------- | ----------- |
| `cmake_build_type` | The `CMAKE_BUILD_TYPE` to use, e.g. release, debug etc. |
| `custom_configure_options`| User provided options to pass to ecbuild. E.g. `"-DMYOPTION=1"`. This can be useful if not using `platform` and `modules`. |
| `external_modules`| Bool option to create a `modules` and `modules-init` files inside the `build` directory. Default behavoir, `false`, creates the these files using the `~/config/platform` specific directives from the `jedi_bundle` source folder. |
| `external_modules`| Bool option to create a `modules` and `modules-init` files inside the JEDI `build` directory. Default behavoir, `false`, generates these files using the `~/config/platform` specific directives from the `jedi_bundle` source folder. |
| `modules` | Type of modules to use. These are specific to the platform choice and the directives for loading the modules are specified in the `src/config/platforms/platform.yaml` file. The `platform` and `modules` directive work together. |
| `path_to_build` | Path where the build directory will be located. |
| `platform` | The compute platform to use. E.g. Discover or Orion. Each supported platform has a corresponding configuration files in the `src/config/platforms/` directory. Can be kept as `none` if for example working on a closed system that does not use modules. |
Expand Down

0 comments on commit 1077ffc

Please sign in to comment.