File tree 1 file changed +2
-2
lines changed
docs/2022-CSC_and_LO/2_Using 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ can create themselves. At this moment it does not yet include possible other eas
128
128
129
129
## Structure of an easyblock
130
130
131
- The example below shows the overal structure of an easyblock:
131
+ The example below shows the overall structure of an easyblock:
132
132
133
133
``` python
134
134
from easybuild.framework.easyblock import EasyBlock
@@ -685,7 +685,7 @@ Your easyblock should:
685
685
```
686
686
687
687
Running this example on LUMI is a little tricky as using ``--include-easyblocks`` to point EasyBuild to
688
- our new easyblock interfers with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
688
+ our new easyblock interferes with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
689
689
and causes error messages about the toolchains. So either the easyblock needs to be copied to the user location
690
690
that can be found by looking at the output of ``eb --show-config`` or we simply need to extend the list of
691
691
easyblocks that EasyBuild searches with the easyblocks in the current directory:
You can’t perform that action at this time.
0 commit comments