We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93dbf6 commit 792f43dCopy full SHA for 792f43d
1 file changed
docs/writing-easyconfig-files.md
@@ -1101,6 +1101,15 @@ sanity_check_paths = {
1101
},
1102
```
1103
1104
+Currently, the following values for architectures are supported:
1105
+
1106
+- `'AArch32'`
1107
+- `'AArch64'`
1108
+- `'POWER'`
1109
+- `'x86_64'`
1110
+- `'RISCV32'`
1111
+- `'RISCV64'`
1112
1113
## Version-specific documentation relevant to easyconfigs
1114
1115
- [Available config file constants][avail_cfgfile_constants]
0 commit comments